Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.3 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.3 KB

ForTheBadge powered-by-electricity

Clear All Transforms

Blender add-on for clearing all transforms in object mode. Because oddly enough that's something you couldn't do before.

Installation

  1. Download clear_all.py from the latest release
  2. In Blender:
  3. Go to Edit > Preferences > Add-ons > Install
  4. Select your downloaded script
  5. Click Install Add-on
  6. 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.

Usage

The user selects all items and then uses the menu entry under Object > Clear > Transforms to reset all of the transforms.

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.

Limit the properties to reset in the F6-menu

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 🤔

Settings

You can uncheck Use default shortcut (Alt + T) if you don't want to have the add-on set this default shortcut.

How the preferences should roughly look like.

Setting a custom 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.

Use the keymap editor for setting a custom shortcut key