|
I actually made some scripts long time ago for aligning vertices on independent axis inside Editable Poly.
The workflow is like this - first you select a vert and press the hotkey for copying the position of the vert. It copies all axis.
Then select your targets you wish to align, it can be either sub selection type, then press a hotkey to align X,Y or Z respectively.
These scripts can be put in the quad or menus if wanted, but i prefer to have them as hotkeys because it’s faster.
I’m no pro on scripting though, if you try to use them in any other situation than Editable Poly the script will throw an error. I did these scripts some time ago and didn’t include any error handling functions, but it seems the scripts continue to work fine as long as you stay in Editable Poly mode. Include an error handling system wouldn’t be that hard if wanted.
So please use and modify/improve the scripts if you feel like it, just give me credit somewhere inside them. If you create a better tool solution out of them if would be cool if i could test it as well, so please send me a copy if you feel like it.
To install the script just put it under the usermacros folder. Also change the Category: text to whatever category you feel is suitable.
An example of usage is, i copy a vertex pressing SHIFT + CTRL + ALT + Space at the same time.
When i need to align a vertex i check the World Axis indicator in the viewport and then press SHIFT + CTRL + ALT + X/Y/Z respectively depending on what axis i need to align. But this script can be placed anywhere that feels comfortable.
[edit] Here is the attachment file.
|