Jump to content

Search the Community

Showing results for tags 'prim wrangle'.

  • 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. I'm creating horizontal and vertical lines from geometry, and testing whether a horizontal line has a matching position in x as one of many vertical lines. If not, it's not "supported" by a vertical post, and therefore should be deleted. When I test it with a grid with lines copied to its points, it works fine. But creating the lines from a points from volume SOP, the prim wrangle is returning the wrong values, deleting way more than it should. I am hoping someone could point out why it would work in one case and not the other, when the geometry I'm feeding in seems pretty comparable. I think the code that is having issues is in my prim wrangle near the bottom: ------------------------------ int colCount = nprimitives(1); float match; for (int i=0; i<colCount; i++){ match = prim(1,"xPos",i); if (@xPos == match){ @die = 0; } } --------------------------------- Kinda hard to explain with words... file is attached Anyone have any ideas? mesh_wrangle.hiplc
×
×
  • Create New...