Commit graph

107 commits

Author SHA1 Message Date
Petr Kalis
99a273c67d OP-3154 - reworked logic
Previous one was limiting attribute removal only on shapes, this should remove attribute in more places.
2022-05-18 12:35:01 +02:00
Petr Kalis
6a75497bfc OP-2790 - added clean_import option to Maya's Import loader
By selecting this option all occurrences of cbId of imported nodes will be removed.
2022-05-13 15:16:46 +02:00
Roy Nieterau
9e2f7f328b Cleanup some Loader docstrings 2022-05-02 21:43:01 +02:00
Jakub Trllo
4a5f4c16f4 replace avalon import in maya 2022-04-14 12:12:41 +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
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
Bo Zhou
73e691f379 use cmds.listRelatives instead of mel at multiverse usd loader 2022-03-24 17:27:22 +09:00
Bo Zhou
3ab9c8c0bf fixed multiverse usd loader for new api 2022-03-24 12:07:37 +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
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
Ondřej Samohel
e67ac0cda1
Merge remote-tracking branch 'origin/develop' into feature/OP-2795_maya-to-unreal-skeletal-meshes 2022-03-21 17:35:48 +01:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +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
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36: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
Ondrej Samohel
c033eaad65
fix update 2022-03-11 15:13:43 +01:00
Bo Zhou
3f8103f758 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into feature/multiverse 2022-03-11 21:25:08 +09:00
Ondrej Samohel
6706e90d18
Fixes for 🎫 OP-2825 2022-03-11 12:41:14 +01:00
Ondřej Samohel
b30a95a991
Merge branch 'develop' into enhancement/OP-2825_attach-loaded-containers 2022-03-11 00:10:18 +01:00
Ondrej Samohel
bdcb4ab8b3
move method to parent 2022-03-11 00:06:36 +01:00
Bo Zhou
9418a496c8 improved multiverse usd loader 2022-03-10 16:32:38 +09:00
Bo Zhou
ee84d143de Merge branch 'develop' of https://github.com/pypeclub/OpenPype into feature/multiverse 2022-03-10 15:13:54 +09:00
Jakub Trllo
9c57a9e025 Merge branch 'develop' into feature/OP-2849_move-create-logic-from-avalon-to-openpype 2022-03-09 19:37:29 +01:00
Bo Zhou
2adbe78122 implemented load method of multiverse usd loader 2022-03-09 10:27:51 +09:00
Jakub Trllo
d4f177f7bc use moved create functions in hosts 2022-03-08 17:39:50 +01:00
Bo Zhou
1c58a3d1df created load plugin to read USD file by multiverse 2022-03-08 13:00:00 +09:00
Ondřej Samohel
b172a2763b
fix 🐾 2022-03-07 18:02:44 +01:00
Ondřej Samohel
d81da109a7
add containers to hierarchy 2022-03-07 17:59:50 +01:00
Jakub Trllo
abe340130f fixed remaining imports from avalon.vendor 2022-03-07 17:49:15 +01:00
Ondrej Samohel
b63896c60d
Merge branch 'bugfix/maya-static-mesh-bugfix' into feature/OP-2795_maya-to-unreal-skeletal-meshes 2022-03-04 10:45:35 +01:00
Ondrej Samohel
3697fba453
remove debug prints 2022-03-04 00:59:22 +01:00
Ondrej Samohel
1aecfef38a
add loaded containers to published instance 2022-03-03 17:02:51 +01:00
Milan Kolar
8234529813
Merge pull request #2633 from pypeclub/bugfix/maya-vrscene-loader-fixes 2022-03-02 15:30:12 +01:00
Ondrej Samohel
298da27fee
Merge remote-tracking branch 'origin/develop' into bugfix/maya-static-mesh-bugfix 2022-03-01 14:43:48 +01:00
iLLiCiTiT
cbe5552aa2 Merge branch 'develop' into fix_set_frame_range_loaders 2022-02-26 10:01:39 +01:00
Ondrej Samohel
a50ec29def
Merge remote-tracking branch 'origin/develop' into bugfix/maya-static-mesh-bugfix 2022-02-18 19:06:07 +01:00
Ondrej Samohel
4a0597bdb2
Merge branch 'develop' into bugfix/maya-vrscene-loader-fixes 2022-02-18 12:38:45 +01:00
Ondrej Samohel
3cf48636b1
rename family to staticMesh 2022-02-17 13:18:44 +01:00
Ondřej Samohel
12766377b4
fix case with single mesh and prefixes 2022-02-14 18:34:36 +01:00
Roy Nieterau
767537ca05 Merge remote-tracking branch 'upstream/develop' into maya_look_containerize_reference_only
# Conflicts:
#	openpype/hosts/maya/plugins/load/load_look.py
2022-02-12 10:38:13 +01:00
Jakub Trllo
f94f636ff2 moved maya implementation to openpype 2022-02-03 18:44:27 +01:00
Roy Nieterau
5269510ed9 Create and parent the V-Ray Scene first to transform so that outliner shows VRayScene icon on transform 2022-02-03 13:38:09 +01:00
Roy Nieterau
b0aa53b52c Remove redundant string format 2022-02-03 13:21:42 +01:00
Roy Nieterau
ed2908353d Don't create redundant extra group 2022-02-03 13:21:03 +01:00
Roy Nieterau
6fd4e7cf38 Lock shape nodes 2022-02-03 13:12:56 +01:00
Ondrej Samohel
68d3f9ec3e
fix imports 2022-02-02 18:25:38 +01:00
Roy Nieterau
88ba3f59b2 Cosmetics + cleanup unused import 2022-01-26 17:33:26 +01:00