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:
authorStephen Swaney <sswaney@centurytel.net>2005-04-22 06:17:20 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-04-22 06:17:20 +0400
commitb89bddbf6f0dead42b3d93c7883d091fee43844a (patch)
treeb09cb0bbee99faf525345e6cb01eb5aaab478b6a /source/blender/python/api2_2x/NMesh.c
parentc1a7b8b7a10428e6d50119fb51ef2c0c8efd3309 (diff)
doc updates. NMesn.transform( matrix, recalc_normals )
had description for recalc_normals backward.
Diffstat (limited to 'source/blender/python/api2_2x/NMesh.c')
-rw-r--r--source/blender/python/api2_2x/NMesh.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/NMesh.c b/source/blender/python/api2_2x/NMesh.c
index f0afe5b7b6f..058cea38d74 100644
--- a/source/blender/python/api2_2x/NMesh.c
+++ b/source/blender/python/api2_2x/NMesh.c
@@ -292,10 +292,9 @@ If the name of a mesh to replace is not given a new\n\
object is created and returned.";
static char NMesh_transform_doc[] =
- "(matrix, recalc_normals = 0) - Transform the mesh by the supplied 4x4\n\
-matrix.\n\
-(recalc_normals) - if given and 1 or True, transforming the vertex normals\n\
-is skipped.";
+"(matrix, recalc_normals = 0) - Transform the mesh by the supplied 4x4 matrix\n\
+if recalc_normals is True, vertex normals are transformed along with \n\
+vertex coordinatess.\n";
void mesh_update( Mesh * mesh )