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:
Diffstat (limited to 'source/blender/freestyle/intern/python/Convert.h')
-rw-r--r--source/blender/freestyle/intern/python/Convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/Convert.h b/source/blender/freestyle/intern/python/Convert.h
index d1bac93734a..a2e7eeafd94 100644
--- a/source/blender/freestyle/intern/python/Convert.h
+++ b/source/blender/freestyle/intern/python/Convert.h
@@ -4,6 +4,8 @@
#include "../geometry/Geom.h"
using namespace Geometry;
+#include "Id.h"
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -22,6 +24,8 @@ PyObject *Vector_from_Vec2f( Vec2f v );
PyObject *Vector_from_Vec3f( Vec3f v );
PyObject *Vector_from_Vec3r( Vec3r v );
+PyObject *BPy_Id_from_Id( Id id );
+
///////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus