mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Code cosmetics
This commit is contained in:
parent
d41f10e6f7
commit
c10ad8227a
1 changed files with 2 additions and 3 deletions
|
|
@ -51,9 +51,8 @@ class MayaLegacyConvertor(SubsetConvertorPlugin,
|
|||
# From all current new style manual creators find the mapping
|
||||
# from family to identifier
|
||||
family_to_id = {}
|
||||
# Consider both disabled and enabled creators
|
||||
# e.g. the "animation" creator is disabled to be hidden
|
||||
# by the user
|
||||
# Consider both disabled and enabled creators e.g. the "animation"
|
||||
# creator is disabled to be hidden from the user.
|
||||
creators = self.create_context.creators.copy()
|
||||
creators.update(self.create_context.disabled_creators.copy())
|
||||
for identifier, creator in creators.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue