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>2013-02-03 21:01:21 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-02-03 21:01:21 +0400
commit7e3e3a2270488a8bd5c447880bdc10bdb796c78b (patch)
tree19071c91e131ddf2f13f7b0bf79b6208a6bef2ea /source/blender/freestyle/intern/python/BPy_FrsMaterial.h
parent99f3a70aeb4de2c2ff39d4287d0d5184f4ae3f26 (diff)
Freestyle Python API improvements - part 2.
The API syntax of FrsMaterial was updated by means of getter/setter properties. Python style modules (including the Parameter Editor) were updated accordingly.
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_FrsMaterial.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_FrsMaterial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_FrsMaterial.h b/source/blender/freestyle/intern/python/BPy_FrsMaterial.h
index f541e1bb529..d538024e6bb 100644
--- a/source/blender/freestyle/intern/python/BPy_FrsMaterial.h
+++ b/source/blender/freestyle/intern/python/BPy_FrsMaterial.h
@@ -25,7 +25,7 @@ typedef struct {
/*---------------------------Python BPy_FrsMaterial visible prototypes-----------*/
int FrsMaterial_Init( PyObject *module );
-
+void FrsMaterial_mathutils_register_callback();
///////////////////////////////////////////////////////////////////////////////////////////