From d459d102b5fb5e1021abb33bb03324ba6f784db4 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sat, 28 Jun 2014 19:18:47 +0900 Subject: Added new operator "Create Freestyle Stroke Material" for testing. --- source/blender/freestyle/FRS_freestyle.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/freestyle/FRS_freestyle.h') diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h index 7be51b37f7a..c3bf854447c 100644 --- a/source/blender/freestyle/FRS_freestyle.h +++ b/source/blender/freestyle/FRS_freestyle.h @@ -30,6 +30,7 @@ extern "C" { #endif struct Render; +struct Material; struct FreestyleConfig; struct bContext; @@ -57,6 +58,9 @@ void FRS_delete_active_lineset(struct FreestyleConfig *config); void FRS_move_active_lineset_up(struct FreestyleConfig *config); void FRS_move_active_lineset_down(struct FreestyleConfig *config); +/* Testing */ +struct Material *FRS_create_stroke_material(struct bContext *C, struct Main *bmain, struct Scene *scene); + #ifdef __cplusplus } #endif -- cgit v1.2.3