forked from bartvdbraak/blender
2.5 MSVC9 projectfiles
updates: * RNA: rna_space.c and rna_vpaint.c * DNA: DNA_anim_types.c * blenkernel: anim_sys.c, fcurve.c * editors: space_image several files added * editors: uvedit several files added * editors: gpencil: several files added
This commit is contained in:
parent
d862db2e4f
commit
332517957d
@ -481,6 +481,10 @@
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\anim.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\anim_sys.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\armature.c"
|
||||
>
|
||||
@ -597,6 +601,10 @@
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\exotic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\fcurve.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\intern\fluidsim.c"
|
||||
>
|
||||
@ -782,6 +790,10 @@
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_anim.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_animsys.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_armature.h"
|
||||
>
|
||||
@ -890,6 +902,10 @@
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_exotic.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_fcurve.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\blenkernel\BKE_fluidsim.h"
|
||||
>
|
||||
|
@ -197,6 +197,10 @@
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_armature.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_curve.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_datafiles.h"
|
||||
>
|
||||
@ -205,6 +209,10 @@
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_fileselect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_gpencil.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_interface.h"
|
||||
>
|
||||
@ -213,6 +221,10 @@
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_keyframes_draw.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_keyframes_edit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_keyframing.h"
|
||||
>
|
||||
@ -241,6 +253,14 @@
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_screen_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_sculpt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_sequencer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_space_api.h"
|
||||
>
|
||||
@ -257,6 +277,10 @@
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_util.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_uvedit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\include\ED_view3d.h"
|
||||
>
|
||||
@ -546,6 +570,10 @@
|
||||
<Filter
|
||||
Name="space_image"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_draw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_header.c"
|
||||
>
|
||||
@ -554,6 +582,18 @@
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_intern.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_ops.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_panels.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\image_render.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\space_image\space_image.c"
|
||||
>
|
||||
@ -1039,6 +1079,62 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="uvedit"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_draw.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_intern.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_ops.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_parametrizer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_parametrizer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\uvedit\uvedit_unwrap_ops.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="gpencil"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\gpencil\drawgpencil.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\gpencil\editaction_gpencil.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\gpencil\gpencil.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\gpencil\gpencil_intern.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="curve"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\editors\curve\editcurve.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -605,6 +605,10 @@
|
||||
RelativePath="..\..\..\source\blender\makesdna\DNA_actuator_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesdna\DNA_anim_types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesdna\DNA_armature_types.h"
|
||||
>
|
||||
|
@ -748,6 +748,10 @@
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_sound.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_space.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_text.c"
|
||||
>
|
||||
@ -764,6 +768,10 @@
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_vfont.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_vpaint.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna_wm.c"
|
||||
>
|
||||
|
@ -318,6 +318,10 @@
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_sound_gen.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_space_gen.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_text_gen.c"
|
||||
>
|
||||
@ -334,6 +338,10 @@
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_vfont_gen.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_vpaint_gen.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\makesrna\intern\rna.crna_wm_gen.c"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user