From a7837efb16d244acbdc32bfacb97279728e64252 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 11 Jul 2009 10:20:48 +0000 Subject: 2.5 - Added descriptions to all Animation Editor operators DopeSheet and Graph Editor operators were missing these, since many of these operators were written before that field was added. NLA Editor's operators already have them. --- source/blender/editors/mesh/meshtools.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/editors/mesh/meshtools.c') diff --git a/source/blender/editors/mesh/meshtools.c b/source/blender/editors/mesh/meshtools.c index f8f0030b258..df3e2a5685c 100644 --- a/source/blender/editors/mesh/meshtools.c +++ b/source/blender/editors/mesh/meshtools.c @@ -105,6 +105,11 @@ static int pupmenu() {return 0;} /* join selected meshes into the active mesh, context sensitive return 0 if no join is made (error) and 1 of the join is done */ + +// XXX NOTE to whoever ports this: +// Check the version of this code in the animsys2 branch, which has been nicely commented, +// but more importantly has proper support for handling meshes with shapekeys (instead of lamely bailing out)! +// -- Aligorith, July 2009 int join_mesh(Scene *scene, View3D *v3d, wmOperator *op) { Base *base, *nextb; -- cgit v1.2.3