wigal123 Posted January 30, 2010 Share Posted January 30, 2010 (edited) Hello, I am trying to render a geo with the following script: hou.setFrame(int(hou.expandString('$RFEND'))) Valid Frame Range is set to Render Any Frame. I can see Houdini set the time line to the last frame, but what it renders is the frame that was selected before hitting the render button. Any ideas? thanks ps. same thing happens when using hscript with: fcur $RFEND Edited February 1, 2010 by wigal123 Quote Link to comment Share on other sites More sharing options...
edward Posted February 1, 2010 Share Posted February 1, 2010 The rendering frame range is evaluated before the pre-render script runs. Just use the regular frame range parameters with $RFEND as their values. Quote Link to comment Share on other sites More sharing options...
wigal123 Posted February 6, 2010 Author Share Posted February 6, 2010 The rendering frame range is evaluated before the pre-render script runs. Just use the regular frame range parameters with $RFEND as their values. thanks edward. That explains the problem. 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.