Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Maya [python] mirror script help

polycounter lvl 13
Offline / Send Message
bcottage polycounter lvl 13
Hey guys,

All I am trying to do is to make a little python script to make my selected object mirror in the x,y,z axis.


  1. import maya.cmds as cmds
  2. faceSel = cmds.ls(sl=True)
  3. cmds.polyMirrorFace( faceSel, p=(20, 0, 0), mm=0 )

Now this mirrors my object on the x axis fine but i cant seem to get it to mirror on the other axis?

also...is it possible to mirror from the pivot point and for the mirror to not weld the mirror object? i am guessing that is what mm=0 is for right?

Replies

Sign In or Register to comment.