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
2014-05-18Fix BLI_cleanup_path: '.' at the start of a pathCampbell Barton
2014-05-17Fix T40230: Recursion check when adding objects to groups is incorrect.Lukas Tönne
2014-05-17Fix T40236: Undo not pushed in old-school node curve tool button functions.Lukas Tönne
2014-05-17Revised the debug code added in the commit rB4958aff780a3 according to the ra...Tamito Kajiyama
2014-05-17Fix T40231: Crash with matcapsCampbell Barton
2014-05-17Fix mistake in recent patchCampbell Barton
2014-05-17Minor changes for standalone mathutilsCampbell Barton
2014-05-17Freestyle: Added a piece of debug code for checking the consistency of face n...Tamito Kajiyama
2014-05-17Fix T39669: Freestyle: Curve with extrude>0 causes warnings in console.Tamito Kajiyama
2014-05-16Fix T40223: Setting bevel_factor_mapping_start/end crashesCampbell Barton
2014-05-16Fix T40226: Keep collapse-menu when splitting areasCampbell Barton
2014-05-16Fix Bevel bugs T39726 and T39108, bevels with wire edges.Howard Trickey
2014-05-16Fix T40202: File selector operators not reported in info viewCampbell Barton
2014-05-16Add assert to check for buffer overrunCampbell Barton
2014-05-16Freestyle: Fix for texture spacing reset to a non-default value on load of ol...Tamito Kajiyama
2014-05-163D Text: Change textbox placement to ignore font scaleCampbell Barton
2014-05-16Fix part of T39708, don't overupdate particles when changine activeAntony Riakiotakis
2014-05-163D Text: replace multiple float arrays with struct (much easier to understand)Campbell Barton
2014-05-16Fix T40214: Wrong size calculation on new curve objectsBastien Montagne
2014-05-16Use warning instead of info for previous commitAntony Riakiotakis
2014-05-15Fix T39684, warn when entering sculpt mode with an object with non-Antony Riakiotakis
2014-05-15Fix rare crash introduced by recent own commitAntony Riakiotakis
2014-05-15Mask vertex colors used to be totally ignoredSergey Sharybin
2014-05-15Fix T39763: Blender renders disabled Render Layers using Blender InternalSergey Sharybin
2014-05-15Fix T39978: Sculpting shapekeys - Using Smooth tool, turns shapekey into Basis.Sergey Sharybin
2014-05-15Fix T40053: Cloth simulation, rest shape key does not functionSergey Sharybin
2014-05-15Fix for cursor location with xoffset & flush alignmentCampbell Barton
2014-05-15Remove redundant NULL checkCampbell Barton
2014-05-15Fix 3D font selection and material lagging behind with vertical cursor motionCampbell Barton
2014-05-15Code cleanup: remove '\r' check for 3d text, its removed on load even on windowsCampbell Barton
2014-05-15Fix T40204: x-offset textbox failed with center/justify/flushCampbell Barton
2014-05-15Fix for right aligned text ignoring xoffsetCampbell Barton
2014-05-15Fixes for font underlineCampbell Barton
2014-05-15Fix T40180: Space between letters adds space after last letterCampbell Barton
2014-05-15Disable auto-perspective by default, see T40153Campbell Barton
2014-05-15Fix T40154: UI Multi-drag sets value beyond maxCampbell Barton
2014-05-14Fix T40191: Misleading TypeError message when registering CollectionProperty ...Bastien Montagne
2014-05-14Dirty fix for memory corruption in the rigid body API.Lukas Tönne
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-14FCurve: move add modifiers logic from menu into dynamic enumCampbell Barton
2014-05-14Fix FCurve mirror ignoring aligned/free handlesCampbell Barton
2014-05-14FCurve: stop generic rna update from changing curve handle typeCampbell Barton
2014-05-14Fix for FCurve keyframe editing left handle from button failing if not selectedCampbell Barton
2014-05-14FCurve: handle calculation was measuring new handle lengths and not using for...Campbell Barton
2014-05-14Fix T40187: Can't set single keyframe handle as VectorCampbell Barton
2014-05-14Fix for curve widget hue gradient drawing incorrectly when zoomingCampbell Barton
2014-05-14Fix T37796, Mesh lost after exiting sculpt mode and undoing.Antony Riakiotakis
2014-05-14Code cleanup: indentationCampbell Barton
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-13Fix compilation error with debug SConsSergey Sharybin