mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Global, Hiero: reverse previous commit plate to shot family swap
This commit is contained in:
parent
d2eeb31756
commit
6d41804ff1
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ class ExtractThumnail(openpype.api.Extractor):
|
|||
|
||||
label = "Extract Thumnail"
|
||||
order = pyblish.api.ExtractorOrder
|
||||
families = ["plate", "take", "shot"]
|
||||
families = ["plate", "take"]
|
||||
hosts = ["hiero"]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue