[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24544] trunk/blender/source/blender/ editors/mesh/mesh_ops.c: temp disable fix from r24541, constrains extruding verts

joe joeedh at gmail.com
Fri Nov 13 19:14:34 CET 2009


Can we just not use macros for extrude at all? This is what I was
forced to do in the bmesh branch; since the macro system is incomplete
and not particularly usable, I think we need to either go back to the
old hackish invoke method, or fix the macro system.

Joe

On Fri, Nov 13, 2009 at 2:53 AM, Campbell Barton <ideasman42 at gmail.com> wrote:
> Revision: 24544
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24544
> Author:   campbellbarton
> Date:     2009-11-13 11:53:58 +0100 (Fri, 13 Nov 2009)
>
> Log Message:
> -----------
> temp disable fix from r24541, constrains extruding verts
>
> Modified Paths:
> --------------
>    trunk/blender/source/blender/editors/mesh/mesh_ops.c
>
> Modified: trunk/blender/source/blender/editors/mesh/mesh_ops.c
> ===================================================================
> --- trunk/blender/source/blender/editors/mesh/mesh_ops.c        2009-11-13 09:28:05 UTC (rev 24543)
> +++ trunk/blender/source/blender/editors/mesh/mesh_ops.c        2009-11-13 10:53:58 UTC (rev 24544)
> @@ -180,8 +180,10 @@
>        WM_operatortype_macro_define(ot, "MESH_OT_extrude");
>        otmacro= WM_operatortype_macro_define(ot, "TFM_OT_translate");
>                RNA_enum_set(otmacro->ptr, "proportional", 0);
> +#if 0  // works in SOME cases but when extruding verts its very annoying, temp disable
>                RNA_enum_set(otmacro->ptr, "constraint_orientation", V3D_MANIP_NORMAL);
>                RNA_boolean_set_array(otmacro->ptr, "constraint_axis", constraint_axis);
> +#endif
>  }
>
>  /* note mesh keymap also for other space? */
>
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>


More information about the Bf-committers mailing list