cgvirus Posted July 1, 2015 Share Posted July 1, 2015 Hi folks, I want to delete an object when it comes to scale 0. How can I do it? I was using delete SOP wit expression $sx<.9. But SX is not supporting. Please suggest. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
anim Posted July 1, 2015 Share Posted July 1, 2015 (edited) what do you mean by object? is it packed primitive, group, named piece, actual object from object level? if it's in sop level, do you have scale or pscale attrib on it? if you have like pscale then you can use Blast SOP, in group field you type @pscale<0.01 and set group type to class of your pscale attrib if not then you can do lot's of other things like measure the area or volume, then delete by it, measure diameter of bounding sphere and delete by that, ... but all of course depends on your case Edited July 1, 2015 by anim Quote Link to comment Share on other sites More sharing options...
cgvirus Posted July 1, 2015 Author Share Posted July 1, 2015 what do you mean by object? is it packed primitive, group, named piece, actual object from object level? if it's in sop level, do you have scale or pscale attrib on it? if you have like pscale then you can use Blast SOP, in group field you type @pscale<0.01 and set group type to class of your pscale attrib if not then you can do lot's of other things like measure the area or volume, then delete by it, measure diameter of bounding sphere and delete by that, ... but all of course depends on your case Thanks for the reply. It's a converted VDB Surface>polygon, Simply polygon. Quote Link to comment Share on other sites More sharing options...
cgvirus Posted July 18, 2015 Author Share Posted July 18, 2015 Solved. I have used color SOP instead. 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.