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
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-15CMake/SCons: finish removing MSVC2012 referencesCampbell 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-15Fix T40199: bge.logic.LibFree() could cause crashes by leaving dangling point...Mitchell Stokes
2014-05-15Fix T40182: Crash when using KX_GameObject.rayCast/rayCastTo().Mitchell Stokes
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 T40172: LibFree() crashes with shared materials (e.g., from multiple LibN...Mitchell Stokes
2014-05-14BGE: Fixing some NavMesh memory leaks.Mitchell Stokes
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
2014-05-13Fix T40151: Problem in normal with subdivision surface + Boolean modifierSergey Sharybin
2014-05-13style cleanup, keep preprocessor identationAntony Riakiotakis
2014-05-13Add alloca include in compiler compatibility. Helps with MinGW32Antony Riakiotakis
2014-05-13Fix T40176: Curve Functions broken in several addonsSergey Sharybin
2014-05-13Folowup for old fix for material animationSergey Sharybin
2014-05-13Fix T40158: Playback with 100% proxies is very slowSergey Sharybin
2014-05-13More UI messages fixes and tweaks.Bastien Montagne
2014-05-13Correct last commit, check not to split along edges already usedCampbell Barton
2014-05-13Fix T40162: Vert connect creates extra face cutting across concave NGon.Campbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-13Freestyle: Added .new() and .remove() to the collection type of Python style ...Tamito Kajiyama
2014-05-13Freestyle: Fix for own mistakes in defining RNA aliases.Tamito Kajiyama
2014-05-13Freestyle: minor UI text fix.Tamito Kajiyama
2014-05-13Freestyle: naming fixes.Tamito Kajiyama
2014-05-13Freestyle: code clean-up.Tamito Kajiyama
2014-05-13Freestyle: Added .new() and .remove() methods to collection types of line sty...Tamito Kajiyama
2014-05-13BMesh: add check to BM_vert_pair_share_face to allow adjacent loopsCampbell Barton
2014-05-13Fix T38379: Mesh vertices only update when in cone of last created spotlightMitchell Stokes
2014-05-13Fix T40111: replaceMesh() crashes BGE when used on a parented objectMitchell Stokes
2014-05-13Tweak for node socket swapping: don't un-hide sockets automatically.Lukas Tönne
2014-05-13BMesh: make BM_face_calc_normal_subset apart of the bmesh apiCampbell Barton
2014-05-13Freestyle: Fix for comments in line with the previous commit.Tamito Kajiyama
2014-05-13Freestyle: Removed redundant flipping of UV coordinates.Tamito Kajiyama
2014-05-13Usual typo and style fixes in UI messages...Bastien Montagne
2014-05-12Fix T40115: Smoke simulator memory leak with high poly mesh emitter.Bastien Montagne