move,rotate nudging
nudge the move/rotate tool by direction*(grid*stepsize)
stepsize = (shiftkey() ? 0.25 : ctrlkey() ? 4 : 1);
working code attached
MoveTool.lua
RotateTool.lua
Edited by YayBacon
nudge the move/rotate tool by direction*(grid*stepsize)
stepsize = (shiftkey() ? 0.25 : ctrlkey() ? 4 : 1);
working code attached
MoveTool.lua
RotateTool.lua