Excellent Addon! I have a small script to apply all subsurf modifiers but this is much better!
This Addon is great, I was looking for something like this for a long time in blender. I have some feedback to give to hopefully help make this even better:
an automatic disable threshold setting when trying to enter edit mode on meshes with too dense geometry would be ideal for comfort. 2) N panel tends to get cluttered easily, why not make the customization settings accessible from the Add-on tab in the Blender's properties, and put the SoftViz toggle button in either the Edit N Panel, the Proportional editing dropdown menu, or both? 3) When scrolling to adjust the size of proportional editing, the SoftViz heatmap doesn't update until you click to confirm the operation, it would be better if it updated itself with each increment of the proportional editing radius while scrolling.
Thank you freeway80!
This is great feedback, especially the first automatic disable threshold is a great idea. Number 3 is unfortunately not possible as far as I know due to Blender Python API limitations as mentioned below in the description "Due to the architecture of Blender’s Python API, certain data is inaccessible while a Modal Operator is active (e.g., while actively dragging with G, R, or S).
Any chance to update this for 5.0?
Hello, I've just released v2.1.4 which comes with Blender 5.0 compatibility!
This plugin is a must have
For anyone who wants this to work on blender 5.0 and up, you can manually fix the code by copying the fixes of this pull request