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>2009-07-26 15:19:37 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-07-26 15:19:37 +0400
commit78ce17fce88c23ba2c32b561bd9cc398a60a8278 (patch)
tree58e6828d1ba27fd2fa45f24711b8c427f38765c4 /source/blender/freestyle/intern/python/BPy_Freestyle.cpp
parentb25e4b6474e600d942ab28a610bbd3d9185615dd (diff)
Implemented Python wrappers of context functions (such as GetTimeStampCF).
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Freestyle.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Freestyle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
index 8c55fdc3fd0..1afc3cc903e 100644
--- a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
@@ -3,6 +3,7 @@
#include "BPy_BBox.h"
#include "BPy_BinaryPredicate0D.h"
#include "BPy_BinaryPredicate1D.h"
+#include "BPy_ContextFunctions.h"
#include "BPy_FrsMaterial.h"
#include "BPy_FrsNoise.h"
#include "BPy_Id.h"
@@ -147,6 +148,7 @@ PyObject *Freestyle_Init( void )
BBox_Init( module );
BinaryPredicate0D_Init( module );
BinaryPredicate1D_Init( module );
+ ContextFunctions_Init( module );
FrsMaterial_Init( module );
FrsNoise_Init( module );
Id_Init( module );