Jakub Trllo
60df02602b
removed usage of config callback in maya
2022-04-06 10:49:23 +02:00
Ondřej Samohel
1d3a2c2372
Merge pull request #2978 from pypeclub/feature/OP-2795_maya-to-unreal-skeletal-meshes
...
Maya to Unreal > Static and Skeletal Meshes
2022-04-05 16:23:24 +02:00
Ondřej Samohel
557aafdae3
fixed skeletal root
2022-04-05 14:36:11 +02:00
Ondrej Samohel
85e2601022
fix 🐺
2022-04-01 18:36:29 +02:00
Jakub Trllo
ea3cae8bc4
remove path existence checks in 'add_implementation_envs'
2022-04-01 17:36:18 +02:00
Jakub Trllo
cb33bb94f9
Merge pull request #2935 from pypeclub/enhancement/OP-2855_move-plugins-register-and-discover
...
General: Move plugins register and discover
2022-03-31 13:38:17 +02:00
Jakub Trllo
8940830787
added info log about changing hardlink
2022-03-30 16:38:45 +02:00
Jakub Trllo
8eab6ae180
disable hardlink on windows for look publishing
2022-03-30 16:25:37 +02:00
Jakub Trllo
4b6ccc9ee3
Merge branch 'develop' into enhancement/OP-2855_move-plugins-register-and-discover
2022-03-30 16:06:20 +02:00
Jakub Trllo
215da09d3d
Change default value of force copy to True
2022-03-30 15:24:23 +02:00
Ondřej Samohel
14cb9832a2
Merge branch 'develop' into feature/OP-2795_maya-to-unreal-skeletal-meshes
2022-03-30 11:28:59 +02:00
Ondřej Samohel
572e640303
Merge pull request #2908 from j-cube/feature/multiverse
...
Multiverse: First PR
2022-03-29 13:18:46 +02:00
Petr Kalis
2c427a1f4d
Merge pull request #2952 from pypeclub/OP-2832_Option-on-object-set-to-choose-transparency-algorithm
...
Maya - added transparency into review creator
2022-03-28 11:23:44 +02:00
Ondrej Samohel
228d3cfc00
fix hierarchy
2022-03-28 01:54:40 +02:00
Ondrej Samohel
3a55b80634
fix docstring and remove unused code
2022-03-28 00:07:15 +02:00
Ondrej Samohel
b711ba5174
fix validator
2022-03-27 23:48:24 +02:00
Petr Kalis
a029e55d3c
OP-2832 - added transparency into review creator for Maya
2022-03-25 13:47:27 +01:00
Ondrej Samohel
76bc7799f1
add top node validator
2022-03-25 10:52:54 +01:00
DMO
deedc893bf
Lock the shape after creating to avoid deletion.
2022-03-25 18:07:28 +09:00
DMO
5adf396610
Adding "pointcache" & "animation" to the list of families, since it's supported.
2022-03-25 18:07:07 +09:00
DMO
bb8bd90427
add the animation data first to maintain order.
2022-03-25 11:08:53 +09:00
Bo Zhou
6ea037175a
use set instead of list for discard option keys from multiverse composition extractor
2022-03-24 17:57:18 +09:00
Bo Zhou
cedc936f23
Merge branch 'feature/multiverse' of github.com:j-cube/OpenPype into feature/multiverse
2022-03-24 17:47:18 +09:00
Bo Zhou
ef832181e4
use py3 style to iterate options dict
2022-03-24 17:46:28 +09:00
DMO
600a07237c
removed extra space.
2022-03-24 17:45:10 +09:00
DMO
e64797c433
switch do more readable options.items()
2022-03-24 17:43:43 +09:00
DMO
ba5763897a
Merge remote-tracking branch 'origin/feature/multiverse' into feature/multiverse
2022-03-24 17:28:41 +09:00
DMO
7f18f94abc
removing unused variables.
2022-03-24 17:28:09 +09:00
Bo Zhou
73e691f379
use cmds.listRelatives instead of mel at multiverse usd loader
2022-03-24 17:27:22 +09:00
DMO
1cea33d94c
fixing the data getting used for the write options ; standardise on " vs '.
2022-03-24 16:52:02 +09:00
DMO
06dce74a36
use a set instead of a list
2022-03-24 16:51:24 +09:00
DMO
20124bdc83
fix import - use direct api vs avalon
2022-03-24 16:50:53 +09:00
DMO
d41d114bd3
updating create mv overwrite to correct data fields getting used.
2022-03-24 16:49:57 +09:00
Bo Zhou
fe2a3e8c2f
use usd as name and ext for representation from multiverse usd composition extractor
2022-03-24 13:52:06 +09:00
Bo Zhou
0645dc8190
use py3 style to iterate option dict from multiverse usd composition extractor
2022-03-24 13:49:58 +09:00
Bo Zhou
498c968805
use py3 style to iterate option dict
2022-03-24 13:43:42 +09:00
Bo Zhou
3ab9c8c0bf
fixed multiverse usd loader for new api
2022-03-24 12:07:37 +09:00
Bo Zhou
d69d7cddf4
fix multiverse composition extractor for arguments
2022-03-24 12:07:06 +09:00
Bo Zhou
783c315c7e
fixed creator of multiverse usd composition with more arguments
2022-03-24 12:05:49 +09:00
Bo Zhou
7320e570ca
fixed multiverse usd composition extractor
2022-03-24 11:37:11 +09:00
Bo Zhou
de8eac521c
improved multiverse usd composition creator
2022-03-24 11:00:44 +09:00
Bo Zhou
006c43c6f0
replace unicode with str and normalize unicode instance data value
2022-03-24 10:37:17 +09:00
Bo Zhou
7a96bfcfbf
deal with handle start and end for multiverse usd extractor
2022-03-24 09:45:36 +09:00
Jakub Trllo
77e2f6eb8d
use create register/discover functions in code
2022-03-23 15:11:43 +01:00
Roy Nieterau
4261d22422
Fix support for Maya 2018
...
Older versions of Maya do not allow `set` type to be passed to Maya commands and will result in e.g. "RuntimeError: # Syntax error: unexpected end ( at position 4 while parsing"
2022-03-23 12:37:13 +01:00
Bo Zhou
0990163a0b
fix removed module from multiverse usd extractor
2022-03-23 18:30:34 +09:00
Bo Zhou
0bf37ddffc
Merge branch 'develop' of https://github.com/pypeclub/OpenPype into feature/multiverse
2022-03-23 14:09:40 +09:00
Ondrej Samohel
8f77e92d6f
rename top node for variants
2022-03-22 16:48:16 +01:00
Jakub Trllo
ac6182c792
Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins
2022-03-22 16:14:22 +01:00
Ondřej Samohel
cc7a5e0a6f
node renaming wip
2022-03-22 15:03:25 +01:00