* 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
* define variable 'resolved_path' in right scope
* fixed missing 'input' variable
* make checks for keys more explicit and safe proof
* fixed caching of remapped colorspaces
* trying to fix indentation issue
* use safe keys pop
* ftrack status is not set in deadline plugin during celaction integration
* implemented new logic to set task status during publishing
* added missing settings for new plugins
* integrate hierarchy ftrack is filling status names for newly created tasks
* resaved default settings
* change label in settings
* Remove leftover docstring
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Use smaller differentiation in order to keep plugin in integration range
* formatting changes
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>