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:
authorJoshua Leung <aligorith@gmail.com>2008-12-29 14:04:55 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-29 14:04:55 +0300
commit2c4c7004aee2f710d08055f7724af25db5817ea0 (patch)
treea8700ade70f5df78317f13fa5f52546788b9e1e1 /source/blender/windowmanager
parent1d42afe56124cc9cdf76ab25272505ba77d090b2 (diff)
2.5 - Action Editor: Copy/Paste
This can be activated using Ctrl-C/V and the buttons on the header. It still uses an ugly global copy/paste buffer for now. In future, we could investigate alternative methods...
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 0bf0a89fd7a..eca4dec122e 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -166,6 +166,9 @@ extern ListBase editelems;
extern wchar_t *copybuf;
extern wchar_t *copybufinfo;
+ // XXX copy/paste buffer stuff...
+extern void free_actcopybuf();
+
/* called in creator.c even... tsk, split this! */
void WM_exit(bContext *C)
{
@@ -219,7 +222,7 @@ void WM_exit(bContext *C)
free_blender(); /* blender.c, does entire library */
// free_matcopybuf();
// free_ipocopybuf();
-// free_actcopybuf();
+ free_actcopybuf();
// free_vertexpaint();
// free_imagepaint();