Skip to content

Commit

Permalink
Merge pull request #7 from nfa-vfxim/dev
Browse files Browse the repository at this point in the history
OTL frame range change
  • Loading branch information
mervinvb committed Mar 26, 2024
2 parents 32af77e + cdda7f3 commit 5aa12c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otls/create_otl_20.0.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ def _get_metadata_block():
python_node.parm("python").set(pRef_caller_file)

# Setting the render rop settings
usdrender_rop.parm("f1").setExpression('ch("../f1")')
usdrender_rop.parm("f2").setExpression('ch("../f2")')
usdrender_rop.parm("f3").setExpression('ch("../f3")')
usdrender_rop.parm("rendersettings").setExpression(
'chs("../karmarendersettings/primpath")'
)
Expand Down
Binary file modified otls/sgtk_karma.otl
Binary file not shown.

0 comments on commit 5aa12c4

Please sign in to comment.