GiantG
03-13-2009, 03:24 PM
Hi there...
In MEL you can set your tool to following modes.
$gshowManip;
$gSelect;
$gLasso;
$gPaintSelect;
$gMove;
$gRotate;
$gScale;
$gXformManip;
$gCurrentSacredTool;
$gNonSacredToolWidget;
$gNonSacredTool;
$gToolBox;
$gSoftMod;
How to do this in python?
cmds.setToolTo(gSelect) does not work unfortunately...
thxs ;)
Got it....
cmds.setToolTo("selectSuperContext")
forget my post..... ;)
In MEL you can set your tool to following modes.
$gshowManip;
$gSelect;
$gLasso;
$gPaintSelect;
$gMove;
$gRotate;
$gScale;
$gXformManip;
$gCurrentSacredTool;
$gNonSacredToolWidget;
$gNonSacredTool;
$gToolBox;
$gSoftMod;
How to do this in python?
cmds.setToolTo(gSelect) does not work unfortunately...
thxs ;)
Got it....
cmds.setToolTo("selectSuperContext")
forget my post..... ;)
