Skip to content

Releases: Weisl/simple_collider

v1.1.2

05 Dec 08:05

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Oct 10:13
59d7a81

Choose a tag to compare

Simple Collider v1.1.1

This update focuses on UI improvements, bug fixes, and enhanced compatibility with Blender 4.5.

Features & Improvements

  • #556: UI Improvement: Added menu indicator to Pie Menu.
  • #564: UI: Added Support section to preferences.
  • #565: Physics Materials: Now uses Nodes for Collision materials.
  • #568: Added post-processing cleanup for matrix_parent_inverse on uniformly scaled base meshes.

Bug Fixes

  • #561: Fixed missing Convex Hull modifier after convex collider creation.
  • #563: Fixed Hotkey Menu broken with Blender 4.5.
  • #567: Improved operator to fix the matrix_parent_inverse.

v1.1.0

19 Jul 07:54
6842002

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

17 Mar 20:23
aee77c6

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

1.4.3 Release

23 Nov 16:26

Choose a tag to compare

Release Notes

1.4.3

Fixes

  • Fix Crash when creating Oriented Bounding Box

1.4.2 Release

23 Nov 13:51

Choose a tag to compare

Release Notes

1.4.2

This Release adds support for Blender 4.0

Fixes

  • Fix Crash when creating Convex Shape
  • Fix Error for viewport text

1.4.1 Release

15 Aug 08:34
9e3ad2d

Choose a tag to compare

Release Notes

1.4.1

Fixes

  • #440 Error merging objects before generating Auto convex collision
  • #439 Increase Maximum Recursion depth for generating collisions from loose parts to allow for larger input meshes

1.4 Release

11 Jul 14:54

Choose a tag to compare

Release Notes

1.4 RC

Features

  • #71 Support additional object types besides Mesh. Now, the addon supports Curves, Surfaces, Text, Metaballs alongside Meshes
  • #72 Colliders can be created from loose parts - meaning mesh islands that are not connected by edges. This is also supported for the newly added object types and all collider types.
  • #104 The total face count of all generated colliders is displayed in the info box at the bottom of the Blender window.
  • #387 (Beta) Add additional collider type to generate capsule colliders
  • #392 Add keep original name to the Object to Collider operator.
  • #409 Add new Re-meshed collider type that uses voxel remeshing.
  • #418 Add option to keep material for the Collider to Mesh operator.
  • #419 Choose color for collider collection.
  • #431 Keep material for Add Mesh in EDIT mode.

Fixes

  • #296 Limit minimal segment count for cylinders to 3 segments.
  • #392 Object to Collider is broken when disabling collider collection.
  • #412 Show star in Physics material UI also when the filter is active.

Collider_Tools_1.3.1

13 Jun 15:49
718e10f

Choose a tag to compare

Release Notes

1.3.1

Version 1.3.1 is a hotfix release that resolves a crash issue caused by missing default physic material.

Fixes

  • #399 Disable physics material tag by default.
  • #398 Crash because of missing default material.

Collider_Tools_1.3

09 Jun 15:37

Choose a tag to compare

1.3

This release improves Physics Materials handling and UX. The physics material system is rewritten for stability and enhanced UI/UX. A simplified default UI is introduced, while the full Physics Material List can be enabled through preferences.
Further, original object materials can now be maintained for 'Add Mesh' and 'Convert to Collider'. See the list below for the full changes.

Features

Operators
  • #342 Added an option to switch between 'SELECTION' and 'INDIVIDUAL' modes for the "Convert to Collider" operator.
  • #320 Included an option to keep the original object materials for 'Convert to Collider' instead of replacing them with the active physics material.
Physics Materials
  • #362 Simplified the physics materials and made the use of the Physics Materials List optional.
  • #366 Supported assigning physics materials for 'EDIT' mode.
  • #205 Improved the Add Physics Materials window with features such as random color, enhanced naming settings, and automatic addition of the physics tag upon creation.
  • #371 Added a physics tag to physics materials, which can be used as a filter in the physics materials list in addition to naming.
  • #395 Updated presets to include the improvements made to the physics materials system.
UI/UX
  • #228 Transferred the settings for the Auto Convex operator into a popup window.
  • #225 Added a warning about the potentially slow operation of the 'Auto Convex' function.
  • #294 Included an optional backdrop to the modal operator overlay, enhancing readability.
  • #259 Implemented a warning for invalid operator input.
  • #384 Improved the display of the currently active physics material.

Fixes

  • #321 Resolved the issue where creating presets was broken.
  • #396 Fixed a crash caused by an out-of-index active physics material.
  • #363 Addressed the problem where setting the first item of the Physics Materials List as default was not possible.
  • #321 Fixed the broken preset creation.
  • #391 Resolved the issue where undo was broken for the convert-to collider operation when using 'SELECTION'.
  • #377 Fixed a crash related to the Convert to Collider function.
  • #311 Removed the console warning regarding the Operator naming of the physics material list.
  • #360 Corrected the display of Oriented BBox, which was previously shown as wireframe instead of using the default shading mode.