Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 841 Bytes

File metadata and controls

13 lines (8 loc) · 841 Bytes

ApplyModifierForObjectWithShapeKeys For Blender 2.80

Blender script

Apply modifier and remove from the stack for object with shape keys (Pushing 'Apply' button in 'Object modifiers' tab result in an error 'Modifier cannot be applied to a mesh with shape keys').

Installation

It is a plugin. Select "File -> User Preferences" and choose "Addon" tab. Click "Install from file..." and choose downloaded file.

How script works

Object is duplicated to match number of shapekeys. From every object shapekeys are removed leaving only one shapekey. After that last the shapekey of each object has to be removed. Now each object apply modifier. After that object are joined to first one as shapes. Note that this solution may not work for modifiers which change different vertices number for different shapes (for example 'Boolean' modifier).