mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix change of product name in houdini
This commit is contained in:
parent
3573bd6890
commit
ea5acd07b2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class CreateWorkfile(plugin.HoudiniCreatorBase, AutoCreator):
|
|||
)
|
||||
current_instance["folderPath"] = asset_name
|
||||
current_instance["task"] = task_name
|
||||
current_instance["AYONProductName"] = product_name
|
||||
current_instance["productName"] = product_name
|
||||
|
||||
# write workfile information to context container.
|
||||
op_ctx = hou.node(CONTEXT_CONTAINER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue