Hiro11 Posted February 19, 2018 Share Posted February 19, 2018 Hi,I started houdini a while ago,I have some question about POP emission. If I wanted to start the emission at frame 1050,I would type $FF < 1050 in the Const.Activation. But,If I wanted to Emit from Frame 1050 and keep Emitting for 3 frames from that Frame,What should I do? Thanks Quote Link to comment Share on other sites More sharing options...
Toledor Posted February 19, 2018 Share Posted February 19, 2018 You can put: $F>1050 && $F<1055. This will be true only if both conditions are true. If frame is bigger than 1050 and smaller than 1055 it will emit. Quote Link to comment Share on other sites More sharing options...
Hiro11 Posted February 20, 2018 Author Share Posted February 20, 2018 Javier Thanks!!I will give it a try!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.