This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/bmesh/intern
Howard Trickey 365a5b75c1 Partial fix for T57868, crash when using bevel from Python.
These changes are necessary. Need to mark vertices of edges passed
in geom; also the normals.out slot has a custom element type, not
ELEM, so need to prevent attempt by python code to convert it to
an elem.  But this leaves a memory leak. I will rework code to not
use normals.out slot at all, but that's a bigger fix.

Now there is a crash in a different place (GPU code). Think that if
using Op on its own (instead of from edbm_bevel_calc, there needs to
be a dependency graph update and maybe more?
2018-11-27 09:59:03 -05:00
..
2018-09-02 18:51:31 +10:00
2018-06-29 08:02:49 +02:00
2017-03-13 04:39:20 +11:00
2018-09-02 18:51:31 +10:00
2018-07-12 11:19:22 +02:00
2018-11-14 17:10:56 +11:00
2018-11-14 17:10:56 +11:00
2016-05-12 05:59:59 +10:00