mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix converting
This commit is contained in:
parent
3f10968c95
commit
d41f10e6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class MayaLegacyConvertor(SubsetConvertorPlugin,
|
|||
continue
|
||||
|
||||
creator_id = family_to_id[family]
|
||||
creator = self.create_context.creators[creator_id]
|
||||
creator = creators[creator_id]
|
||||
data["creator_identifier"] = creator_id
|
||||
|
||||
if isinstance(creator, plugin.RenderlayerCreator):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue