Bsurfaces crashes Blender #70453

Closed
opened 2019-10-02 17:14:14 +02:00 by Lucas · 16 comments

System Information
Operating system: Windows-10-10.0.17134 64 Bits
Graphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 399.24

Blender Version
Broken: version: 2.81 (sub 12), branch: master, commit date: 2019-10-01 19:51, hash: 3b23685c7d
Worked: (optional)

Short description of error
Bsurfaces crashes Blender when two lines are drawn on the mesh and then pressing add surface from the properties panel. (It doen't crash if you press the same button on the tools N panel)

Exact steps for others to reproduce the error

  1. On the properties panel press initialize
  2. Draw two lines
  3. Press add surface on the same properties panel
  4. Blender crashes
    BsurfacesCrash.JPG
    PS: Could we have the option to keep an offset on the shrinkwrap modifier, also On Cage activated on the same modifier and on visibility have the option to have in front unchecked please? Every time I change settings on the mini panel it resets everything. It would be great if it could be able to set the color of the new mesh bright red and display set to object color too. That way we can press just one button and start retopo immediately. Many thanks!!
**System Information** Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 399.24 **Blender Version** Broken: version: 2.81 (sub 12), branch: master, commit date: 2019-10-01 19:51, hash: `3b23685c7d` Worked: (optional) **Short description of error** Bsurfaces crashes Blender when two lines are drawn on the mesh and then pressing add surface from the properties panel. (It doen't crash if you press the same button on the tools N panel) **Exact steps for others to reproduce the error** 1. On the properties panel press initialize 2. Draw two lines 3. Press add surface on the same properties panel 4. Blender crashes ![BsurfacesCrash.JPG](https://archive.blender.org/developer/F7785808/BsurfacesCrash.JPG) PS: Could we have the option to keep an offset on the shrinkwrap modifier, also On Cage activated on the same modifier and on visibility have the option to have in front unchecked please? Every time I change settings on the mini panel it resets everything. It would be great if it could be able to set the color of the new mesh bright red and display set to object color too. That way we can press just one button and start retopo immediately. Many thanks!!
Author

Added subscriber: @Xorrito

Added subscriber: @Xorrito
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Confirmed, checking...

Confirmed, checking...
Vladimir Spivak self-assigned this 2019-10-02 19:19:39 +02:00
Member

@cwolf3d : could you check D5974? Maybe thats enough already... (or just remove the custom tab name feature entirely? not sure what that was for...)

@cwolf3d : could you check [D5974](https://archive.blender.org/developer/D5974)? Maybe thats enough already... (or just remove the custom tab name feature entirely? not sure what that was for...)

Thanks for the work. D5974 solves the problem. But if the user again wants to put the panel in Tools, the problem will pop up again. I will work on this issue.

Thanks for the work. [D5974](https://archive.blender.org/developer/D5974) solves the problem. But if the user again wants to put the panel in Tools, the problem will pop up again. I will work on this issue.
Member

Why not get rid of this entirely [the custom tab naming]? IMO, those tools should never show up outside the view3d, so giving the User any posibility to put it in the Tools category will just go wrong.
Are there any other addons with this 'feature' [the custom tab naming]?

Why not get rid of this entirely [the custom tab naming]? IMO, those tools should never show up outside the view3d, so giving the User any posibility to put it in the Tools category will just go wrong. Are there any other addons with this 'feature' [the custom tab naming]?

This is not only a problem with this addon. Other add-ons can be installed in the Tool and at least they will not work correctly due to incorrect focus. When we click on the buttons in the addon, we are not in view3d.

This is not only a problem with this addon. Other add-ons can be installed in the Tool and at least they will not work correctly due to incorrect focus. When we click on the buttons in the addon, we are not in view3d.
Member

Which [officially supported] Addons can be installed into the Tool category?

Which [officially supported] Addons can be installed into the `Tool` category?

The name itself is a useful thing for customization for work processes. Need verification in adons or in Blender code. It must be prohibited to indicate the official tabs.

The name itself is a useful thing for customization for work processes. Need verification in adons or in Blender code. It must be prohibited to indicate the official tabs.

These are all addons where the use of panel.bl_category is found.

The list of add-ons is quite large:

animation_animall.py \scripts\addons
curve_assign_shapekey.py \scripts\addons
mesh_auto_mirror.py \scripts\addons
mesh_bsurfaces.py \scripts\addons
mesh_looptools.py \scripts\addons
object_boolean_tools.py \scripts\addons
space_view3d_3d_navigation.py \scripts\addons
space_view3d_align_tools.py \scripts\addons
init.py \scripts\addons\curve_tools
init.py \scripts\addons\measureit
init.py \scripts\addons\mesh_tools
init.py \scripts\addons_contrib\io_online_sketchfab
init.py \scripts\addons_contrib\np_station

These are all addons where the use of panel.bl_category is found. The list of add-ons is quite large: animation_animall.py \scripts\addons curve_assign_shapekey.py \scripts\addons mesh_auto_mirror.py \scripts\addons mesh_bsurfaces.py \scripts\addons mesh_looptools.py \scripts\addons object_boolean_tools.py \scripts\addons space_view3d_3d_navigation.py \scripts\addons space_view3d_align_tools.py \scripts\addons __init__.py \scripts\addons\curve_tools __init__.py \scripts\addons\measureit __init__.py \scripts\addons\mesh_tools __init__.py \scripts\addons_contrib\io_online_sketchfab __init__.py \scripts\addons_contrib\np_station

In principle, introducing verification in these add-ons is not a big deal. I can add it everywhere today. I think you should not add this check to Blender code. It is an addon problem that it does not handle this behavior.

In principle, introducing verification in these add-ons is not a big deal. I can add it everywhere today. I think you should not add this check to Blender code. It is an addon problem that it does not handle this behavior.

And the fact that Blender does not just throw an error but crashes is bad. Maybe this problem will give more insight into the Blender crash.

And the fact that Blender does not just throw an error but crashes is bad. Maybe this problem will give more insight into the Blender crash.

This issue has been resolved. This addon can no longer be enabled in the panel 'Tool'

https://developer.blender.org/rBAa28145a5da77af0a142d11d91ba95649bcafc207

This issue has been resolved. This addon can no longer be enabled in the panel 'Tool' https://developer.blender.org/rBAa28145a5da77af0a142d11d91ba95649bcafc207
Author

Thanks!! found a bug, settings keep resetting to defaults after using the mini panel, also would like for the on cage button to be on. Many Thanks!
2019-10-02 21-14-25.mp4
One more thing can you set the snaps on like this? Also I think the default offset is a bit too high, 0.01 is a might be a better value.
SnapSettings.jpg
Thanks again!!

Thanks!! found a bug, settings keep resetting to defaults after using the mini panel, also would like for the on cage button to be on. Many Thanks! [2019-10-02 21-14-25.mp4](https://archive.blender.org/developer/F7786982/2019-10-02_21-14-25.mp4) One more thing can you set the snaps on like this? Also I think the default offset is a bit too high, 0.01 is a might be a better value. ![SnapSettings.jpg](https://archive.blender.org/developer/F7786995/SnapSettings.jpg) Thanks again!!

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Prohibited the placement of this addon in the "Tool". I fixed a lot of bugs. Implemented all the wishes.

Prohibited the placement of this addon in the "Tool". I fixed a lot of bugs. Implemented all the wishes.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 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: blender/blender#70453
No description provided.