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>2009-04-27 19:43:35 +0400
committerMartin Poirier <theeth@yahoo.com>2009-04-27 19:43:35 +0400
commitc36fb8c913dd935239c4a9f641766a642bf1bebf (patch)
tree29677b0300ac0964401788a8f133ed0bcee6aa90 /source/blender/makesdna/DNA_view3d_types.h
parent7f21e7f4a30332e6f7483304b5d1fdce0c4976e7 (diff)
2.5
Fix repeat crash with transform. Just remove stupid twmat, don't need to cache results in view3d. Made it more safe too.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 3b56fd96493..5d9aac45102 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -78,7 +78,6 @@ typedef struct RegionView3D {
float viewinv[4][4];
float persmat[4][4];
float persinv[4][4];
- float twmat[4][4]; /* transform widget */
float viewquat[4], dist, zfac; /* zfac is initgrabz() result */
float camdx, camdy; /* camera view offsets, 1.0 = viewplane moves entire width/height */