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
2010-09-29Remove the project files in favor of CMake, so we won't be maintaining now ↵Nathan Letwory
two ways of using project files.
2010-07-12Update MSVC project filesBenoit Bolsee
2010-04-15MSVC 9 projectfiles updateAndrea Weikert
* blenlib/math_geom_inline.c * also fix compile error with MSVC (snprintf not defined)
2010-03-31cleanupAndrea Weikert
* removed code that could lead to Blender writing in the Windows directory - is very old cruft and doesn't work on recent versions of Windows anymore and rightly so :)
2010-03-31MSVC 9 projectfilesAndrea Weikert
* maintenance - removed BLI_dynamiclist.c
2010-03-24MSVC 9 projectfiles Andrea Weikert
- small update
2010-02-28MSVC projectfiles_vc9 maintenanceAndrea Weikert
* added ghost dependency to blenlib * new file bpy_rna_callback.c in blender/python
2010-02-04Update MSVC project files.Benoit Bolsee
2010-01-24Update MSVC project filesBenoit Bolsee
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
* added renamed files in revision 25337 * renamed BLI_util.h -> BLI_path_util.h for consistency * cleanup of #includes: removed BLI_blenlib.h in favour of direct includes of the needed headerfiles in a few places. * removed debug print in sequencer.c * added missing include in blenkernel/blender.c -> bad dependency, needs to be fixed still
2009-12-11MSVC projectfiles Andrea Weikert
* update for sculpt merge NOTE: BLI_blenlib now uses functions in BL_gpu - I added the necessary include path to make it compile, but I'm not sure if this dependency shouldn't be avoided.
2009-11-13Update MSVC project filesBenoit Bolsee
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. ↵Benoit Bolsee
Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library.
2009-09-24Fix compilation problem in Windows and update project filesBenoit Bolsee
2009-09-072.5 MSVC 9 projectfilesAndrea Weikert
* maintenance
2009-08-25blender 2.5 MSVC projectfilesAndrea Weikert
* update for volume rendering * update for audaspace jack * update for rna: animation_api.c, scene_api.c
2009-08-10MSVC project files: add audaspace project, upgrade to Python 3.1Benoit Bolsee
2009-07-222.5 MSVC 9 projectfilesAndrea Weikert
* maintenance: console_space, physics_boids, rna_render
2009-07-012.5 filebrowserAndrea Weikert
* show only name of the last directory for the bookmark * small fix of projectfile: header BLI_fileops.h was moved Note: full path should appear in tool tip later, also for renaming bookmarks later on.
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-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-202.5 BLI_blenlib cleanupAndrea Weikert
DONE: * moved almost all declarations from BLI_blenlib.h into their own proper header files. * BLI_blenlib.h still includes all the declarations for convenience and to avoid changes in existing code * split util.c into several files, where it wasn't done already * DynamicList -> dynamiclist, * ListBase -> listbase, * String utility functions -> string.c * removed a few unused macros and functions, if they're needed back, they're still in svn ;) TODO: * btempdir global * further cleanup in the code of the different modules (especially util.c)
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.