Maya custom locator node with a transparent shape. support viewport2.0 diaplay mode.
- Node ID : 0x71000
- Download the latest release and unzip the folder where you want to live.
- Copy icon file "out_mirrorPlane.png" into
%USERPROFILE%\Documents\maya\mayaVersion\prefs\icons
- Copy Plugin file "mirrorPlane.so(.mll)" into you maya's plugins folder.
- Load plugin in maya, run these commands in Python to create mirrorPlane node.
import maya.cmds as cmds
cmds.createNode("mirrorPlane")