Rudra Posted November 7, 2009 Share Posted November 7, 2009 Hi guys. I have some free time this evening and i have found my old houdini stuff. Some procedural generators. I have done them for 9.0 houdini. And now i want to start them at 10. But when i start render then houdini like to tell me: mantra procedural error[w_VRAYpiser]: Invalid query -- null object handle I compare samples from toolkit with my files and don't find any differences in methods. But houdini doesn't agree with me))) This issue happens in getClassName method. const char * w_VRAYpiser::getClassName() { cout<<"w_VRAYpiser getClassName"<<endl; return "w_VRAYpiser"; } So strange... And i have some tests in 9.5 today and sure it's ok. So the issue is in 10 What's wrong? Thanks Quote Link to comment Share on other sites More sharing options...
Rudra Posted November 7, 2009 Author Share Posted November 7, 2009 Uf... my mistake. The issue is in geometry query... But i don't know why. UT_String points; import("baseGeometry", points, 0); void *handleObj = queryObject(points); Quote Link to comment Share on other sites More sharing options...
Rudra Posted November 7, 2009 Author Share Posted November 7, 2009 Ok. I understand. I can't query geometry in initialization. I haven't idea why... 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.