[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23212] trunk/blender/source/blender/ editors/mesh/editmesh_loop.c: Bugfix #19337: Crash when tweaking knife operator

Joshua Leung aligorith at gmail.com
Mon Sep 14 13:17:32 CEST 2009


Hi all,

Just a note about this commit.

The context issues alluded to in the commit log stem from the active region
being set to Tools region not a RegionView3D when using the repeat operator
stuff in Toolshelf. Grease Pencil is also affected by this, since both of
these operators rely on using the view of the 'active' 3d-region to
determine the types of projections to apply.

This I consider more of a todo, though we are likely to recieve a few more
bugreports of operators crashing in similar circumstances.

Joshua

On Mon, Sep 14, 2009 at 11:12 PM, Joshua Leung <aligorith at gmail.com> wrote:

> Revision: 23212
>
> http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23212
> Author:   aligorith
> Date:     2009-09-14 13:12:44 +0200 (Mon, 14 Sep 2009)
>
> Log Message:
> -----------
> Bugfix #19337: Crash when tweaking knife operator
>
> Knife operator now doesn't crash, but repeat operator for this won't work
> now since the appropriate 3D-View context info is not set when the mouse is
> in the Tools region (i.e. when using repeat operator in the tools panels).
>
>


More information about the Bf-committers mailing list