Skip to content

Blender addon that applies selected object's scale and resizes modifiers to stay consistent with the new scale.

License

Notifications You must be signed in to change notification settings

TheKenetics/ApplyScaleAndResizeModifiers2.8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ApplyScaleAndResizeModifiers2.8

Applies selected object's scale and resizes modifiers to stay consistent with the new scale.

Features

Supported Modifiers

  • Array
    • Resizes constant offset
  • Bevel
  • Solidify
  • Wireframe
  • Cast
  • Displace
    • Resizes strength
    • If using Global, Local, or Object coordinates with a procedural noise, resizes the assigned texture
  • Hook
  • Wave

Installation

Requirements

Works on Windows, Mac, and Linux.
Meant for Blender 2.8 Beta

How to Install

Download the python file (put it in a place where you can easily find it, like your desktop)
In Blender's settings, go to the addons tab
At the bottom, click "Install from File"
Find where you put the python file, select it, and click "Install from File"

Using

  1. Run the operator from...
  • 3D View > Apply Menu (Ctrl + A) > Apply Scale and Resize Modifiers
  • Operator Search > Apply Scale and Resize Modifiers
  1. The operator will resize the selected objects' modifiers and apply scale.
  2. Change Resize Source to get a possibly better result if the object's scale is not uniform.

Notes

Works best with objects that have uniform scale. If scale isn't uniform, use Resize Source to get a possibly better result.

Automatically copies datablocks if they have multiple users.

Array modifier's Constant Offset can use non-uniform scale.

About

Blender addon that applies selected object's scale and resizes modifiers to stay consistent with the new scale.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages