list of atributes

   2141   2   0
User Avatar
Member
277 posts
Joined: 7月 2006
Offline
Hi! How can I get list of atributes of (for example) the point SOP?
When I'm programming with python I have sometimes to write
“pwd().curPoint().attribValue(”…")", but I can't find nowhere list of available attributes. Of course there is a list oflocalvaribales for Hscript, but no for attributes
thank you
User Avatar
Member
1907 posts
Joined: 11月 2006
Offline
You can see what attributes are available using member functions of hou.Geometry (pointAttribs(), primAttributes(), vertexAttribs(), globalAttribs()).
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
277 posts
Joined: 7月 2006
Offline
thank you I don't know why ‘ve been searching for it soooo long and I haven’t found it thank you
  • Quick Links