Commit: 38cd6329d6da59d0cc40c148d05ecd848fc225c8
Author: Campbell Barton
Date: Tue Oct 20 03:55:31 2015 +1100
Branches: master
https://developer.blender.org/rB38cd6329d6da59d0cc40c148d05ecd848fc225c8
Py API docs: fix extracting bmesh.ops from C code.
===================================================================
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 fcfe0c2..c93be66 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("}", ")")
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs