Jump to content

Search the Community

Showing results for tags 'delete attrib'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 1 result

  1. Hey everyone, This is my first post here in the forums so a noob warning beforehand. As the topic of my post says I'd like to delete point attributes programmatically. As far as I understand I may have three methods for this: 1- VEX : unfortunately there doesn't seem to be a removeattrib (or something similar) . This would be my preferred way because I'm doing other stuff in Vex and I'd like to stay there. 2- AttribDelete SOP: This does the job of deleting attribs but doesn't seem to accept expressions (or I'm totally doing something wrong!) 3- Python SOP : If I find the point attrib first and then use the destroy() method but it looks like with Python there is no access to array attribs (or was this limitation with H14? or maybe without knowing the right type it still can delete the attribs?) For making stuff easy, in my vex code I'm generating a detail attribute called "mTagsToDelete" which is a string but I can not understand how can I use this? The string attribute is in the format of "mAttribute* mOtherAttrib*" (I put the "*" since AttribDelete SOP accepts wildcards). Thanks a lot
×
×
  • Create New...