yongbin Posted May 12, 2012 Share Posted May 12, 2012 (edited) Hi, I made this today. and happy to introduce it. oversample source pop. (apprentice) It's concept is "oversample only source time". With tests, I think it will be useful some cases. But, already I got some error and issues . I cannot fix these myself. error - pop works badly with preroll time. issues 1. When I update this otl. Houdini tells to me, It is referencing out side of the otl. I think it's no problem, but maybe not. 2. I don't know how to disable parms with multi cases. {emittype == edgeattrib || centerattrib} didn't work. It is just rough idea and implementation. I am not very familiar with pops. There must be more errors I didn't noticed. please feed back to me or fix and upload here. oversample_source_pop.hipnc yb_source_pop.otl Edited May 12, 2012 by yongbin Quote Link to comment Share on other sites More sharing options...
tjeeds Posted May 13, 2012 Share Posted May 13, 2012 Very clever! I've seen methods that use 4 adjacents frames to build a spline that you can push birthed points along but i think this is more straightforward. Kudos The preroll issue is interesting, not sure what's going on there but the fact that it gives different results every time you rewind to the first frame leads me to believe that it's getting garbage values somewhere. maybe someone more familiar with the cooking process of nested subnets could illuminate this. As for the warnings, they shouldn't cause you any issues as long as you're using relative paths (and you are). And just FYI, you can use a sopnet directly in a popnet rather than an object network/geo. Doesn't affect the function but it's a more simple and clear way to organize it. Quote Link to comment Share on other sites More sharing options...
yongbin Posted May 14, 2012 Author Share Posted May 14, 2012 sopnet! I even dont know there's sopnet. I will correct this. The network and debug process will be more clear. thanks tjeeds! 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.