@tig said:
@josephkim626 said:
Probably this is a single plugin I use most often.
On that note TIG, I have a small request to make. Can you change or allow us to change the settings to have the newly generated object/geometry to be selected after the mirror command?
I'm not changing the established selection staying with the retained original.
BUT it's quite easy for you to adjust your own RB file yourself.
Use Notepad/Notepad++ [PC] or TextWrangler[MAC] to edit it - NEVER use a Wordprocessor with Ruby files.
The existing code at line #392 needs a new line of code adding - just before the 'commit_operation' -
@ss.clear; nents.each{|e|@ss.add(e) if e.valid?}
Now the selection always passes to the copy, whether or not you have chosen to keep the originals.
Great! I can try that.
Thank you so much TIG
-----------------edit
Works great.
Thank you so much for your help TIG!