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/BPy_ViewShape.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_ViewShape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_ViewShape.h b/source/blender/freestyle/intern/python/BPy_ViewShape.h
index 1850ec8f13a..092ba677dc1 100644
--- a/source/blender/freestyle/intern/python/BPy_ViewShape.h
+++ b/source/blender/freestyle/intern/python/BPy_ViewShape.h
@@ -5,6 +5,8 @@
#include "../view_map/ViewMap.h"
+#include "BPy_SShape.h"
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -20,6 +22,7 @@ typedef struct {
PyObject_HEAD
ViewShape *vs;
int borrowed; /* non-zero if *vs a borrowed object */
+ BPy_SShape *py_ss;
} BPy_ViewShape;
/*---------------------------Python BPy_ViewShape visible prototypes-----------*/