Page MenuHome

Bevel modifier custom profile handle type crash
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30

Blender Version
Broken: version: 2.91.0 Beta, branch: master, commit date: 2020-11-18 18:54, hash: rBad58999b0d46
Worked: version:2.91.0 Beta, branch: master, commit date: 2020-11-06 16:25, hash: 42980abf8d0d

Short description of error
When changing the handle type of one of the point using custom profile in the Bevel modifier, Blender crashes immediatly, even though nothing was done with that handle afterwards.

Exact steps for others to reproduce the error
With the Bevel Modifier, use custom profile, change the handle type on one of the points.

Event Timeline

Lucas (ElioH) renamed this task from Bevel profile Handle type crash to Bevel custom profile handle type crash.Nov 19 2020, 8:57 PM
Lucas (ElioH) renamed this task from Bevel custom profile handle type crash to Bevel modifier custom profile handle type crash.
Lucas (ElioH) created this task.
Hans Goudey (HooglyBoogly) triaged this task as High priority.
Hans Goudey (HooglyBoogly) changed the subtype of this task from "Report" to "Bug".

Thanks for the report! I can reproduce the crash in your test file. I'll look into fixing this in a few minutes.

The worked and broken range is quite helpful, thanks. I bisected and found this is caused by caused by rB0688309988e5: Fix undo UI text containing shortcuts & newlines. but->tip is NULL in ui_but_tip_len_only_first_line.

Hans Goudey (HooglyBoogly) changed the task status from Needs Triage to Confirmed.Nov 20 2020, 4:59 AM

Thanks for the quick response Hans, I'm glad it's resolved !