fix missing whitespaces

This commit is contained in:
Gábor Marinov 2022-05-13 21:07:45 +02:00 committed by GitHub
parent d7454044c9
commit dfb3e53743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"