Skip to main content

Modifier

The modifier system allows for non-destructive transformations of the original model. This system enables efficient modeling as it allows modifications to be made while preserving the original model.


Interface

Modifier Interface

Modifier Stack

Modifiers can accumulate editing results through a history called a modifier stack, allowing for multiple modifiers to be applied sequentially. Also, specific modifiers can be toggled on and off.


Renaming Modifiers

The names of modifiers are determined at the time of creation based on their functions, and they can be changed to any desired name as needed.

Modifier Renaming

Double-click on the name part of the modifier to change it, then press Enter or click outside the text input area to complete the name change.

tip

By changing the name of the modifier to reflect its purpose, you can identify the purpose without having to check the modifier properties while working. Modifier Renaming Name1 Modifier Renaming Name2


Modifier Deactivation

Modifiers are activated by default upon creation. To deactivate them, you can uncheck the checkbox next to the modifier name.

Modifier Disable


Change Modifier Position

You can change the position of a modifier by clicking and dragging it to the desired location.

note

Modifiers cannot be moved below the source mesh, and the position of the source mesh cannot be changed.


Combine Modifiers

Modifier Combine Button

The Combine Modifiers button reflects the results of the currently applied modifiers into the original mesh. When combining, the modifiers below the selected one are merged together.

Modifier Combine

If you combine modifiers, the changes are applied to the source mesh, and the involved modifiers are removed.

caution

This action is difficult to undo, which may decrease work efficiency due to its irreversible nature.


Add a modifier

Modifier Add Button

You can add the desired modifiers through the Add Modifier button.

Modifier Add


Delete Modifier

Modifier Delete Button

You can delete the selected modifier using the Delete Modifier button.

Modifier Delete

note

If you want to disable rather than delete, simply uncheck the checkbox.

Modifier Disable


Types of Modifiers