sanostol Posted October 1, 2014 Share Posted October 1, 2014 I want to generate spare parameters and join some lines, but I can not get it to work, the join_with_next arguement does not work and the function "setJoinWithNext" also does not. What's wrong here? filetemplate = hou.StringParmTemplate( "file", "File", 1, default_value=("",), string_type=hou.stringParmType.NodeReference, join_with_next= True) issequencetemplate = hou.ToggleParmTemplate("issequence", "Sequence", default_value=False, join_with_next=False) filetemplate.setJoinWithNext(True) n.addSpareParmTuple(nodetemplate, in_folder = ("Caches",)) n.addSpareParmTuple(issequencetemplate, in_folder = ("Caches",)) thanks a lot Martin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.