Simple small tool for helping precisely reorient local rotation axes. Choose an object, run a tool and then setup 3 points in space defining new axes orientation. You can choose components of original object, other objects or even components of other objects as these points. Finally hit “Fix Orientation”. Also you can choose “Manual Orient” to create tripod which helps you do this by hand.
Take a look at video below:
Installation
Reorient is a part of FX Python Tools. Download fxpt from Github and place it in your PYTHONPATH directory. Run following code in Script Editor or make a shelf button.
from fxpt import fx_reorient fx_reorient.run()