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:
authorMartin Poirier <theeth@yahoo.com>2005-03-25 06:28:08 +0300
committerMartin Poirier <theeth@yahoo.com>2005-03-25 06:28:08 +0300
commitea15126d7595c1309252798040d42f42b7d318fb (patch)
tree64704d884af9aeb3e370d8ff99f8b9f5ee1b4ea3 /source/blender/include/BIF_transform.h
parent4bcf80bf4f95d22ef95624b9fa1ae5cd02b5c68b (diff)
axisProjection can take care of zero-length vector so we don't need to check anymore. Was giving some problems with cameras looking perfectly down.
Also removed all NEWTRANSFORM defines, using the new code all the time now.
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rwxr-xr-xsource/blender/include/BIF_transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index 7f11bb218f3..6f1c0506e8e 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -33,8 +33,6 @@
#ifndef BIF_TRANSFORM_H
#define BIF_TRANSFORM_H
-#define NEWTRANSFORM 1
-
/* ******************** Macros & Prototypes *********************** */
/* MODE AND NUMINPUT FLAGS */