Amy L Posted June 23, 2006 Share Posted June 23, 2006 Is there a shortcut for rotating an object/symbol 45? without going through the modify/rotate or opt (alt) -= routine??..(similar to the control-L to rotate 90?)??? Quote Link to comment
Guest Posted June 23, 2006 Share Posted June 23, 2006 Here's a simple script that will rotate a selected object about the center point by 45 degrees. Simple use the Resource Browser to create a VectorScipt once a VS Palette has been created using the Resource Browser. Edit the VS and paste this information and click ok. To run the script, simply select the object and double click on the script in the script palette. BEGIN; Rotate(45); END; Quote Link to comment
Guest Posted June 23, 2006 Share Posted June 23, 2006 You can also go to Tools>Scripts>VS Plugin Editor and click on the NEW button. Select Command and give it a name Click OK With the script selected, click on the Script button and paste the above script text CLick OK Click on Done Using the workspace editor, add the menu to the workspace. If you want, you can also add a keyboard shortcut to the menu. If you want the object to rotate 45 degrees to the left, do the same steps above using -45 as the angle rather than 45. Quote Link to comment
Amy L Posted June 23, 2006 Author Share Posted June 23, 2006 That's a big help. Thanks Katie. Quote Link to comment
cbaarch Posted June 23, 2006 Share Posted June 23, 2006 if the rotate tool is in your basic palette (or a palette) select object double click the rotate tool insert 45 or -45 from keypad done it remembers the entry so multiple rotation by double cliking is easy Quote Link to comment
alanmac Posted June 24, 2006 Share Posted June 24, 2006 (edited) This command is also part of a suite of tool add ons available at http://www.vectorplugins.com/ Check it out to see if any of the others included may be of use to you. I also added the tool using VW Workspace editor so when I right click on my mouse it appears in the drop down palette along with other frequently used tools. Of course you need a multi button mouse to have a right button to press, rather than the single button Apple used to supply. Also check out www.vectordepot.com for useful plug ins such as "toogle line thickness and toggle group visability" plug in, which I use constantly and again access from my right mouse button drop down menu. Alan Edited June 24, 2006 by alanmac Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.