anupamd Posted January 27, 2015 Share Posted January 27, 2015 Im trying to grab the nice flip color visualization in SOPs. If I file cache out of dop-import in SOPS I loose the color after the file cache node. Where is the color coming from and how can I use it in sops? *see attached* Quote Link to comment Share on other sites More sharing options...
SpencerL Posted January 27, 2015 Share Posted January 27, 2015 the visualization is just mapping the length(v), speed, to Cd. To recreate in sops, just put a vopsop down, I think its now a 'point VOP' in H14. Put a length vop down, plug in 'v' to get your speed. Plug that into a fit VOP, set your source min/max to be the range of your speed Plug fit VOP in to Ramp VOP, set your colors to be 0,0,0.9 at the left side (0), 0,0.9,0.9 in the middle (0.5) and 0.9,0.9,0.9 on the right side (1) Plug Ramp VOP into Cd Quote Link to comment Share on other sites More sharing options...
SpencerL Posted January 27, 2015 Share Posted January 27, 2015 Actually, that over complicating it...you can just use a Color SOP > Ramp from Attribute. First create a 'speed' float attribute with the value to be length($VX, $VY, $VZ) 1 Quote Link to comment Share on other sites More sharing options...
eetu Posted January 27, 2015 Share Posted January 27, 2015 Or, in your flip fluid object, transfer color from the dopimport node that is usually just for visualization. This way the resulting color will always match the guide settings you have in dops. ee_volumevis.hip 1 Quote Link to comment Share on other sites More sharing options...
bwatts Posted February 9, 2015 Share Posted February 9, 2015 Or, in your flip fluid object, transfer color from the dopimport node that is usually just for visualization. This way the resulting color will always match the guide settings you have in dops. Awesome thanks eetu 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.