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-14 01:55:13 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-11-14 01:55:13 +0400
commitcaeeb376013a43da76d7927f415e78ca2ac6586b (patch)
tree14252b40080890280847473d19760ced4e56edab /source/blender/freestyle/FRS_freestyle.h
parent99f7f3ac81c3854e131562c660183bdf5279dc38 (diff)
Added a new operator in the Parameter Editor mode to make a copy
of the active line set.
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index 9a40fc3e019..376663e0a21 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -65,7 +65,8 @@ extern "C" {
void FRS_move_module_up(FreestyleConfig *config, FreestyleModuleConfig *module_conf);
void FRS_move_module_down(FreestyleConfig *config, FreestyleModuleConfig *module_conf);
- void FRS_add_lineset(FreestyleConfig *config);
+ FreestyleLineSet *FRS_add_lineset(FreestyleConfig *config);
+ void FRS_copy_active_lineset(FreestyleConfig *config);
void FRS_delete_active_lineset(FreestyleConfig *config);
void FRS_move_active_lineset_up(FreestyleConfig *config);
void FRS_move_active_lineset_down(FreestyleConfig *config);