Jump to content

Search the Community

Showing results for tags 'noob houdini13 particles'.

  • 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. Hi everyone. I have a noob question. While using the legacy POPs there is a paremater on the popnet " Max # of particles" and it's missing while using "the new" pop workflow. As I'm a maya user I'd like to have the "max count" parameter. To achieve that effect I used "popkill" node with simple vex code: dead = (i@id > 80); It worked great, so I tried to make a user controled parameter (to be used in OTL's in the future), so I change the code to something like that (I added maxcount parameter to may popkill node): dead = (i@id > ch("../mypopkill/maxcount") ); and now the magic is happening - it works or it doesn't - purely random. It works till frame 75 but then - boom, the limit stops working, I tried to change the value of the "maxcount" paramater I added, and i works unless it doesn't - randomly. What am I doing wrong ? I suppose that's something obvious that I as a maya user can't see. Or perhaps there is some smarter way to limit particle count (but please - not but calculating emission time ) Thanks for any clues. Groblus
×
×
  • Create New...