== MSVC9 projectfiles ==

* lots of updates for space types/ editors: ipo, view3d, node and image
* rna: update for constraints and armatures
This commit is contained in:
Andrea Weikert 2008-12-14 10:33:18 +00:00
parent 7e6c5b912d
commit 616ab233fa
2 changed files with 106 additions and 14 deletions

@ -181,10 +181,6 @@
RelativePath="..\..\..\source\blender\editors\include\BIF_glutil.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_area.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_datafiles.h"
>
@ -205,6 +201,10 @@
RelativePath="..\..\..\source\blender\editors\include\ED_object.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_previewrender.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_screen.h"
>
@ -213,6 +213,10 @@
RelativePath="..\..\..\source\blender\editors\include\ED_screen_types.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_space_api.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\include\ED_transform.h"
>
@ -287,11 +291,11 @@
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\interface\interface_icons.c"
RelativePath="..\..\..\source\blender\editors\interface\interface_handlers.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\interface\interface_ops.c"
RelativePath="..\..\..\source\blender\editors\interface\interface_icons.c"
>
</File>
<File
@ -322,6 +326,10 @@
RelativePath="..\..\..\source\blender\editors\space_view3d\space_view3d.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_view3d\view3d_intern.h"
>
@ -338,6 +346,10 @@
RelativePath="..\..\..\source\blender\editors\space_time\space_time.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_time\time_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_time\time_intern.h"
>
@ -350,6 +362,10 @@
<Filter
Name="space_outliner"
>
<File
RelativePath="..\..\..\source\blender\editors\space_outliner\outliner_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_outliner\outliner_intern.h"
>
@ -386,14 +402,6 @@
RelativePath="..\..\..\source\blender\editors\screen\screen_ops.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\screen\space.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\screen\spacetypes.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\screen\stubs.c"
>
@ -407,6 +415,82 @@
>
</File>
</Filter>
<Filter
Name="space_api"
>
<File
RelativePath="..\..\..\source\blender\editors\space_api\space.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_api\spacetypes.c"
>
</File>
</Filter>
<Filter
Name="space_ipo"
>
<File
RelativePath="..\..\..\source\blender\editors\space_ipo\ipo_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_ipo\ipo_intern.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_ipo\space_ipo.c"
>
</File>
</Filter>
<Filter
Name="space_image"
>
<File
RelativePath="..\..\..\source\blender\editors\space_image\image_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_image\image_intern.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_image\space_image.c"
>
</File>
</Filter>
<Filter
Name="space_node"
>
<File
RelativePath="..\..\..\source\blender\editors\space_node\node_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_node\node_intern.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_node\space_node.c"
>
</File>
</Filter>
<Filter
Name="space_buttons"
>
<File
RelativePath="..\..\..\source\blender\editors\space_buttons\buttons_header.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_buttons\buttons_intern.h"
>
</File>
<File
RelativePath="..\..\..\source\blender\editors\space_buttons\space_buttons.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>

@ -596,6 +596,10 @@
RelativePath="..\..\..\source\blender\makesrna\intern\rna_actuator.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_armature.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_brush.c"
>
@ -608,6 +612,10 @@
RelativePath="..\..\..\source\blender\makesrna\intern\rna_color.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_constraint.c"
>
</File>
<File
RelativePath="..\..\..\source\blender\makesrna\intern\rna_controller.c"
>