Commit graph

17251 commits

Author SHA1 Message Date
Kayla Man
24a7097e33 Merge branch 'develop' into bugfix/OP-6150_Maya-arnoldExportAss-errors-out-during-extraction-in-Extract-Arnold-Scene-Source 2023-06-21 16:24:31 +08:00
Toke Jepsen
7dd30b505d
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-21 08:16:53 +01:00
Ynbot
b18b44fd98 [Automated] Bump version 2023-06-21 03:25:18 +00:00
Toke Stuart Jepsen
8d621f9fbf Fix patches export. 2023-06-20 17:42:34 +01:00
Toke Stuart Jepsen
a5b93a9062 Copy shading assignments. 2023-06-20 16:30:44 +01:00
Jakub Jezek
6f8d47d36b
nuke: user prompt if config path changes
environment variable cannot be changed dynamically and user should now that settings had been changed and the nuke should be reopened.
2023-06-20 16:52:03 +02:00
Jakub Jezek
b94b7ff5de
backward compatibility fix
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
2023-06-20 16:50:49 +02:00
Ondrej Samohel
9cc2293979
♻️ make code compatible with 3dsmax 2022
python 3.7 in 3dsmax 2022 is not supporting walrus operator
2023-06-20 14:04:17 +02:00
Kayla Man
7938389156 refactor collector 2023-06-20 19:50:08 +08:00
Kayla Man
7d99e8c8cf hound fix 2023-06-20 19:24:41 +08:00
Kayla Man
3da8dcc7fe hound fix 2023-06-20 19:23:32 +08:00
Kayla Man
c920b0ac5a rename the variable and clean up the code 2023-06-20 19:22:28 +08:00
Kayla Man
02db5c6792 hound fix 2023-06-20 18:00:11 +08:00
Kayla Man
1ae4cbcdad use preset name 2023-06-20 17:59:33 +08:00
Kayla Man
f0bf7d8c66 remove hardcoded frame padding 2023-06-20 17:57:45 +08:00
Kayla Man
9b4641de65 rename the setting panel 2023-06-20 17:56:16 +08:00
Kayla Man
a72050e71c allows both meshes and groups for assexport 2023-06-20 17:53:42 +08:00
Kayla Man
82da23d721 Merge branch 'develop' into enhancement/OP-6149_nuke---custom-write-node-script-connected-to-settings 2023-06-20 16:47:18 +08:00
Toke Stuart Jepsen
33b9e16635 Ensure workspace xgen file is overwritten and update UI. 2023-06-19 21:11:47 +01:00
Ondřej Samohel
bc33407f28
Update openpype/hosts/max/plugins/publish/extract_pointcloud.py
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
2023-06-19 18:39:54 +02:00
Ondřej Samohel
449cd662dd
Merge branch 'develop' into enhancement/3dsmax-use-custom-modifier-attributes 2023-06-19 18:37:44 +02:00
Ondřej Samohel
b365fc7534
Update openpype/hosts/max/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-19 18:37:33 +02:00
Toke Jepsen
d2de6f1c72
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-19 16:27:04 +01:00
Toke Jepsen
82ae12695b
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-19 16:26:57 +01:00
Kayla Man
4ffab0bb67 update docstring 2023-06-19 23:20:08 +08:00
Toke Stuart Jepsen
83a37eaa76 Account for multiple descriptions on single geometry. 2023-06-19 16:11:43 +01:00
Kayla Man
3020ccd90a update docstring 2023-06-19 23:00:44 +08:00
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
Kayla Man
3f37a68fcb Merge branch 'develop' into feature/OP-5871_Max-Review-feature 2023-06-19 19:39:44 +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
Kayla Man
2c18d63e40 Merge branch 'develop' into feature/OP-5871_Max-Review-feature 2023-06-19 18:34:18 +08:00
Ondřej Samohel
83e23972d7
Update openpype/hosts/maya/plugins/publish/collect_review.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-19 11:50:24 +02:00
Ondrej Samohel
10251eef86
🐛 fix review
review was depending on objectset no longer collected and index of `displayLights` was converted from index to enum string, but it is directly collected as a string now.
2023-06-19 11:34:26 +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
Kayla Man
a0947de6cf Merge branch 'develop' into feature/OP-5871_Max-Review-feature 2023-06-19 14:30:34 +08:00
Ynbot
7b19762d5d [Automated] Bump version 2023-06-17 03:25:31 +00:00
Ondrej Samohel
8c848f6e55
Merge remote-tracking branch 'origin/develop' into maya_new_publisher 2023-06-16 16:29:54 +02: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