Milan Kolar
|
22b0a894e6
|
Merge pull request #4707 from tokejepsen/bugfix/xgen_fixes
|
2023-04-14 15:10:43 +02:00 |
|
Milan Kolar
|
708cba0d04
|
Merge pull request #4145 from tokejepsen/enhancement/maya_review
|
2023-04-14 14:56:44 +02:00 |
|
Milan Kolar
|
6a992b8ec3
|
Merge pull request #4840 from BigRoy/enhancement/maya_animation_single_assembly_validation
Great!
|
2023-04-13 22:37:10 +02:00 |
|
Milan Kolar
|
0be80d3cd0
|
Merge pull request #4778 from ynput/bugfix/OP-5542
thanks folks
|
2023-04-13 22:35:12 +02:00 |
|
Milan Kolar
|
d1b59c4aaa
|
Merge pull request #4761 from quadproduction/363-fix-studio-openpype-does-not-load-assets-linked-to-the-shot
thank you guys. this is great
|
2023-04-13 22:31:41 +02:00 |
|
Roy Nieterau
|
55ccf73ebb
|
Remove single assembly validation for animation instances
|
2023-04-13 13:31:16 +02:00 |
|
Ondřej Samohel
|
88a5bd9543
|
Merge pull request #4664 from quadproduction/348-fix-studio-openpype-template-builder-set-wrong-frame-range-in-created-animation-instance
|
2023-04-12 17:34:13 +02:00 |
|
Roy Nieterau
|
16975b2e21
|
Merge pull request #4816 from BigRoy/bugfix/maya_fix_validate_mesh_overlapping_uvs
Maya: Fix Validate Mesh Overlapping UVs plugin
|
2023-04-12 17:12:17 +02:00 |
|
Ondřej Samohel
|
c76d7430ba
|
Merge pull request #4795 from tokejepsen/bugfix/maya_get_color_management_preferences
|
2023-04-12 14:53:29 +02:00 |
|
Thomas Fricard
|
3c4804217b
|
Remove useless print
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
|
2023-04-12 12:50:58 +02:00 |
|
Thomas Fricard
|
d3ed9e64d8
|
replace legacy_io functions
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
2253d7b6e1
|
refactoring
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
eda8e27030
|
replace simple quotes by double quotes
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
0a507d2bed
|
fix linting errors
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
6a276c0fdb
|
set handles or not based on the include handles settings
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
9392687b15
|
set framerange with or without handles based on the current task type
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
b18672d963
|
set correct framerange and handles when setting context
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
c3651da644
|
remove with_handles options in project settings
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
56e93cd339
|
add with_handles attribute and calculate handles
|
2023-04-12 12:45:40 +02:00 |
|
Thomas Fricard
|
ea9b997e2b
|
set and collect correct handles
|
2023-04-12 12:45:39 +02:00 |
|
Thomas Fricard
|
265fec770b
|
add docstrings for get_custom_namespace function
|
2023-04-07 15:15:53 +02:00 |
|
Thomas Fricard
|
163e01542c
|
create get_custom_namespace function to control the position of the unique index
|
2023-04-07 15:15:53 +02:00 |
|
Thomas Fricard
|
c38ee97246
|
refactor custom_namespace and custom_group_name
|
2023-04-07 15:15:53 +02:00 |
|
Thomas Fricard
|
fc928a1987
|
change RaiseError to OP LoadError
|
2023-04-07 15:15:53 +02:00 |
|
Thomas Fricard
|
9cfa795f47
|
remove 'group_name' from arguments and add it to 'options' dict
|
2023-04-07 15:15:50 +02:00 |
|
Thomas Fricard
|
cf0debf04b
|
move namespace and group_name logic into for loop
|
2023-04-07 15:15:32 +02:00 |
|
Thomas Fricard
|
d13fc645e7
|
adapt custom namespace and group name to new settings + refactoring
|
2023-04-07 15:14:12 +02:00 |
|
Thomas Fricard
|
73c2ef6d56
|
add group_name argument to process_reference method
|
2023-04-07 15:14:12 +02:00 |
|
Thomas Fricard
|
6ecaa7dd05
|
move custom naming logic outside the for loop since it is not dynamic
|
2023-04-07 15:12:52 +02:00 |
|
Thomas Fricard
|
92a35bc7d2
|
fix layout
|
2023-04-07 15:12:52 +02:00 |
|
Thomas Fricard
|
307e57bbfd
|
change variables name for template
|
2023-04-07 15:12:51 +02:00 |
|
Thomas Fricard
|
e88288c53a
|
add group_name argument to process_reference method for ReferenceLoader subclasses
|
2023-04-07 15:12:47 +02:00 |
|
Thomas Fricard
|
8879c8e9e9
|
remove _ suffix on unique namespace
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
599af2de23
|
remove unused import
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
45f59b4e58
|
raise value error for wrong namespace format + make namespace unique
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
b3d62c5174
|
remove create namespace if it doesn't exsits
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
1c207b91f4
|
process custom reference naming for maya
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
6ceb7ef8b3
|
reset group name variable as before
|
2023-04-07 15:11:02 +02:00 |
|
Thomas Fricard
|
91331acc4a
|
create namespace if it doesn't already exists in maya + replace _ by : in namespace
|
2023-04-07 15:08:24 +02:00 |
|
Roy Nieterau
|
bb3d7be8fd
|
Fix bug - command returns a list
|
2023-04-07 12:30:50 +02:00 |
|
Toke Stuart Jepsen
|
d06e8d3b07
|
Merge branch 'develop' into enhancement/maya_review
# Conflicts:
# openpype/hosts/maya/plugins/publish/collect_review.py
|
2023-04-07 10:46:02 +01:00 |
|
Toke Stuart Jepsen
|
273d87f8b8
|
Fix flat lighting and sync labels with project settings.
|
2023-04-07 10:44:08 +01:00 |
|
Toke Jepsen
|
0cb647c0b2
|
Hound
|
2023-04-06 16:48:40 +01:00 |
|
Toke Jepsen
|
9c9a1c0839
|
Discard vray proxies and aistandin from same variable.
|
2023-04-06 16:47:46 +01:00 |
|
Roy Nieterau
|
fe5853fcf1
|
Fix Py2 support - attr dataclass must be new style class (#4808)
|
2023-04-06 16:12:34 +02:00 |
|
Toke Stuart Jepsen
|
8708bc5c4f
|
Raising better error message for regex mismatch.
|
2023-04-06 11:41:50 +01:00 |
|
Toke Stuart Jepsen
|
5cc7f2115b
|
Fix getting view and display in Maya 2020.
|
2023-04-06 10:57:38 +01:00 |
|
clement.hector
|
09f5e3ecc1
|
remove placeholder parent to root at cleanup
|
2023-04-05 15:40:08 +02:00 |
|
Toke Jepsen
|
94cd27fbc2
|
Update openpype/hosts/maya/tools/mayalookassigner/app.py
|
2023-04-05 10:25:35 +01:00 |
|
Toke Jepsen
|
2d6d1ba882
|
Fix OP-5542
# Traceback (most recent call last):
# File "C:\Users\florianbehr\AppData\Local\pypeclub\openpype\3.15\openpype-v3.15.4-thescope230404\openpype\hosts\maya\tools\mayalookassigner\app.py", line 272, in on_process_selected
# nodes = list(set(item["nodes"]).difference(arnold_standins))
# UnboundLocalError: local variable 'arnold_standins' referenced before assignment
|
2023-04-05 10:11:20 +01:00 |
|