[Plugin] Make Unique Selected Components v0.4 20110803
-
@TIG Yes, i know that, and I've seen it, but so far nothing bad if you try and manipulate them locally, without changing the geometry (change the properties or colors of the edges and faces, delete them, and sometimes even replace them with TT Component Replacer which also can manipulate groups - you copy in one context the new sample, select all those that you're interested in, and replace, then delete the sample..., this one from TT works across contexts because it doesn't change the geometry and doesn't care about groups and components, it recognizes the bounding boxes and works in those boundaries).
-
@FlorinAp
Don't manipulate the selection directly.
Instead make it an array first...
This will guard against crashes somewhat...selection_to_change = selection.to_a
Advertisement