[Closed] Access to Mirror Paste button in Skin?
There is access to mirror all verts and bones but not to the Mirror Paste button that I can see. This option only mirrors the selected verts. Before I go and write my own any one know of a back door to this?
I see a skinops.mirrorpastebone() function when I do a showproperties on skinops.
It takes 3 arguments… unfortunately none of the inspector functions seem to reveal what these would be Hope this helps
EDIT: (this function isn’t mentioned anywhere in the help file by the way )
I didn’t see that one. Looks like there is also a mirrorPaste as well and that looks like it is it. You need to be in the mirror mode as well. I would assume that mirror paste bone only does the selected bone and not all of them. I will see if that is the case and write a couple of macros for these and add them to my Skin Tools on my site. I have lots of updates to them to post anyways.
Thanks for the help.
So
Mirrors the selected verts:
Takes only one argument
[ol]
[li]The skin modifier[/li][/ol]
skinOps.mirrorPaste (modPanel.getCurrentObject())
Will mirror bone 1 to bone 2 in the bone list.
This function takes three arguments.
[ol]
[li]The skin modifier[/li][li]The envelope to mirror[/li][li]The envelope to mirror to[/li][/ol]
skinOps.mirrorPasteBone (modPanel.getCurrentObject()) 1 2
Awesome, thanks for the arguments Paul.
How did you find them out? Guess and check? I couldn’t get any inspections to work on them.
Ya I just guessed. I knew the frist would be the skin modifier and the other two I just passed in anything to see what it complained about.
I have updated PEN Skin Tools with some new macros and I have updated others. They can be down loaded from my site.