fix create multishot layout

This commit is contained in:
Jakub Trllo 2023-11-15 12:25:06 +01:00
parent 89dcb9452b
commit da8285d2ce

View file

@ -158,7 +158,7 @@ class CreateMultishotLayout(plugin.MayaCreator):
# Create layout instance by the layout creator
instance_data = {
"asset": shot["name"],
"folderPath": shot["path"],
"variant": layout_creator.get_default_variant()
}
if layout_task: