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 (Expand)Author
2013-08-16replace calls to BLI_linklist_append with BLI_linklist_prepend where order us...Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-08Linking Brushes did not link the mask texture properlyAntony Riakiotakis
2013-08-07Fix crashes that could still happen opening files with the outliner bug that ...Brecht Van Lommel
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-06Fix crash loading .blend files that have multiple outliners in a screen, savedBrecht Van Lommel
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02Some versioning changes/patching of the brush system:Antony Riakiotakis
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23Fix #36225, spacing was halved and set to zero for texture paint brushes that...Antony Riakiotakis
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-07-09fix [#36066] crash when Tab out text objectCampbell Barton
2013-07-08Fix #36024. This part fixes user counting for node editor trees. The user cou...Lukas Toenne
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-01fix [#35914] Blender crashes when trying to use vertex selection masking on a...Campbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-14Fix for Jeroen Bakker
2013-06-06style cleanupCampbell Barton
2013-06-05Fix #35640, part 1. Set the id.lib pointer for nested bNodeTree data blocks i...Lukas Toenne
2013-05-30Fix #35570, old group nodes with empty socket name strings crash. The identif...Lukas Toenne
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30remove duplicate sys-types headers.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-17Smoke simulator: Add flow subframes and ability to set custom particle size.Miika Hamalainen
2013-05-10Fix for version patch in recent smoke commit, was using && instead of &.Brecht Van Lommel
2013-05-10Smoke: Add new "Full Sample" option to high resolution smoke panel.Miika Hamalainen
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09Fix for do_versions bug with node groups: The special case of direct input-to...Lukas Toenne
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08code cleanup: remove redundant check in writedata().Campbell Barton
2013-05-07Putting undefined versioning to only older than 2.67.Ton Roosendaal
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-05-06Fix for crash when using 2D stabilization for float movie clipsSergey Sharybin
2013-05-06Another correction to svn rev56509Sergey Sharybin
2013-05-06Fix for uninitialized variable in previous commit.Sergey Sharybin
2013-05-06Bug fix #35179Ton Roosendaal
2013-04-30Fix for #35147, view in backdrop and image editor in compositor don't work an...Lukas Toenne
2013-04-28BGE: Fix for [#34383] Blender crash Steering actuator 2.66 -> 2.59 -> 2.66. R...Mitchell Stokes
2013-04-25Fix build error with scons + msvc, needs pthread include.Brecht Van Lommel
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis