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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-04-19 17:00:21 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-19 17:00:21 +0400
commiteaf1e7a8881988ca158214d88d9b94e7dcdc8f81 (patch)
treefc5c2540d24654f7b9116f65a62ea553a62fb30b /doc/python_api/rst_from_bmesh_opdefines.py
parentc4dbd8bc4945483322af5110c099bff42ad6d6a9 (diff)
Py API doc generation: add bpy.app.translations module, and fix a few errors found while building the doc. Thanks to Campbell for review.
Diffstat (limited to 'doc/python_api/rst_from_bmesh_opdefines.py')
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index 3776ef7ce56..cf0420c3830 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -142,7 +142,10 @@ def main():
"BM_EDGE",
"BM_FACE",
- "BMO_OP_FLAG_UNTAN_MULTIRES",
+ "BMO_OPTYPE_FLAG_NORMALS_CALC",
+ "BMO_OPTYPE_FLAG_UNTAN_MULTIRES",
+ "BMO_OPTYPE_FLAG_SELECT_FLUSH",
+ "BMO_OPTYPE_FLAG_NOP",
)
vars_dict = {}
for i, v in enumerate(vars):