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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-11-21 03:44:50 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-11-21 03:44:50 +0400
commit1b8c14b4539af1a2c8846e4054b108dc3002e15e (patch)
tree1cb6c30323ec7384753482187ac5ec26f56acc4a /source/blender/editors/render/render_intern.h
parent2676f2d58f71f438008b413a86b873e7787d80ea (diff)
Replaced the changes in revision 41810 with a better implementation
of copy/paste functionality. Instead of making a copy of the active line set, now the settings of the active line set are copied to and pasted from a buffer. This allows for copying and pasting line set settings among different scenes and render layers.
Diffstat (limited to 'source/blender/editors/render/render_intern.h')
-rw-r--r--source/blender/editors/render/render_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/render/render_intern.h b/source/blender/editors/render/render_intern.h
index dfb30238d0c..0af46eb0129 100644
--- a/source/blender/editors/render/render_intern.h
+++ b/source/blender/editors/render/render_intern.h
@@ -58,6 +58,7 @@ void SCENE_OT_freestyle_module_remove(struct wmOperatorType *ot);
void SCENE_OT_freestyle_module_move(struct wmOperatorType *ot);
void SCENE_OT_freestyle_lineset_add(struct wmOperatorType *ot);
void SCENE_OT_freestyle_lineset_copy(struct wmOperatorType *ot);
+void SCENE_OT_freestyle_lineset_paste(struct wmOperatorType *ot);
void SCENE_OT_freestyle_lineset_remove(struct wmOperatorType *ot);
void SCENE_OT_freestyle_lineset_move(struct wmOperatorType *ot);
void SCENE_OT_freestyle_linestyle_new(struct wmOperatorType *ot);