photex Posted November 10, 2007 Share Posted November 10, 2007 I was playing around with using python as the expression language and I can't figure out how to access global expression variables such as $FF, $NFRAMES, etc... I found hou.frame() but that's it. Is there a list someplace? Searching through the help gives me the hscript reference. But perhaps my terms are too narrow. Any help is appreciated. _chip Quote Link to comment Share on other sites More sharing options...
graham Posted November 10, 2007 Share Posted November 10, 2007 From the Journal: Friday, November 9, 2007 Houdini 9.0.776: Adding an lvar function to the Python hou module to access local variables. For example, the hscript expression "$TX" can be written in Python as "lvar('TX')". Quote Link to comment Share on other sites More sharing options...
photex Posted November 10, 2007 Author Share Posted November 10, 2007 Nice. Didn't realize there was a new production build either. Will give this a go. Thanks 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.