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
167fd7186c
commit
97d8f89e44
1 changed files with 0 additions and 2 deletions
|
|
@ -51,8 +51,6 @@ 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 from the user.
|
||||
for identifier, creator in self.create_context.creators.items():
|
||||
family = getattr(creator, "family", None)
|
||||
if not family:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue