Jump to content

Search the Community

Showing results for tags 'conditions'.

  • 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. Still new to Houdini, but I ran into something interesting(for me) when I was trying to just take the idea of deleting particles based on their Y value. This seemed to work fine until I turned my points into solids. When I was using points, in my dop network I used a geometry wrangle node with the following condition to kill particles below a certain Y value: if(@P.y<-.25) removepoint(0, @ptnum); Now, when I try this with baked geometry that has been converted to solids and using a finite element solver, I can't seem to get the same results. This is where I'm lost. I'm assuming, it's because the solids are now no longer points. But I don't know how to access them for deletion. I attached a file with a simple setup if you're curious to take a look. I'm just taking the idea of deleting objects based on Y height and applying it across the board with all solver/object types. Any help is much appreciated! Best, Stark pointScatter.hipnc
×
×
  • Create New...