Commit graph

502 commits

Author SHA1 Message Date
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
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
Jakub Trllo
ac6182c792 Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-22 16:14:22 +01:00
Bo Zhou
e1bdbf3cdc updated update and remove method in usd loader 2022-03-22 14:18:17 +09:00
Bo Zhou
adde37f982 removed root transform when load the usd file 2022-03-22 13:48:47 +09:00
Bo Zhou
fba9399bd3 use values from processed options from multiverse usd extractor 2022-03-22 12:31:09 +09:00
Bo Zhou
b5d775700d declare default string option as unicode 2022-03-22 12:28:51 +09:00
Bo Zhou
cc1d6313d5 convert string to unicode at multiverse usd extractor 2022-03-22 12:24:09 +09:00
Bo Zhou
b553fe66a0 add method parse_overrides to multiverse usd extractor to update option values 2022-03-22 12:10:35 +09:00
Bo Zhou
889851a2d8 tidy variable of unused variable at multiverse usd creator 2022-03-22 11:43:58 +09:00
Bo Zhou
370416a949 use openpye built-in variables for multiverse usd extractor 2022-03-22 11:41:13 +09:00
Bo Zhou
ae9e34bc62 use collected animation data at multiverse use creator 2022-03-22 11:21:26 +09:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +01:00
Jakub Trllo
e323429ab4 moved host workfile extensions 2022-03-18 16:08:15 +01:00
Jakub Trllo
89bdf2965c moved AVALON_CONTAINER_ID from avalon into openpype 2022-03-18 15:54:19 +01:00
Jakub Trllo
0710540aa4 changed imports of moved plugins/actions 2022-03-18 13:17:19 +01:00
Bo Zhou
ca5017f730 fix iteration loop 2022-03-18 12:24:06 +09:00
Bo Zhou
f8c06e0e1f fix iteration for options among multiverse extractor 2022-03-18 11:15:19 +09:00
Bo Zhou
99288ee03a added multiverse usd composition extractor 2022-03-17 17:29:54 +09:00
Derek
485595903d
Merge branch 'pypeclub:develop' into bugfix/rig-deformer-ids 2022-03-16 18:30:46 +07:00
2-REC
8af535adba More adapted error message 2022-03-16 18:09:50 +07:00
2-REC
9e4a3cf950 Distraction fix... 2022-03-16 16:41:27 +07:00
2-REC
a11fe7a550 Fix to allow more than 1 shape with same ids 2022-03-16 16:38:17 +07:00
Derek
5e7b09e863
Merge branch 'pypeclub:develop' into bugfix/rig-deformer-ids 2022-03-16 15:22:32 +07:00
2-REC
802f8a482d Variable declaration 2022-03-16 12:16:33 +07:00
2-REC
db7e9cc4aa Warning log if more than 1 shape id 2022-03-16 12:13:47 +07:00
Jakub Trllo
4f7d99babe remove plural from de/register_loader_plugins_path 2022-03-15 14:15:35 +01:00
Jakub Trllo
5b835d87e7 renamed 'load_representation' to 'load_container' 2022-03-15 11:40:59 +01:00
Jakub Trllo
eb49761887 Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype 2022-03-14 11:47:33 +01:00