mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Cosmetics typo
This commit is contained in:
parent
d8bcf279c2
commit
7098df26e7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class CreatePointCache(houdini.Creator):
|
|||
|
||||
parms = {"use_sop_path": True, # Export single node from SOP Path
|
||||
"build_from_path": True, # Direct path of primitive in output
|
||||
"path_attrib": "path", # Pass path attribute for output\
|
||||
"path_attrib": "path", # Pass path attribute for output
|
||||
"prim_to_detail_pattern": "cbId",
|
||||
"format": 2, # Set format to Ogawa
|
||||
"filename": "$HIP/pyblish/%s.abc" % self.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue