Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1555,5 +1555,16 @@
"website": "https://svdex.moe",
"min_version": "4.8.0",
"has_changelog": true
},
"armor_exploded_view": {
"title": "Armor Exploded View",
"author": "Dedou3D",
"description": "Toggle a configurable exploded view for humanoid armor parts.",
"icon": "open_with",
"variant": "both",
"version": "1.0.0",
"min_version": "4.0.0",
"new_repository_format": true,
"tags": ["Minecraft", "Armor", "Utility"]
}
}
26 changes: 26 additions & 0 deletions plugins/armor_exploded_view/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Armor Exploded View

Armor Exploded View spreads humanoid armor parts apart so each section is easier to inspect.

Run the action once to separate recognized parts. Run it again to restore the model to its original positions.

## Recognized Parts

- Head / helmet
- Body
- Left arm
- Right arm
- Left leg / shoe / boot
- Right leg / shoe / boot
- Waist / belt

## Usage

Open your model, then run:

`View > Toggle Armor Exploded View`

You can also adjust the distances with:

`View > Armor Exploded View Settings`

Loading
Loading