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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-01 16:22:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-01 16:22:26 +0300
commit69eb4eefb5c9e34a53e6ce75cbac81968ef49931 (patch)
treef00cf9c6b07abbcd3af099616a5faf6b0bce1a4e /source/blender/src/meshtools.c
parente966aa549e44fb96848506b3d84607ee2411c861 (diff)
Scene.c - world could not be set to None, added "cursor" attribute.
Scene.py - added docs for new scen attributes. meshtools.c - typo
Diffstat (limited to 'source/blender/src/meshtools.c')
-rw-r--r--source/blender/src/meshtools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/meshtools.c b/source/blender/src/meshtools.c
index 75c144f5467..2c18cd8ec31 100644
--- a/source/blender/src/meshtools.c
+++ b/source/blender/src/meshtools.c
@@ -497,7 +497,7 @@ void sort_faces(void)
if(G.obedit) return;
if(ob->type!=OB_MESH) return;
- event = pupmenu("Soft Faces by%t|View Axis (back to front)%x1|View Axis (front to back)%x2|Cursor Distance (near to far)%x3|Cursor Distance (far to near)%x4|Z Axis%x5");
+ event = pupmenu("Sort Faces by%t|View Axis (back to front)%x1|View Axis (front to back)%x2|Cursor Distance (near to far)%x3|Cursor Distance (far to near)%x4|Z Axis%x5");
if (event==-1) return;
me= ob->data;