[Bf-blender-cvs] [4dd7470] master: Add flag for bmesh docs

Campbell Barton noreply at git.blender.org
Tue Sep 9 14:18:39 CEST 2014


Commit: 4dd74706abe0b9b762512958fc288cfeba404cc9
Author: Campbell Barton
Date:   Tue Sep 9 22:07:31 2014 +1000
Branches: master
https://developer.blender.org/rB4dd74706abe0b9b762512958fc288cfeba404cc9

Add flag for bmesh docs

===================================================================

M	doc/python_api/rst_from_bmesh_opdefines.py

===================================================================

diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index 32afe33..fcfe0c2 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 = {}




More information about the Bf-blender-cvs mailing list