Python "delete" attribute ?

   979   2   1
User Avatar
Member
7 posts
Joined: May 2018
Offline
Hello,

Looking at the docs nothing seems to appear as a method, but is there a way to remove/delete an attribute from a hou.Geometry() ?

I've checked the sop type category node verbs but no verb seems to exists for "attribdelete" either...

Thank you!
User Avatar
Member
11 posts
Joined: Jan. 2011
Offline
hou.Attrib.destroy may be what you are looking for,
User Avatar
Member
7 posts
Joined: May 2018
Offline
Yes, that was it. Thank you yeatshai!
  • Quick Links