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:
authorTon Roosendaal <ton@blender.org>2004-11-17 20:15:36 +0300
committerTon Roosendaal <ton@blender.org>2004-11-17 20:15:36 +0300
commitcefd1b2729b68d07d4a76338bd3ae39740c52b80 (patch)
tree0a57779bb0dd0ba9a3f712d41d4c627f51dbd137 /source/blender/src/toolbox.c
parent32c95ccae440ac4b4996706743469e4101eac932 (diff)
Three bugfixes from tracker;
- Nurbs objects didnt render ray-transp. Was caused by 1) wrong normal calc and 2) quads with vertices on same locations. Solved it with nice code that checks illegal quads and turns them into triangles - Made 'physics engine' variable SUMO default - Typo in toolbox fix; cyclic isn't F but C
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 659bba0c32b..65ae77e2a42 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1692,7 +1692,7 @@ static TBitem tb_curve_edit[]= {
{ 0, "Extrude|E", 'e', NULL},
{ 0, "Duplicate|Shift D", 'D', NULL},
{ 0, "Make Segment|F", 'f', NULL},
-{ 0, "Toggle Cyclic|F", 'c', NULL},
+{ 0, "Toggle Cyclic|C", 'c', NULL},
{ 0, "Delete...|X", 'x', NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Control Points", 0, tb_curve_edit_cv},