----------------------------------------------------------------------------------------------------------------- -- Rob's Lock / Unlock transforms quad menu extension. -- Place in UI\Macroscripts -- Look under Rob's Scripts in Category -- -- Version History -- 1.0 first release: -- Max R7,R8. -- If you find any bugs then please send them to support@robandrews.co.uk and I'll see what I can do. -- Copyright Robert Andrews 2005. -- comments to support@robandrews.co.uk -- Copyright Robert Andrews 2005. ----------------------------------------------------------------------------------------------------------------- macroScript UnLockAllTransforms category:"Rob's Scripts" ( setTransformLockFlags selection #none ) macroScript LockAllTransforms category:"Rob's Scripts" ( setTransformLockFlags selection #all )