mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix a typo with a class attribute
This commit is contained in:
parent
da537c2ea5
commit
cf7fa9b732
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class CreateMantraROP(plugin.HoudiniCreator):
|
|||
label = "Mantra ROP"
|
||||
product_type = "mantra_rop"
|
||||
icon = "magic"
|
||||
render_staging_dir = "$HIP/ayon/{product[name]}/render/{product[name]}.$F4.{ext}",
|
||||
render_staging_dir = "$HIP/ayon/{product[name]}/render/{product[name]}.$F4.{ext}"
|
||||
ifd_dir = "$HIP/ayon/{product[name]}/ifd/{product[name]}.$F4.ifd"
|
||||
|
||||
# Default to split export and render jobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue