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:
authorAndrea Weikert <elubie@gmx.net>2008-12-23 15:25:44 +0300
committerAndrea Weikert <elubie@gmx.net>2008-12-23 15:25:44 +0300
commit7563e5e454652d5899ee2534b8d338950e2659e5 (patch)
treecaa733a161268cd6a335dfb62fc9f716d52a9fd9
parent00d2cf3ddbdbe1162435249ad4cb359ca70b357a (diff)
2.5 MSVC9 projectfiles
* update for editors/animation editors/space_outliner and editors/screen * also fix compile error when INTERNATIONAL is set (will likely be solved with new font API)
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj32
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
2 files changed, 29 insertions, 5 deletions
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 8964d169d0c..12f5e81c2b8 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -411,6 +411,10 @@
Name="space_outliner"
>
<File
+ RelativePath="..\..\..\source\blender\editors\space_outliner\outliner.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_outliner\outliner_header.c"
>
</File>
@@ -439,6 +443,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\screen\screen_context.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\screen\screen_edit.c"
>
</File>
@@ -607,6 +615,14 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\space_action\action_ops.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\space_action\action_select.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_action\space_action.c"
>
</File>
@@ -703,19 +719,27 @@
>
</File>
<File
- RelativePath="..\..\..\source\blender\editors\animation\anim_keyframes_draw.c"
+ RelativePath="..\..\..\source\blender\editors\animation\anim_ipo_utils.c"
>
</File>
<File
- RelativePath="..\..\..\source\blender\editors\animation\anim_keyframing.c"
+ RelativePath="..\..\..\source\blender\editors\animation\anim_markers.c"
>
</File>
<File
- RelativePath="..\..\..\source\blender\editors\animation\anim_markers.c"
+ RelativePath="..\..\..\source\blender\editors\animation\anim_ops.c"
>
</File>
<File
- RelativePath="..\..\..\source\blender\editors\animation\anim_ops.c"
+ RelativePath="..\..\..\source\blender\editors\animation\keyframes_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\animation\keyframes_edit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\editors\animation\keyframing.c"
>
</File>
</Filter>
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 27a44079a6e..640c89803c8 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -3372,7 +3372,7 @@ static void outliner_draw_tree(Scene *scene, ARegion *ar, SpaceOops *soops)
int starty, startx;
float col[4];
-#ifdef INTERNATIONAL
+#if 0 // XXX was #ifdef INTERNATIONAL
FTF_SetFontSize('l');
BIF_SetScale(1.0);
#endif