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/Interface1D.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D.cpp b/source/blender/freestyle/intern/python/Interface1D.cpp
index 971403b3354..30dd5b349bd 100644
--- a/source/blender/freestyle/intern/python/Interface1D.cpp
+++ b/source/blender/freestyle/intern/python/Interface1D.cpp
@@ -180,8 +180,7 @@ PyObject *Interface1D_getId( BPy_Interface1D *self ) {
}
PyObject *Interface1D_getNature( BPy_Interface1D *self ) {
- // EdgeNature
- Py_RETURN_NONE;
+ return BPy_Nature_from_Nature( self->if1D->getNature() );
}
PyObject *Interface1D_getTimeStamp( BPy_Interface1D *self ) {