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-10-02merge from 23153 to 23595soc-2009-imbusyLukas Steiblys
2009-09-30Update 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-202.5 MSVC projectfilesAndrea Weikert
* maintenance (added poseSlide.c)
2009-09-17Update MSVC project files.Benoit Bolsee
2009-09-15Update MSVC project filesBenoit Bolsee
2009-09-122.5 filebrowserAndrea Weikert
Appending and Linking * Linking Operator, invokes filebrowser for Append/Link * Separated the append/link function into three parts: ** BLO_library_append_begin finds main for appending ** BLO_library_append_named_part appends one Object,Group, Material, ... ** BLO_library_append_end actually reads and expands the libraries NOTE 1: I also changed the returned properties for the filebrowser operators to the following convention: "path" - the full path to a file or directory, means what is in directory + filename buttons in filebrowser "directory" - the content of the directory button in filebrowser "filename" - the content of the filename button in filebrowser Usually only path should be required, but in some cases it might be more convenient to retrieve the parts separately. Ton, Brecht: If you have time to take a look, let me know if anything needs to be fixed.
2009-09-12merge from 22606 to 23153Lukas Steiblys
2009-09-12Blender 2.5 MSVC 9 projectfiles Andrea Weikert
* maintenance: ** nodes/intern/CMP_nodes/CMP_colorMatte.c ** nodes/intern/CMP_nodes/CMP_distanceMatte.c ** nodes/intern/CMP_nodes/CMP_levels.c * smoke include dir added to GL_gpu library
2009-09-092.5 MSVC projectfilesAndrea Weikert
* small maintenance for split files in editors/object
2009-09-092.5: Object moduleBrecht Van Lommel
* Split object_edit.c into multiple files: object_add.c, object_edit.c, object_hook.c, object_relations.c, object_select.c, object_transform.c. * Rename files to have consistent object_ and mball_ prefix: object_shapekey.c, object_lattice.c, object_vgroup.c, mball_edit.c. * Added operators: * vertex group menu and set active * apply location, rotation, scale, visual transform (location is new) * make local * make vertex parent * move to layer * convert to curve/mesh (not finished yet) * Many small fixes for marked issues, but still much code to be cleaned up here...
2009-09-072.5 MSVC 9 projectfilesAndrea Weikert
* maintenance
2009-08-28Update MSVC project files.Benoit Bolsee
2009-08-25blender 2.5 MSVC projectfilesAndrea Weikert
* update for bpy_array.c
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-222.5 MSVC projectfiles maintenanceAndrea Weikert
* AUD_filefactory added. * imbuf added to RNA include dirs.
2009-08-20update MSVC project files.Benoit Bolsee
2009-08-18merge from 22334 to 22606Lukas Steiblys
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-11MSVC project files: removed SoundSystem completelyBenoit Bolsee
2009-08-10MSVC project files: add audaspace project, upgrade to Python 3.1Benoit Bolsee
2009-08-10merge from 22016 to 22335Lukas Steiblys
2009-08-01Update MSVC projects filesBenoit Bolsee
2009-07-29merge from 21812 to 22016Lukas Steiblys
2009-07-26blender 2.5 MSVC9 projectfilesAndrea Weikert
fix renamed rna_vpaint.c -> rna_sculpt_paint.c
2009-07-23merge from 21721 to 21812Lukas Steiblys
2009-07-222.5 MSVC 9 projectfilesAndrea Weikert
* maintenance: console_space, physics_boids, rna_render
2009-07-20merge from 21532 to 21721 + fixed msvc9 projectfilesLukas Steiblys
2009-07-11merge from 21496 to 21532Lukas Steiblys
2009-07-112.5 MSVC projectfilesAndrea Weikert
* update for NLA merge from Aligorith
2009-07-10merge from 21377 to 21497Lukas Steiblys
2009-07-102.5 file browser Andrea Weikert
* directory button enabled again, c code for now, can later become nicer operator * filename button enabled (pattern match for selection) * RNA completed (title, file and directory) * some unused code removal.
2009-07-082.5 MSVC9 projectfiles Andrea Weikert
* small maintenance: keyval.c removed, some headers in editors/include renamed.
2009-07-062.5 Andrea Weikert
* fix for RNA generation dependency in MSVC projectfiles * added missing include
2009-07-06merge from 21113 to 21377Lukas Steiblys
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-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-07-012.5 MSVC projectfilesAndrea Weikert
* small maintenance: editors/info_header.c removed, editors/info_ops.c added
2009-06-302.5 MSVC projectfilesAndrea Weikert
* moving projectfiles to python 2.6 to avoid recurring issues with python migration
2009-06-302.5 filebrowser Andrea Weikert
* start of filebrowser RNA * system files, bookmarks, etc. now nicely inside panels to allow collapsing etc. * filebrowser header now defined in space_filebrowser.py TODO: * button type for bookmarks etc. not final yet, at least should get centered still. Suggestions welcome here.
2009-06-282.5 MSVC 9 projectfiles Andrea Weikert
* added missing include to KX_blenderhook project
2009-06-23merge with 21113Lukas Steiblys
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-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
Sequencer changes from source/blender/src coming next
2009-06-16MSVC fix for rev. #20909 (reported/patched by moguri)Dalai Felinto
2009-06-162.5 UIAndrea Weikert
* RNA enum for icons to allow specifying icons as string * example: row.itemR(st, "line_numbers", text="", icon='ICON_LINENUMBERS_OFF')
2009-06-14Update MSVC9 project files. Use pthreadVC2 instead of pthreadVSE2 to match ↵Benoit Bolsee
scons (don't know why we were using VSE2 in the first place).
2009-06-142.5 MSVC9 projectfilesAndrea Weikert
* enabled game engine in regular build Note1: blenderplayer hasn't been looked at yet and is not linking Note2: KX_blenderhook and KX_converter need windowmanager include, this dependency should probably be removed.
2009-06-09improved buffer allocator, starting to split derived mesh into required buffersLukas Steiblys