[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41103] branches/bmesh/blender/source/ blender: - Knife tool would switch the knife line to 0, 0, 0 when not over any geometry, this felt glitchy and while drawing in free space isn't supported 0,

Andrew Wiggin ender79bl at gmail.com
Tue Oct 18 14:50:27 CEST 2011


That code in bmesh_interp.c you are asserting near, that frees the "oldpool"
was recently added (by me) to fix a memory leak. It seemed right, but if
you're having crashes from it, maybe not?

In knifetool.c, knife_input_ray_cast... whats the point of the local var
"imat"? I think it's dead now...

On Tue, Oct 18, 2011 at 1:39 AM, Campbell Barton <ideasman42 at gmail.com>wrote:

> Revision: 41103
>
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41103
> Author:   campbellbarton
> Date:     2011-10-18 08:39:26 +0000 (Tue, 18 Oct 2011)
> Log Message:
> -----------
> - Knife tool would switch the knife line to 0,0,0 when not over any
> geometry, this felt glitchy and while drawing in free space isn't supported
> 0,0,0 can easily be free space too. So draw a line to the mouse cursor.
>
> - knife tool was missing calls to BLI_array_free()
>
> - add assert for bug [#28960] where dissolve can cause invalid bmesh.
>
>


More information about the Bf-committers mailing list