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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-10-19 19:55:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-19 19:55:31 +0300
commit38cd6329d6da59d0cc40c148d05ecd848fc225c8 (patch)
tree9759a2b0b95d00a5623d8ba94f8136203f6134f3 /doc
parent43c0f60523105c29e7e316c7666069ebd9c1b42a (diff)
Py API docs: fix extracting bmesh.ops from C code.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index fcfe0c25c80..c93be662648 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -163,6 +163,9 @@ def main():
for i, l in enumerate(b):
l = l.strip()
+ # casts
+ l = l.replace("(int)", "")
+
l = l.replace("{", "(")
l = l.replace("}", ")")