Commit graph

7341 commits

Author SHA1 Message Date
Roy Nieterau
fcc2c692fe
Merge branch 'develop' into enhancement/maya_template 2023-06-21 13:25:14 +02:00
Milan Kolar
0526c33895
Merge pull request #5161 from tokejepsen/bugfix/OP-6204_Xgen-version-mismatch-after-publish 2023-06-21 11:50:54 +02:00
Milan Kolar
4ac0674137
Merge pull request #5167 from tokejepsen/bugfix/OP-6206_xgen_export_abc 2023-06-21 11:48:29 +02:00
Milan Kolar
f9db6c997b
Merge pull request #5160 from tokejepsen/bugfix/OP-6039_Xgen-multiple-descriptions-on-single-shape 2023-06-21 11:48:13 +02: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
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
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
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
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
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
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
2f95aab31e clean up the code 2023-06-15 22:31:55 +08: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
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
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
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
Roy Nieterau
67f012e441 Fix typo + cosmetics 2023-06-12 16:03:26 +02:00
Roy Nieterau
c940b82fb9 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/lib.py
2023-06-12 15:46:13 +02:00
Ondrej Samohel
e9d60c96f5
🐛 handle cancelled dialog 2023-06-12 12:44:12 +02:00
Ondřej Samohel
e1afa79775
Merge pull request #5054 from tokejepsen/bugfix/maya_validate_render_settings 2023-06-09 18:37:20 +02:00
Jakub Ježek
7be1d97118
Update openpype/hosts/flame/hooks/pre_flame_setup.py
Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
2023-06-09 17:01:05 +02:00
Jakub Jezek
aaf8756e18
hiero: backward compatibility 2023-06-09 16:57:14 +02:00