Commit graph

16800 commits

Author SHA1 Message Date
Kayla Man
12e0af8c63 Merge branch 'develop' into bugfix/OP-6161_Maya-Ass-loader-for-model-family-errors-out-if-the-files-are-extracted-from-other-dccs 2023-06-19 21:58:51 +08:00
Kayla Man
92c6cee333 hound fix 2023-06-19 21:58:31 +08:00
Kayla Man
3314c5f282 use createOptions() for defaultArnoldRenderOptions 2023-06-19 21:57:30 +08:00
Alexey Bogomolov
a4c63c12cf
Add height, width and fps setup to project manager (#5075)
* 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>
2023-06-19 13:15:34 +02:00
Jakub Trllo
3631cc5f40
fix single root packing (#5154) 2023-06-19 11:18:55 +02:00
Kayla Man
abf8a8f839 Merge branch 'enhancement/3dsmax-use-custom-modifier-attributes' of https://github.com/ynput/OpenPype into enhancement/3dsmax-use-custom-modifier-attributes 2023-06-19 15:44:08 +08:00
Kayla Man
a2525bf9bb use getLastMergedNodes() in max_scene loader 2023-06-19 15:40:44 +08:00
Milan Kolar
2b9955dcc1
Merge pull request #5146 from BigRoy/enhancement/module_inventory_actions 2023-06-19 09:20:46 +02:00
Ynbot
7b19762d5d [Automated] Bump version 2023-06-17 03:25:31 +00:00
Jakub Trllo
3d41ee6591
TrayPublisher & StandalonePublisher: Specify version (#5142)
* 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
2023-06-16 16:26:04 +02:00
Kayla Man
00eab724a4 delete unrelated code 2023-06-16 22:15:58 +08:00
Kayla Man
ec8c70db27 delete unrelated code 2023-06-16 22:14:06 +08:00
Jakub Trllo
7ecb03bb75
ImageIO: Minor fixes (#5147)
* 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
2023-06-16 14:17:08 +02:00
Kayla Man
6d00f70337 Merge branch 'develop' into bugfix/OP-6150_Maya-arnoldExportAss-errors-out-during-extraction-in-Extract-Arnold-Scene-Source 2023-06-16 17:16:07 +08:00
Kayla Man
e10b228be2 hound fix 2023-06-16 17:07:56 +08:00
Kayla Man
97faf90463 bug fix arnoldExportAss unable to export selected set members 2023-06-16 17:01:47 +08:00
Jakub Trllo
f9a64192b3
fix match check of save sequence (#5148) 2023-06-16 10:50:38 +02:00
Kayla Man
2f95aab31e clean up the code 2023-06-15 22:31:55 +08:00
Jakub Trllo
6087b27c32
Ftrack: Task status during publishing (#5123)
* 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>
2023-06-15 16:05:59 +02:00
Roy Nieterau
0fe552a014 Update invalid docstring 2023-06-15 15:35:06 +02:00
Kayla Man
d077491617 add docstring 2023-06-15 21:28:56 +08:00
Kayla Man
5bb476cfa4 hound fix 2023-06-15 21:27:38 +08:00
Kayla Man
b01424111a roy's comment 2023-06-15 21:25:41 +08:00
Roy Nieterau
359d685644 Draft to allow "inventory" actions to be supplied by a Module or Addon. 2023-06-15 14:35:47 +02:00
Jakub Trllo
22296aeb6e
Pack project: Raise exception with reasonable message (#5145)
* raise exception with reasonable message

* raise errors at better places
2023-06-15 14:32:53 +02:00
Clément Hector
59b7e265da
add label to matching family (#5128)
* add label to matching family

* Update openpype/tools/creator/model.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-15 10:13:49 +02:00
Kayla Man
9ba54ecace hound fix 2023-06-15 15:09:40 +08:00
Kayla Man
37e17f3ba0 bug fix the standin being not loaded when they are first loaded 2023-06-15 14:52:41 +08:00
Fabià Serra Arrizabalaga
c5a60b6198
Merge branch 'develop' into feature/nuke_fpath_template 2023-06-14 09:24:41 -05:00
Fabia Serra Arrizabalaga
e128695c42 Fix typo 2023-06-14 09:22:49 -05:00
Fabia Serra Arrizabalaga
09c5512e91 Skip empty values 2023-06-14 09:22:35 -05:00
Fabia Serra Arrizabalaga
e769a76ac3 Use StringTemplate to allow for optional template keys 2023-06-14 09:12:08 -05:00
Ondrej Samohel
b736c8c632
♻️ remove debug prints 2023-06-14 10:06:45 +02:00
Kayla Man
971f682dfc Merge branch 'develop' into enhancement/3dsmax-use-custom-modifier-attributes 2023-06-14 14:05:23 +08:00
Kayla Man
cb92481676 fix the docstring 2023-06-14 14:02:29 +08:00
Kayla Man
bfde7cba51 fix the bug of not deleting instance with delete button lasted in Openpype attribute 2023-06-14 14:02:01 +08:00
Ynbot
1c77dffc3d [Automated] Bump version 2023-06-14 03:25:23 +00:00
Kayla Man
fc4c4668d0 removing the node references successfully in the parameter 2023-06-13 20:50:24 +08:00
Kayla Man
15dd1e13b6 removing the node references successfully in the parameter 2023-06-13 19:00:37 +08:00
Kayla Man
0a0c374ee1 removing the node references successfully in the parameter 2023-06-13 18:26:31 +08:00
Oscar Domingo
1a27169c15
Merge pull request #5119 from ynput/enhancement/OP-5919_keep_variant_name_after_creating_subset
Keep `publisher.create_widget` variant when creating subsets
2023-06-13 10:58:35 +01:00
Fabià Serra Arrizabalaga
079f7a935a Add fallback in case key doesn't exist 2023-06-12 19:47:59 +02:00
Fabià Serra Arrizabalaga
c2a576a39a Nuke: Add support for more complex templates in temp_rendering_path_template 2023-06-12 19:47:43 +02:00
FadyFS
addec3fd7a line correction 2023-06-12 13:55:28 +02:00
Ondrej Samohel
e9d60c96f5
🐛 handle cancelled dialog 2023-06-12 12:44:12 +02:00
FadyFS
ebc38d6d4f get current session fps 2023-06-12 11:34:49 +02:00
FadyFS
ba4ce235e2 update fps attribute 2023-06-12 11:23:05 +02:00
FadyFS
8c3d5be711 reviews 2023-06-12 11:08:12 +02:00
Ynbot
54294abb49 [Automated] Bump version 2023-06-10 03:25:04 +00:00
Ondřej Samohel
e1afa79775
Merge pull request #5054 from tokejepsen/bugfix/maya_validate_render_settings 2023-06-09 18:37:20 +02:00