HiHaHo
HiHaHo
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Python querying operator list contents June 12, 2014, 3:05 p.m.
works now, thank you!
Python querying operator list contents June 10, 2014, 7:59 p.m.
Thanks for the reply!
Unfortunately i don't think this is what i'm looking for.
What i have so far:
I added a operator list parameter to a output node.
The user can select objects through it.
The parms on the node reads the following after i selected a few objects.
/obj/sphere_object1 /obj/geo1 /obj/sphere_object3 /obj/geo3 @cube
i would like to query this parameter to get a list with all the objects listed above including the elements from the @cube bundle.
I started to write the code used split, remove… is this the right way? Or is there a simpler way getting the list?
Sorry for the confusion.
Unfortunately i don't think this is what i'm looking for.
What i have so far:
I added a operator list parameter to a output node.
The user can select objects through it.
The parms on the node reads the following after i selected a few objects.
/obj/sphere_object1 /obj/geo1 /obj/sphere_object3 /obj/geo3 @cube
i would like to query this parameter to get a list with all the objects listed above including the elements from the @cube bundle.
I started to write the code used split, remove… is this the right way? Or is there a simpler way getting the list?
Sorry for the confusion.
Python querying operator list contents June 9, 2014, 1:24 p.m.
Hello,
can anyone tell me how to query the operator list?
I want to run a simple for loop for each object in the operator list no matter if its a pattern or a bundle.
This should be fairly simply but i can't figure out how.
Thanks!
can anyone tell me how to query the operator list?
I want to run a simple for loop for each object in the operator list no matter if its a pattern or a bundle.
This should be fairly simply but i can't figure out how.
Thanks!