|
obj.unwrap_uvw.unwrap2.rotateSelected float_angle point3_axis
obj.unwrap_uvw.unwrap2.rotateSelectedCenter float_angle
float_angle: is based on radians so you may want to call (degToRad 45.0) to convert the angles from degrees to radians.
point3_axis: is user defined center in uv space, if you don’t want to use the selection center.
-Eric
EDIT: you may need to enable Constant Update to see the changes without opening the edit dialog. obj.unwrap_uvw.unwrap.setConstantUpdate true
Author: PiXeL_MoNKeY
|