mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix: incorrect var name
This commit is contained in:
parent
31b331811c
commit
3fdbcd3247
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue