Commit graph

20 commits

Author SHA1 Message Date
Roy Nieterau
3501c93b90 Merge branch 'maya_select_containers' of https://github.com/BigRoy/OpenPype into maya_select_containers 2022-08-17 10:35:28 +02:00
Roy Nieterau
e364c025e6 Tweak labels for clearer distinction between the two actions 2022-08-17 10:34:58 +02:00
Roy Nieterau
a3ee45edd9
Refactor host.ls() to host.get_containers()
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-08-12 18:14:23 +02:00
Roy Nieterau
ca424baf73 Scene Inventory: Maya add actions to select from or to scene 2022-08-12 16:39:20 +02:00
Jakub Trllo
a78381265e use query functions in maya plugins 2022-06-21 15:31:14 +02:00
Jakub Trllo
4a5f4c16f4 replace avalon import in maya 2022-04-14 12:12:41 +02:00
Jakub Trllo
c298e06ba6 use 'filepath_from_context' instead of 'get_representation_path_from_context' 2022-04-07 11:11:46 +02:00
Jakub Trllo
ac6182c792 Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-22 16:14:22 +01:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +01:00
Jakub Trllo
0710540aa4 changed imports of moved plugins/actions 2022-03-18 13:17:19 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
f94f636ff2 moved maya implementation to openpype 2022-02-03 18:44:27 +01:00
Milan Kolar
bf39741cb8
Merge pull request #1955 from davidlatwe/feature/maya-publish-augmented-model 2021-09-24 12:20:37 +01:00
David Lai
da7dda6b6a read studio scene type config on extracting look 2021-09-24 02:35:59 +08:00
Petr Kalis
32d65315a0 Changed how reference nodes are resolved
Added get_reference_node as public api method
2021-09-14 15:54:48 +02:00
Petr Kalis
dfa3f76d2c Added return to force refresh of SceneInventory window 2021-09-13 13:46:37 +02:00
Petr Kalis
0adcf3334a Added new InventoryAction to import (localize) reference in Maya
PYPE-1399
2021-09-13 13:35:24 +02:00
David Lai
316ee85f7b fix linter 2021-09-08 23:21:35 +08:00
David Lai
84ca6a591c fix linter 2021-09-08 23:19:23 +08:00
David Lai
7eed3da7c3 refactor, publishing render sets as model metadata
Instead of loading whole render(augmented) model from
Loader, *import* those render sets from scene inventory
as model's metadata which allow lookDev artist to
modify it and optionally publish a look from there.
2021-09-08 05:57:12 +08:00