Commit graph

356 commits

Author SHA1 Message Date
Bo Zhou
ef832181e4 use py3 style to iterate options dict 2022-03-24 17:46:28 +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
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
Derek
5e7b09e863
Merge branch 'pypeclub:develop' into bugfix/rig-deformer-ids 2022-03-16 15:22:32 +07: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
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Milan Kolar
019ce617c6
Merge pull request #2874 from pypeclub/bugfix/OP-2825_fixes-fo-attaching-loaded-containers 2022-03-14 11:01:17 +01:00
Bo Zhou
82929bba78 renamed family usd_override to usdOverride 2022-03-14 14:06:26 +09:00
Bo Zhou
86d51270e2 declare more families for multiverse usd loader 2022-03-14 14:04:58 +09:00
Bo Zhou
9f54faed1c fixed label and family for multiverse usd composition creator 2022-03-14 12:37:09 +09:00
Bo Zhou
28f57a045b added new creator for multiverse usd composition 2022-03-14 12:13:51 +09:00
Bo Zhou
899958fbba Merge branch 'develop' of https://github.com/pypeclub/OpenPype into feature/multiverse 2022-03-14 10:47:22 +09:00
Ondrej Samohel
cf1453029f
remove obsolete code and set cast 2022-03-11 17:13:26 +01:00
Jakub Trllo
3cbc93d59c
Merge pull request #2877 from pypeclub/bugfix/missing_time_function
General: Missing time function
2022-03-11 16:52:51 +01:00