Commit graph

7406 commits

Author SHA1 Message Date
Jakub Jezek
ef71fc1716
fixing nuke format updating in node graph
also making code compliance with flake8
2023-06-27 16:56:15 +02:00
Toke Stuart Jepsen
077af17672 Merge branch 'develop' into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/workfile_template_builder.py
2023-06-27 10:46:29 +01:00
Petr Kalis
83242487fd
AfterEffects: support for workfile template builder (#5163)
* OP-5661 - added new menu item to AE extension

* OP-5661 - added support for addPlaceholder into extension

* OP-5661 - fix broken abstract loader

In some cases discover couldn't recognize that base plugin is abstract. Handled properly

* OP-5661 - WIP of implementing workfile template builder

* OP-5661 - added route to add placeholder

* OP-5661 - added route to build workfile

* OP-5661 - refactored arguments

* OP-5661 - implemented build workfile operation

moved from wrong position

* OP-5661 - removed wrong base plugin

* OP-5661 - implemented update placeholder logic

* OP-5661 - fix update placeholder metadata

* OP-5661 - added Creator placeholder plugin

* OP-5661 - pre_create_data could be passed into Creator

This allow to modify `pre_create_data` before automatically creating an instance. (Useful for overridding defaults.)

* OP-5661 - implemented populate of Create placeholder

* OP-5661 - implemented import of template

* OP-5661 - fix to populate correct create placeholder

Implemented function to select item(s) by their id. (CreateRender expects selected composition.)

* OP-5661 - fix workfile builder schema to multiplatform path

Path should be separated by platform.

* OP-5661 - implemented adding loaded items instead of placeholders

* OP-5661 - add Create Placeholder plugin to dropdown

* OP-5661 - add templated workfile to Settings

* OP-5661 - fix to choose template file from multiplatform

* OP-5661 - added documentation
2023-06-27 10:58:55 +02:00
Milan Kolar
53f5fc6d85
Merge pull request #5107 from ynput/bugfix/OP-4096_Nuke-open_file-function-wouldnt-open-autosave-file 2023-06-26 14:37:58 +02:00
murphy
80b66f5774
Merge pull request #5175 from tokejepsen/bugfix/OP-6236_Include-handles 2023-06-23 18:20:49 +02:00
Roy Nieterau
7973c5fbe0
Workfile Builder UI: Workfile builder window is not modal (#5131)
* Open create placeholder window as regular window instead of modal dialog

* Allow to create even as root node without a parent selection

* Cosmetics: typo

* Keep create dialog open after create so user can directly create another with similar settings

* Match functionality in Nuke to the one in Maya

---------

Co-authored-by: Roy Nieterau <roy@colorbleed.nl>
2023-06-23 16:27:37 +02:00
Toke Stuart Jepsen
43c4161109 Merge branch 'enhancement/maya_template' of https://github.com/tokejepsen/pype into enhancement/maya_template 2023-06-23 14:57:25 +01:00
Toke Stuart Jepsen
4a8e5c4817 Illicit feedback 2023-06-23 14:56:44 +01:00
Toke Jepsen
5282cd26c5
Merge branch 'develop' into enhancement/maya_template 2023-06-23 14:51:01 +01:00
Jakub Ježek
26457258a4
Merge branch 'develop' into feature/nuke_fpath_template 2023-06-23 15:57:08 +03:00
Kayla Man
cbf21cf95d update 2023-06-23 18:00:15 +08:00
Kayla Man
c414c8c6e9 add scripts to utils 2023-06-23 16:45:41 +08:00
Kayla Man
3a1665a8aa Merge branch 'develop' into bugfix/OP-4096_Nuke-open_file-function-wouldnt-open-autosave-file 2023-06-23 15:01:58 +08:00
Milan Kolar
d134c94efe
Merge pull request #5110 from quadproduction/424-enhancement-animation-family-loaded-as-standin-abc-dont-have-correct-fps-and-use-file-sequence-ticked 2023-06-23 08:45:19 +02:00
Milan Kolar
e039584573
Merge pull request #5174 from tokejepsen/bugfix/OP-6233_import-workfile-missing 2023-06-23 08:44:29 +02:00
Toke Stuart Jepsen
15c7978e28 Revert "Adding support for excluded families."
This reverts commit 40cf531cb1.
2023-06-23 07:38:35 +01:00
Petr Kalis
cca689e48f
Webpublisher - headless publish shouldn't be blocking operation (#5177)
* OP-6239 - headless publish from webpublisher shouldn't be blocking

subprocess.call is blocking, which resulted in UI non responsiveness as it was waiting for publish to finish.

* OP-6239 - revert of typo
2023-06-22 20:17:56 +02:00
Kayla Man
22ee8e1f93 add headless abstraction into command.py 2023-06-23 00:10:34 +08:00
Kayla Man
5c399cbc17 revert the headless function 2023-06-22 23:13:24 +08:00
Kayla Man
31f76563b8 jakub's comment 2023-06-22 21:51:58 +08:00
Toke Stuart Jepsen
40cf531cb1 Adding support for excluded families. 2023-06-22 12:55:17 +01:00
Kayla Man
bb269ccb7d Merge branch 'develop' into bugfix/OP-4096_Nuke-open_file-function-wouldnt-open-autosave-file 2023-06-22 19:15:44 +08:00
Toke Stuart Jepsen
68c42d486b Setting render range to include handles. 2023-06-22 12:10:45 +01:00
Kayla Man
d9af1d9167 remove unused library 2023-06-22 19:03:29 +08:00
Kayla Man
56a90a47f5 abstract the headless command as function in lib.py 2023-06-22 19:02:18 +08:00
Simone Barbieri
39d2159ed4
Blender: Add support for custom path for app templates (#5137)
* Add support for custom path for app templates

* Use same env variable as scripts and assure correct path exist
2023-06-22 11:57:23 +02:00
Toke Stuart Jepsen
43ece88f02 Include workfile family to import. 2023-06-22 09:40:19 +01:00
Ondřej Samohel
4931ae5cad
Merge pull request #5164 from ynput/bugix/remove-python39-syntax-from-max-code 2023-06-21 17:47:02 +02:00
Ondřej Samohel
1f339413ca
Merge pull request #5150 from ynput/bugfix/OP-6150_Maya-arnoldExportAss-errors-out-during-extraction-in-Extract-Arnold-Scene-Source 2023-06-21 17:43:26 +02:00
Jakub Ježek
ec28e506c4
Merge pull request #5166 from ynput/bugfix/OP-6217_Nuke-colorspace-config-issue
Colorspace: host config path backward compatibility
2023-06-21 15:12:12 +03:00
Kayla Man
223a3338f3
Update openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-06-21 19:25:47 +08:00
Roy Nieterau
fcc2c692fe
Merge branch 'develop' into enhancement/maya_template 2023-06-21 13:25:14 +02:00
Kayla Man
29c8cfe992 roy's comment 2023-06-21 18:48:25 +08: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
Kayla Man
1c2955a90a remove docstring 2023-06-21 16:50:08 +08:00
Kayla Man
353d304b61 toke's comment 2023-06-21 16:42:52 +08:00
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
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
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
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