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
path: root/source
AgeCommit message (Expand)Author
2013-05-13new bridge tool: fix for cases with it would crash when existing faces matche...Campbell Barton
2013-05-13Added RNA access to mask spline's points.Sergey Sharybin
2013-05-13fix [#35308] Edge Split operator splits unselected edgesCampbell Barton
2013-05-13Fix #35330: Blur node crash due to size overflowSergey Sharybin
2013-05-13fix for bridge flipping, loops pointing away from eachother (over 90d differe...Campbell Barton
2013-05-13C forbids having variables declarations in the middle of code block.Sergey Sharybin
2013-05-13Fix #35329: action actuator crash with replacemesh, pointers got outdated.Brecht Van Lommel
2013-05-13Fix #35327: compositing Z combine node was not giving the same result as prev...Brecht Van Lommel
2013-05-13No end point in UI messages...Bastien Montagne
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-13change to drag-lock behavior, only use with outliner (this way layers can be ...Campbell Barton
2013-05-13fix for toggle drag not working in popups (move layers for eg)Campbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-13BGE: Fix for [#35320] "Crash When Adding Property without Setting Material" r...Mitchell Stokes
2013-05-13BGE: I had the assert in stubs.c backwards. However, it looks like the Blende...Mitchell Stokes
2013-05-13BGE: Adding an assert(true); to every function defined in stubs.c. This shoul...Mitchell Stokes
2013-05-13BGE: Tweaking the linking order of the Blenderplayer (CMake) to avoid needing...Mitchell Stokes
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-13fix [#35326] Even edge slide on open edge crashes BlenderCampbell Barton
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-05-13Fix for keyed marker search not happening correct in some casesSergey Sharybin
2013-05-12Speedup for rendered viewport for blender internalSergey Sharybin
2013-05-12Fix for "no functional changes" commitSergey Sharybin
2013-05-12Viewport Render Internal:Ton Roosendaal
2013-05-12Fix build error on MinGW64Antony Riakiotakis
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-12Documentation for functions inside tracking.cSergey Sharybin
2013-05-12Fix for [#35238] Blender does not save custom orientations from "view"Bastien Montagne
2013-05-12fix for crash with new bridge method used with invalid edge-loops.Campbell Barton
2013-05-12Fix crash when closing blend files with no line stylesSv. Lockal
2013-05-12remove BLI_array allocations from uv/color reverse, rotate. Campbell Barton
2013-05-12Fix material/lamp drivers not working sometimes when they were used by multipleBrecht Van Lommel
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-123D viewport render preview:Ton Roosendaal
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12remove wanton use of array reallocation for mesh smoothing.Campbell Barton
2013-05-12bridge tool: add support for face selection.Campbell Barton
2013-05-12bridge option to bridge loop pairs,Campbell Barton
2013-05-12Fix #35319: python 2x2 matrix inverse and adjugate were wrong.Brecht Van Lommel
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-12Fix #35317: crash with boolean modifier using an object whose library linkedBrecht Van Lommel
2013-05-12Optimize face-select drawing (weight/vertex paint mode face selection) Campbell Barton
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-12fix for 2 crashes in bridge tool mixing open/closed loops with different vert...Campbell Barton
2013-05-12bridge tool: support for bridging loops with different numbers of vertices.Campbell Barton
2013-05-11add support for bridging multiple edge loops at once.Campbell Barton
2013-05-11Bug fix, irc submittedTon Roosendaal
2013-05-11Bug fix #35307Ton Roosendaal
2013-05-11- add generic edge-loop utility functions for bmesh.Campbell Barton