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-04-10 22:33:19 +0400
committerMartin Poirier <theeth@yahoo.com>2005-04-10 22:33:19 +0400
commit4ea8947ea78b227e73cf0eb7f1597d089a945269 (patch)
tree290656d5a21b7501d0358b449ccb2d94feb157ae /source/blender/src/transform_manipulator.c
parent6fa9f9b7f5215d674366d4486af681d9f733cb04 (diff)
Merged all the internal transform includes into transform.h and moves it to /src to /include.
Split the conversion fonctions and sorting functions from transform.c into transform_conversions.c Update MSVC 6.0 projectiles and SConscript accordingly. Editview still included transform.h, replaced that for BIF_transform.h, the external include.
Diffstat (limited to 'source/blender/src/transform_manipulator.c')
-rw-r--r--source/blender/src/transform_manipulator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/transform_manipulator.c b/source/blender/src/transform_manipulator.c
index 10af63f862f..f473de04698 100644
--- a/source/blender/src/transform_manipulator.c
+++ b/source/blender/src/transform_manipulator.c
@@ -81,7 +81,6 @@
#include "blendef.h"
#include "transform.h"
-#include "transform_generics.h"
/* return codes for select, and drawing flags */
@@ -306,7 +305,7 @@ static int calc_manipulator(ScrArea *sa)
Trans.mode= TFM_ROTATION; // mislead counting bones... bah
/* count total */
- count_bone_select(&arm->bonebase, &totsel);
+ count_bone_select(&Trans, &arm->bonebase, &totsel);
if(totsel) {
/* recursive get stats */
stats_pose(&arm->bonebase, normal, plane);