mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix houdini workfile creator
This commit is contained in:
parent
42c61fa348
commit
b497876c51
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class CreateWorkfile(plugin.HoudiniCreatorBase, AutoCreator):
|
|||
"variant": variant
|
||||
}
|
||||
if AYON_SERVER_ENABLED:
|
||||
data["folderpath"] = asset_name
|
||||
data["folderPath"] = asset_name
|
||||
else:
|
||||
data["asset"] = asset_name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue