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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-10-11 23:46:21 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-10-11 23:46:21 +0300
commitc95ab2c6f0c0a339d6141f533643de916d7195a6 (patch)
tree09da4525dde0b31987e36f0e78e19fa1169a5426 /doc
parentfbcb26fb33957a8f3231fb5ce186784ac9ccaab6 (diff)
Pydoc: Remove old note about new module in 2.65
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst_from_bmesh_opdefines.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py
index 8e40a1a7a39..83cd5be9344 100644
--- a/doc/python_api/rst_from_bmesh_opdefines.py
+++ b/doc/python_api/rst_from_bmesh_opdefines.py
@@ -49,10 +49,6 @@ This module gives access to low level bmesh operations.
Most operators take input and return output, they can be chained together
to perform useful operations.
-.. note::
-
- This API us new in 2.65 and not yet well tested.
-
Operator Example
++++++++++++++++