A plugin to reset blender's parent inverse antifeature without breaking everything https://cybre.space/@cinebox/103112279407127316
Find a file
2019-12-17 22:24:07 -08:00
.gitignore Create .gitignore 2019-11-09 23:01:48 -08:00
__init__.py Port to Blender 2.80 and above 2019-12-17 22:23:43 -08:00
LICENSE Create LICENSE 2019-11-09 23:08:05 -08:00
README.md Port to Blender 2.80 and above 2019-12-17 22:23:43 -08:00

blender-apply-parent-inverse

A plugin to reset blender's parent inverse antifeature without breaking everything. Thanks to ideasman42 on StackExchange for the code that makes this possible.

Available for either Blender 2.79 or Blender 2.80 and above, in the Blender-2.79 and Blender-2.80 branches respectively

Installation

To install, simply clone or copy this repository into your blender addons folder and enable it in the preferences like any other plugin.

Usage

This plugin adds a single item called "Apply Parent Inverse" to the Object menu. By default, this action is bound to shift-option-P (shift-alt-p on windows and linux).

Using this action will apply the current parent inverse to the active (most recently selected) object. This is the same as clearing the parent inverse and then moving/rotating/scaling the object to how it was before. Keep in mind that this does not work for any objects with shear!