fix: incorrect var name

This commit is contained in:
JackP 2023-06-01 10:31:50 +01:00
parent 31b331811c
commit 3fdbcd3247

View file

@ -30,7 +30,7 @@ class ModelAbcLoader(load.LoaderPlugin):
rt.AlembicImport.CustomAttributes = True
rt.AlembicImport.UVs = True
rt.AlembicImport.VertexColors = True
rt.importFile(filepath, rt.name("noPrompt"))
rt.importFile(file_path, rt.name("noPrompt"))
abc_after = {
c