Roy Nieterau
7a79c58da0
Re-use lib.get_main_window logic
2023-06-30 23:17:51 +02:00
Roy Nieterau
fcde6ecb29
Only apply UI related tweaks when not in headless mode
2023-06-30 23:05:50 +02:00
Roy Nieterau
6c07372f78
Use get_main_window logic from lib
2023-06-30 23:01:29 +02:00
Roy Nieterau
843cbb2387
Minor optimization to look only for exact type matches
2023-06-30 22:56:13 +02:00
Roy Nieterau
667e8373b9
Cleanup fix_incompatile_containers
...
- Do not just print all loader names always :)
- Define invalid names ones
- Use a set for faster lookups
- Log some decent info message whenever it does trigger on legacy scene
2023-06-30 22:55:47 +02:00
Roy Nieterau
bc15989b2e
Cleanup: Remove old commented code
2023-06-30 22:54:26 +02:00
Roy Nieterau
0b6f9dc8f2
Apply deferred renderlayer observer changes all at once (1x deferred) and use maya.utils.executeDeferred
2023-06-30 22:53:21 +02:00
Jakub Trllo
f1e64a063e
Maya: Convert frame values to integers ( #5188 )
...
* convert frame values to integers
* convert instance frame information to integer
* fix condition in collect instances
* Convert frame handles to int.
* Make sure handles are integers
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
* convert the float frame range value getting from attributes in maya to integer
* hound shut
* move int conversion later
* safe context value conversion
---------
Co-authored-by: Toke Stuart Jepsen <tokejepsen@gmail.com>
Co-authored-by: Kayla Man <moonyuet2008@hotmail.com>
2023-06-30 16:37:57 +02:00
Kayla Man
0df955c2fc
Maya: Fix the register_event_callback collecting workfile save after ( #5214 )
2023-06-29 10:09:38 +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
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
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
Toke Stuart Jepsen
15c7978e28
Revert "Adding support for excluded families."
...
This reverts commit 40cf531cb1 .
2023-06-23 07:38:35 +01:00
Toke Stuart Jepsen
40cf531cb1
Adding support for excluded families.
2023-06-22 12:55:17 +01:00
Toke Stuart Jepsen
68c42d486b
Setting render range to include handles.
2023-06-22 12:10:45 +01:00
Toke Stuart Jepsen
43ece88f02
Include workfile family to import.
2023-06-22 09:40:19 +01: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
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
Kayla Man
a72050e71c
allows both meshes and groups for assexport
2023-06-20 17:53:42 +08:00
Toke Stuart Jepsen
33b9e16635
Ensure workspace xgen file is overwritten and update UI.
2023-06-19 21:11:47 +01: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
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
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
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