Here is an updated version of the Rotate Each Object Script. It has been modified to work around a bug that was found in the Scale Each Object script. Procedure RotateEachObject; {Rotates each selected object in the active layer} {Symbols and PIOs are rotated around the insertion point} {Other Objects are rotated around their center point} {? 2007,2008,2010 Coviana, Inc - Pat Stanford pat@coviana.com} {Licensed unde the GNU Lesser General Public License} Var H1,H2:Handle; N1,N2:Integer;
    • Like
    1