Blender add-on for clearing all transforms in object mode. Because oddly enough that's something you couldn't do before.
- Download clear_all.py from the latest release
- In Blender:
- Go to
Edit > Preferences > Add-ons > Install
- Select your downloaded script
- Click Install Add-on
- Make sure you have the box next to Object: Clear All Transforms clicked.
Feel free to delete the script now. Blender already copied it into its add-ons folder.
You can either use the menu entry or just use the shortcut **Alt + T**. You can also reset the transformations of multiple items. In the F6-menu (the small collapsed one in the bottom left of your 3D-viewport) you can choose to only reset some parameters or to also reset the delta transformations.Internally the add-on calls the individual operators behind Alt + G
, Alt + S
and Alt + R
. You can find their documentation in the official manual.
While you're there, look at the Clear Transform operator in pose mode or the Apply operator and wonder why this was missed for clearing transforms in object mode 🤔
You can uncheck Use default shortcut (Alt + T) if you don't want to have the add-on set this default shortcut.
If you aren't happy with the default shortcut, you can set a custom shortcut.
The operator you want to set the shortcut for is object.transforms_clear
.