mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
use correct variable in maya legacy convertor plugin
This commit is contained in:
parent
199ae5fe61
commit
3d4aa23c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class MayaLegacyConvertor(ProductConvertorPlugin,
|
|||
).format(product_type))
|
||||
continue
|
||||
|
||||
creator_id = product_type_to_id[family]
|
||||
creator_id = product_type_to_id[product_type]
|
||||
creator = self.create_context.creators[creator_id]
|
||||
data["creator_identifier"] = creator_id
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue