Page MenuHome

Knife Project Crashes Blender
Closed, ResolvedPublic

Description

System Information
Windows 7 x64 GTX580

Blender Version
Broken: 2.77 b0a7e77
Worked: 2.75 7ae44e8

Short description of error
Knife project in some cases crashes blender

Exact steps for others to reproduce the error

  1. open attached blend file
  2. knife project
  3. notice crash

Revisions and Commits

Event Timeline

I can not reproduce this here.

Windows 10 Pro 64bits

Changing the camera view makes it work... leaving it zoomed in crashes it on my computer.

Did you follow the steps exactly or did you orbit / zoom before knife projecting?

No, I do not change camera view.
I changed view to show a result and took a snapshot.

interesting.....

I am going to try on different drivers and see if that makes a difference

Hmmm....

Drivers 364.51 crashes with a gtx580
Drivers 332.21 doesnt crash with a gtx590 (different computer, pretty similar setup)

I could reproduce the bug.
It seems that the problem is in function bmesh_disk_facevert_count.
Within it, the bmesh_disk_edge_next(e_iter, v) is returning NULL when it should not.
Now just need to know why.

Campbell Barton (campbellbarton) lowered the priority of this task from 90 to 50.

Will look into this tomorrow (should be fixed for 2.77a)