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
AgeCommit message (Collapse)Author
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did ↵soc-2009-kazanbasArystanbek Dyussenov
something wrong (`svn status` output: http://www.pasteall.org/7887). The command: svn merge -r 23130:23129 https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-kazanbas
2009-08-28Update MSVC project files.Benoit Bolsee
2009-08-20update MSVC project files.Benoit Bolsee
2009-08-122.5 MSVC 9 projectfiles maintenanceAndrea Weikert
* rev. 22367: splitting of anim_channels.c * rev. 22383: units.c in blenkernel added * Fix include paths was intern/audaspace, code expected intern/audaspace/intern
2009-08-10MSVC project files: add audaspace project, upgrade to Python 3.1Benoit Bolsee
2009-08-01Update MSVC projects filesBenoit Bolsee
2009-07-222.5 MSVC 9 projectfilesAndrea Weikert
* maintenance: console_space, physics_boids, rna_render
2009-07-112.5 MSVC projectfilesAndrea Weikert
* update for NLA merge from Aligorith
2009-06-302.5 MSVC projectfilesAndrea Weikert
* moving projectfiles to python 2.6 to avoid recurring issues with python migration
2009-05-06Blender 2.5 Andrea Weikert
MSVC projectfiles updates * removed WITH_FREETYPE2 * update for several missing or moved files rna_fcurve.c, gpencil.c,...
2009-01-182.5 MSVC9 projectfiles Andrea Weikert
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
2009-01-132.5 MSVC9 projectfiles Andrea Weikert
* added new files in editors/object and editors/space_sequence * added seqeffects.c in blenkernel
2009-01-072.5 MSVC9 projectfiles Andrea Weikert
updates: - booleanops.c and booleanops_mesh in blenkernel - screendump.c in editors/screen - keyval.c in editors/interface - RNA: rna_pose.c
2009-01-062.5 filebrowserAndrea Weikert
further cleanup: - moved struct FileList* back to SpaceFile - fix for memory related errors and freeing operator in file_free - removed wmSubWindowSet, we're not doing OpenGL select in filebrowser - removed drawing of load button when invoked from windowtype pupmenu 2.5 MSVC projectfiles: - slipped in removal of multires_firstlevel.c in blenkernel
2009-01-042.5 MSVC9 projectfiles Andrea Weikert
updates: * RNA: several files (rna_cloth, rna_object_force.c, rna_particle.c, rna_scriptlink.c, rna_text.c, rna_texture.c, rna_userdef.c) * complete removal of verse and cleanup of WITH_VERSE from projectfiles * deleted projectfiles for BL_src - not needed anymore. * editors/mesh: mesh_intern.h was renamed from editmesh.h, new file mesh_ops.c * editors/util: editmode_undo.c, undo.c and util_intern.h added * editors/animation: anim_channels.c added * editors/space_action: action_edit.c added
2008-12-202.5Andrea Weikert
* fix lost declaration and missing includes after blenlib cleanup. * bump warning level to W3 for Debug in a few libraries for MSVC9 projectfiles. Others will follow.
2008-12-182.5 MSVC9 projectfilesAndrea Weikert
updates: * context.c and report.c in blenkernel (moved from wm) * view3d_draw in editors * rna for sequence
2008-11-16== MSVC project files ==Andrea Weikert
updated VisualStudio 9 projectfiles for blender 2.50 notes: - still WIP - dependencies have to be reviewed - gameengine has been removed from build for now, needs to be added back at some point - time, outliner and view3d editors have been added, other editors will have to be added when ported
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in ↵Benoit Bolsee
projectfiles_vc9\blender\blender.sln solution, you just need to open that solution to compile everything with VS2008.