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>2009-01-20 21:31:11 +0300
committerTon Roosendaal <ton@blender.org>2009-01-20 21:31:11 +0300
commitbd9e896e96e31ec1f98347e184be7322b2781f94 (patch)
tree06385c92e4300b29eee93461cb72a1f3374412f7 /source/blender/editors/mesh/editmesh_add.c
parent81763d8cf0f7cfc3aeb6f189a8dc0611bbd61bfd (diff)
2.5
View3D four-split: added box-clip for the three ortho windows. Is all on by default, waiting for headers and buttons to come back. Also: hotkey for foursplit now also removes it (toggle) Also: window_to_3d() function only did delta's, renamed it to window_to_3d_delta and coded a real window_to_3d()
Diffstat (limited to 'source/blender/editors/mesh/editmesh_add.c')
-rw-r--r--source/blender/editors/mesh/editmesh_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_add.c b/source/blender/editors/mesh/editmesh_add.c
index e8311806ca6..e0712290081 100644
--- a/source/blender/editors/mesh/editmesh_add.c
+++ b/source/blender/editors/mesh/editmesh_add.c
@@ -132,7 +132,7 @@ static void get_view_aligned_coordinate(float *fp, short mval[2])
// XXX initgrabz(fp[0], fp[1], fp[2]);
// if(mval[0]!=IS_CLIPPED) {
-// window_to_3d(dvec, mval[0]-mx, mval[1]-my);
+// window_to_3d_delta(dvec, mval[0]-mx, mval[1]-my);
// VecSubf(fp, fp, dvec);
// }
}