Weisl / Collider-Tools

This addon allows you to create collider meshes more easily. It provides different operators to generate primitve colliders or convex mesh colliders out of a selection.
GNU General Public License v3.0
29 stars 6 forks source link

On the functionality of the plugin in the blender 4.0 version. #453

Closed MaaximGL closed 7 months ago

MaaximGL commented 7 months ago

Do you have plans to upgrade the plugin to Blender 4.0 ?

up:: At the moment, the plugin does not turn on or blender is being painted.

Weisl commented 7 months ago

Are you using the Github version or a version from Blender Market\ Gumroad? Can you provide a screenshot? It is working for me

Weisl commented 7 months ago

THere is an issue with convex hull for blender 4.0

Weisl commented 7 months ago

2023_11_22_11_16_42_Unsaved_Blender_4 0

MaaximGL commented 7 months ago

image I have a github version. A friend of mine purchased a version on the blender market, but he has the same problem with importing the plugin in 4.0. @Weisl

Weisl commented 7 months ago

Thanks for the screenshot and report. I will investigate this soon - hopefully today and try to provide an update as soon as possible

Weisl commented 7 months ago

@MaaximGL. This error is from wrong packaging the official collider module is not named 'Collider-Tools-1' There will be an update for Blender 4.0 but it will not fix this issue.

MaaximGL commented 7 months ago

@Weisl This happens because the folder inside the archive is called "Collider-Tools-1.4.1". Blender does not perceive the names of addons with dots. The dots should be replaced with "_" or "-"

MaaximGL commented 7 months ago

image In the new version 1.4.2, there is a problem with the "oriented Minimum BBox". The blender also crashes. Everything else seems to work.

Weisl commented 7 months ago

The version on blendermarket and gumroad does not have dots in the folder name. I just double-checked and is named correctly! They have also been tested by multiple people! I will look into the bounding box issue but please do not complain if the GitHub folder does not get named properly.

Weisl commented 7 months ago

I can confirm that minimal bounding box is broken. I will fix that.

Weisl commented 7 months ago

BBox crash is fixed in version 1.4.3 https://github.com/Weisl/Collider-Tools/issues/455