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-01Update MSVC projects filesBenoit Bolsee
2009-07-26blender 2.5 MSVC9 projectfilesAndrea Weikert
fix renamed rna_vpaint.c -> rna_sculpt_paint.c
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-07-052.5 MSVC9 projectfilesAndrea Weikert
* RNA project cleanup. Better file naming and first attempt at deleting files before rebuilding. * editors/object/object_vgroup.c added
2009-06-302.5 MSVC projectfilesAndrea Weikert
* moving projectfiles to python 2.6 to avoid recurring issues with python migration
2009-06-232.5 MSVC9 projectfilesAndrea Weikert
* RNA: move of rna_*_api.c files * removed deleted projects ODE, SUMO etc. * Added new files to editors/space_logic
2009-06-16MSVC fix for rev. #20909 (reported/patched by moguri)Dalai Felinto
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-04-132.5 MSVC projectfilesAndrea Weikert
- added missing files - cleanup of some project settings - RNA building has dependency issue: had to add interface_api.c to the makesrna project and makesrna and rna projects now include editors. - added debug libraries for OpenExr, please update lib/windows/openexr to get them
2009-03-292.5 MSVC 9 projectfilesAndrea Weikert
- update for editors/armature - update for RNA_context
2009-02-282.5: updated MSVC9 project filesAndrea Weikert
- blenfont - editors: sculpt changed to sculpt_draw - some RNA additions (rna_animation.c) - fixed some game engine include directories
2009-02-072.5 MSVC9 projectfilesAndrea Weikert
update for renaming space_ipo -> space_graph
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-082.5 MSVC9 projectfiles Andrea Weikert
* update of RNA project after reorganisation * added editors/space_view3d/vpaint.c and editors/mesh/editdeforn.c to projectfiles
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-11-30== MSVC projectfiles ==Andrea Weikert
== MSVC projectfiles == - update for python RNA API - update for editors: ed_util.c - fixed RNA_rna library project, doesn't need the c files included in rna.c
2008-11-29== MSVC projectfiles ==Andrea Weikert
- update for RNA_sensors.c - added missing projectfile fpr DNA_DNA lib
2008-11-29* add material, node and screen RNA to project filesNathan Letwory
2008-11-23== MSVC 2.50 projectfiles ==Andrea Weikert
- fixed dependencies and some glitches for RNA - still WIP, but Blender Release and Blender Debug should compile now.
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