mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix missing whitespaces
This commit is contained in:
parent
d7454044c9
commit
dfb3e53743
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class AlembicModelLoader(load.LoaderPlugin):
|
|||
This will load alembic model or anim into script.
|
||||
"""
|
||||
|
||||
families = ["model","pointcache","animation"]
|
||||
families = ["model", "pointcache", "animation"]
|
||||
representations = ["abc"]
|
||||
|
||||
label = "Load Alembic Model or Anim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue