Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2009-03-22 03:30:18 +0300
committerMartin Poirier <theeth@yahoo.com>2009-03-22 03:30:18 +0300
commitb995f4329a65278a229a32674ed2083ee04310a3 (patch)
treed56a73903a6d08f544745d18a9c277061a228db5 /source/blender/windowmanager/intern
parent935f10dc45e482061f1af230d3f9a9f878000379 (diff)
First part of operatorizing etch-a-ton in 2.5
Polyline, selection and a couple of others work. (note that polyline is shift-click because click is taken by 3d cursor. Needs a way to overwrite lower maps).
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index df084ab2f78..a0d170cc0f0 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -82,6 +82,7 @@
#include "wm_files.h"
#include "wm_window.h"
+#include "ED_armature.h"
#include "ED_node.h"
#include "ED_previewrender.h"
#include "ED_space_api.h"
@@ -200,8 +201,8 @@ void WM_exit(bContext *C)
// XXX
// BIF_GlobalReebFree();
// BIF_freeRetarget();
-// BIF_freeTemplates();
-// BIF_freeSketch();
+ BIF_freeTemplates(C);
+ BIF_freeSketch(C);
/* Context should still working here. but radio tool needs cleaning... */
freeAllRad(CTX_data_scene(C));