walterbehrnes Posted October 28, 2008 Share Posted October 28, 2008 Hi, I am trying to call a python script from a digital asset using a call back script. If I create a python script called FOO in my HDA under Scripts. How do I call this from my callback line? Do I call it this way? eval(compile(hou.readFile("opdef:.?FOO"))) or by simplying calling import FOO I can not seem to get it to read. Thanks, Walt Quote Link to comment Share on other sites More sharing options...
rdg Posted October 28, 2008 Share Posted October 28, 2008 hou.pwd().hdaModule().foo() more info: http://localhost:48626/hom/assetscripts Quote Link to comment Share on other sites More sharing options...
walterbehrnes Posted October 28, 2008 Author Share Posted October 28, 2008 Awesome, that works. Thanks. Walt 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.