Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Oscar Domingo <oscardomingo@gmail.com>
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Blender, by design, doesn't set the file as dirty if modifications happen by script. So, when creating the instance and setting the render settings, the file is not marked as dirty. This means that there is the risk of sending to deadline a file without the right settings. Even the validator to check that the file is saved will detect the file as saved, even if it isn't. The only solution for now it is to force the file to be saved.
* 3dsmax settings for ayon
* lower version to '0.1.0'
* remove arguments from max application settings
* RenderSettings instead of render_settings for max
---------
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
* screenshot widget from @BigRoy
* small tweaks of screen capture logic
* added take screenshot button to thumbnail widget
* added tooltips
* Use constants from class
* adde PySide 6 support
* minimize window when on take screenshot
* Keep origin state of window.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Fix support for Qt version below 5.10
* draw pixel with alpha when disabled
* clear image cache on resize
* added more buttons and options button with animation
* removed unnecessary options widget
* fix escape button
* keep icons visible all the time
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Use existing subset_name as group_name by default
New publisher already carries real subset name (`renderModelingMain`), it should build group name only if subset_name is weird.
* Let legacy conversion of render instance recreate subset_name
Without it would create subset names like `renderingMain` which are not matching to newly created `renderMain` instances. This would cause issue in version restarts.
* Let Render Creator for Maya create proper subset_name
It was using hardcoded logic not matching other DCCs.
* Hound
* Fix method calls
* Fix typos
* Do not import unnecessary
* Capitalize is wrong function for here
* Overwrite get_subset_name for standardized results
It makes sense to override this method for other parts of code getting same results.
* Force change
It seems that GH doesn't recognize changes with adding()
* Update openpype/hosts/maya/plugins/create/convert_legacy.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Hound
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>