Sculpting Pie Tools error #54

Open
opened 2024-11-08 18:20:26 +01:00 by Jeff C · 3 comments

System Information
Operating system: Win 11

Blender Version: 4.3 Beta - both of the latest versions
Add-on Version: 1.6.4

Short description of error
Brush tools in brush pie menu stopped working in the latest two blender versions from Nov 3rd and 5th

Exact steps for others to reproduce the error
When using the Sculpting Pie, I can select all brushes in the lower brush picker, but any of the tools like grab, no longer work and produce an error. Below is the error.

First image shows all tools that give a similar error.
image

The error. This tool was working fine before a recent update of the 3D pie addon within the extensions window.
imagebb

**System Information** Operating system: Win 11 Blender Version: 4.3 Beta - both of the latest versions Add-on Version: 1.6.4 **Short description of error** Brush tools in brush pie menu stopped working in the latest two blender versions from Nov 3rd and 5th **Exact steps for others to reproduce the error** When using the Sculpting Pie, I can select all brushes in the lower brush picker, but any of the tools like grab, no longer work and produce an error. Below is the error. First image shows all tools that give a similar error. <img width="476" alt="image" src="attachments/5238d9a1-07e5-48fd-9ff7-fc2a2ccaf505"> The error. This tool was working fine before a recent update of the 3D pie addon within the extensions window. <img width="625" alt="image" src="attachments/3420fb0b-e57d-4176-a1d1-14e74de4626c">bb
Jeff C added the
bug
label 2024-11-08 18:20:26 +01:00
Author

One more point... below is the error from the latest beta version 5c880a52916e, and below that is the folder without the files the error shows the addon is looking for.
image

image
One more point... below is the error from the latest beta version 5c880a52916e, and below that is the folder without the files the error shows the addon is looking for. <img width="602" alt="image" src="attachments/c45007c4-a601-4efa-9ab7-c8595e349186"> <img width="561" alt="image" src="attachments/00e5e37c-a109-4a10-a87b-d2c956b14a1d">
Author

I am thinking the script should now be looking in the essentials_brushes-mesh_sculpt.blend instead of the essentials_brushes.blend file when looking for sculpting brushes. I assume they broke all this out to help with brush organization and management. As you can see in the list of blend files in the directory, there is a blend file for each mode and tool type so each different tool might need to be changed to reference the correct asset.

I hope this helps.

I am thinking the script should now be looking in the essentials_brushes-mesh_sculpt.blend instead of the essentials_brushes.blend file when looking for sculpting brushes. I assume they broke all this out to help with brush organization and management. As you can see in the list of blend files in the directory, there is a blend file for each mode and tool type so each different tool might need to be changed to reference the correct asset. I hope this helps.
Author

I changed the hard coded brush blend file name in line 187 of the pie_sculpt_brush_seect.py to essentials_brushes-mesh_sculpt.blend, locally, and it worked flawlessly in 4.3. I am positive this would be the same for all other pie menu scripts that refer to that essentials_brushes.blend file that no longer exists. I hope this helps. For now, I will keep my local version out of sync so it works.

What is there currently:
image
What I changed it to:
image

I changed the hard coded brush blend file name in line 187 of the pie_sculpt_brush_seect.py to essentials_brushes-mesh_sculpt.blend, locally, and it worked flawlessly in 4.3. I am positive this would be the same for all other pie menu scripts that refer to that essentials_brushes.blend file that no longer exists. I hope this helps. For now, I will keep my local version out of sync so it works. What is there currently: <img width="573" alt="image" src="attachments/9d906312-e6fa-4f72-b0b9-7818f70746eb"> What I changed it to: <img width="582" alt="image" src="attachments/809533bc-dac5-4c1f-b575-67efb8330232">
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/space_view3d_pie_menus#54
No description provided.