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/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-04-09 11:03:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-09 11:03:26 +0400
commitbd142ac2f44b78f10ad60643dbb71e5d09035b91 (patch)
tree102ecc233e4bec0537e2af735ece4848264fabd6 /source
parent55d0bf6b3337fdb2075d76e0c79153ff281adfce (diff)
Anti - NMesh commit.
unweld - warn that this tool destroys MultiUV/Col's (because of NMesh) API_intro and NMesh - note that NMesh is maintained but deprecated.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/doc/API_intro.py6
-rw-r--r--source/blender/python/api2_2x/doc/NMesh.py14
2 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/python/api2_2x/doc/API_intro.py b/source/blender/python/api2_2x/doc/API_intro.py
index 4e2c71f3afc..74022f45d9c 100644
--- a/source/blender/python/api2_2x/doc/API_intro.py
+++ b/source/blender/python/api2_2x/doc/API_intro.py
@@ -12,7 +12,7 @@ The Blender Python API Reference
-----------
- L{Blender}
- - L{bpy<Bpy>}
+ - L{bpy<Bpy>} (experemantal)
Submodules:
-----------
@@ -39,7 +39,7 @@ The Blender Python API Reference
- L{Mesh} (*)
- L{MeshPrimitives} (*)
- L{Metaball} (*)
- - L{NMesh} (*)
+ - L{NMesh} (deprecated)
- L{Noise}
- L{Object} (*)
- L{Modifier} (*)
@@ -235,8 +235,6 @@ A note to newbie script writers:
@see: U{www.python.org<http://www.python.org>}
@see: U{www.python.org/doc<http://www.python.org/doc>}
@see: U{Blending into Python<en.wikibooks.org/wiki/Blender_3D:_Blending_Into_Python>}: User contributed documentation, featuring a blender/python cookbook with many examples.
-@note: this documentation was generated by epydoc, which can output html and
- pdf. For pdf it requires a working LaTeX environment.
@note: the official version of this reference guide is only updated for each
new Blender release. But you can build the current CVS
diff --git a/source/blender/python/api2_2x/doc/NMesh.py b/source/blender/python/api2_2x/doc/NMesh.py
index 464d057a06e..aa52400656f 100644
--- a/source/blender/python/api2_2x/doc/NMesh.py
+++ b/source/blender/python/api2_2x/doc/NMesh.py
@@ -3,12 +3,14 @@
"""
The Blender.NMesh submodule.
-B{New}:
- - edges class (L{NMEdge}) and nmesh methods (L{NMesh.NMesh.addEdge}, etc.);
- - new optional arguments to L{NMesh.NMesh.update};
- - L{NMesh.NMesh.transform};
- - L{GetNames};
- - L{GetRawFromObject} supports Surface/Curve/Text/Meta objects
+B{Deprecated}:
+This module is now maintained but not actively developed.
+
+Access to data such as properties, library, UVLayers and ColorLayers is not available
+further more, a mesh modified with NMesh will destroy inactive UV and Color layers
+so writing tools that use NMesh is discouraged.
+
+Use L{Mesh} instead.
Mesh Data
=========