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

Menithal/ApplyModifierForObjectWithShapeKeys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Blender script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%