Hi. There is a little issue with procedurals. I want to do my old procedural generators for houdini 10. They works fine in 9.5. But in 10 i have an issue with geometry query. A simple example:
I have polygonal sphere with “/obj/geoA” path. And i have void *handleObj = queryObject(“/obj/geoA”); in my procedural. But the result is:
void *handleObj = queryObject(points);
What is the difference between 10 and 9.5 in query? Why this method returns NULL in 10?
Thanks