* OP-5864 - added color management support for simple expected files
Previously implemented only for AOVs.
* OP-5864 - fix colorspace query
colorspace might be not on instance.data
* OP-5864 - refactore name to more descriptive one
It is actually instance.data, not proper `instance`.
---------
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
studio could have set host config paths but those were not resolving to custom config OCIO environment path. Instead it was always falling back to global ocio config paths settings
* add width, height and fps setup
* add corresponding ui tweaks
* update docstring
* remove unnecessary fallbacks
* remove print
* hound
* remove whitespace
* revert operations change
* wip commit project update with new data
* formatting
* update the project data correctly
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* show default settings, use spinbox to validate values
add pixel aspec, frame start, frame end
* formatting
* get default anatomy settings properly
* check if singlestep is set
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* not used
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* mindless code copying is evil, removed unnecesary parts
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* remove unused import
* use integer or float instead of text
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* import PixmapLabel from 'utils'
* fix spinbox field length for macos
* set aspect decimals to 2
* remove set size policy
* set field growth policy for macos
* add newline
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* modified simple creator plugin to be able handle version control
* added 'allow_version_control' to simple creators
* don't remove 'create_context' from pyblish context during publishing
* implemented validator for existing version override
* actually fill version on collected instances
* version can be again changed from standalone publisher
* added comment to collector
* make sure the version is set always to int
* removed unused import
* disable validator if is disabled
* fix filtered instances loop