katisss Posted February 17, 2011 Share Posted February 17, 2011 (edited) hi, i would love to get unresolved path from parameter ifdPath=renderRop.parm("soho_diskfile").eval() gives me /houdini/farm/test0006.ifd id rather want to know /houdini/farm/test$F4.ifd. Easy enough to find with a regular expression but i wouldnt know about frame padding... EDIT: evalAtTime() tells me the padding so might be good Edited February 17, 2011 by katisss Quote Link to comment Share on other sites More sharing options...
graham Posted February 17, 2011 Share Posted February 17, 2011 You want hou.Parm.unexpandedString(). It will return the path value without resolving any variables or back ticks. Quote Link to comment Share on other sites More sharing options...
katisss Posted February 17, 2011 Author Share Posted February 17, 2011 houdini just is the best You want hou.Parm.unexpandedString(). It will return the path value without resolving any variables or back ticks. 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.