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>2014-09-09 16:07:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-09 16:07:31 +0400
commit4dd74706abe0b9b762512958fc288cfeba404cc9 (patch)
treedf7c19529e83075bde53c8b5107614bf0000c10d /doc/python_api
parent1abcbe775b9ace052e3e83a8ade75f881527faa7 (diff)
Add flag for bmesh docs
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index 32afe335089..fcfe0c25c80 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -145,6 +145,7 @@ def main():
"BMO_OPTYPE_FLAG_NORMALS_CALC",
"BMO_OPTYPE_FLAG_UNTAN_MULTIRES",
"BMO_OPTYPE_FLAG_SELECT_FLUSH",
+ "BMO_OPTYPE_FLAG_SELECT_VALIDATE",
"BMO_OPTYPE_FLAG_NOP",
)
vars_dict = {}