jimmyj90
jimmyj90
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
HOM and primative groups 2009年4月3日22:10
I can not seem to find the HOM command to set a primitive attribute. Any one know ?
HOM and primative groups 2009年4月2日12:50
Thanks Koen.I thought I would try a new method of getting answers for my questions. I thought I was being a bother with all my questions. But it turns out you answered it anyway.

-Jj
HOM and primative groups 2009年4月1日22:32
I am new to Houdini and am trying to use HOM to get primitive group names. I have two primitive attrs called mesh_name and part_name but am only interested in the mesh_name.
In a python text port i try the commands
>>>geo = hou.node(“/obj/geo1”).displayNode().geometry()
>>>for prim in geo.prims():
>>> print geo.prims
and it prints out:
<bound method Geometry.prims of <hou.Geometry in /obj/geo1/partition1>>
How do i get the primitive Attr Names?
Thanks in advance.
In a python text port i try the commands
>>>geo = hou.node(“/obj/geo1”).displayNode().geometry()
>>>for prim in geo.prims():
>>> print geo.prims
and it prints out:
<bound method Geometry.prims of <hou.Geometry in /obj/geo1/partition1>>
How do i get the primitive Attr Names?
Thanks in advance.