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:
authorCampbell Barton <ideasman42@gmail.com>2018-07-31 10:03:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-31 10:03:28 +0300
commit5300ba0ba50efb1656a2effa1053fb60875398ef (patch)
treeffde96caaec1f71bc75286bf78f8c570cac6b8fe /source/blender/python/generic/blf_py_api.c
parentb51dcb6f07f34c904b036887e24f96542d9fb76d (diff)
parent21f61cbe73a1bc24d2e74b82b039ea5f36c960a5 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/python/generic/blf_py_api.c')
-rw-r--r--source/blender/python/generic/blf_py_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c
index d0f708b7e3c..71812466477 100644
--- a/source/blender/python/generic/blf_py_api.c
+++ b/source/blender/python/generic/blf_py_api.c
@@ -500,6 +500,7 @@ PyObject *BPyInit_blf(void)
PyModule_AddIntConstant(submodule, "SHADOW", BLF_SHADOW);
PyModule_AddIntConstant(submodule, "KERNING_DEFAULT", BLF_KERNING_DEFAULT);
PyModule_AddIntConstant(submodule, "WORD_WRAP", BLF_WORD_WRAP);
+ PyModule_AddIntConstant(submodule, "MONOCHROME", BLF_MONOCHROME);
return submodule;
}