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-09-10Cancel edge-rip macro if no changes are made.Campbell Barton
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-10Partial fix T41749Campbell Barton
2014-09-10Partial fix for T41749Campbell Barton
2014-09-10WM: Add utility wmOrtho2_*** funcsCampbell Barton
2014-09-10Curve: Remove assert in BKE_curve_bevelList_makeCampbell Barton
2014-09-09Usual UI messages fixes...Bastien Montagne
2014-09-09Fix crash reading ParticleEdit.is_editableCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-09-09Cleanup: const correctness, no change to generated code.Campbell Barton
2014-09-09remove invalid commentsCampbell Barton
2014-09-08Warn when --engine arg isn't foundCampbell Barton
2014-09-08CMake: Add missing WITH_OPENIMAGEIO defineCampbell Barton
2014-09-08Fix crash happening with external engines and dependent objects in an invisib...Sergey Sharybin
2014-09-08Fix T41744: Hidden keymap properties uneditableBastien Montagne
2014-09-08Fix T41573: Compositing reroute converts floats to red colorBastien Montagne
2014-09-08Fix T41703: Blender crashes trying to load character file.Bastien Montagne
2014-09-08Fix T41746: WPaint: gradient+mirror failsCampbell Barton
2014-09-08Fix building as Python module (manpage-generation)Campbell Barton
2014-09-07Fix T41737 using append from menu will result in error messageAndrea Weikert
2014-09-07Fix T41740: Different behaviour of custom hotkeyBastien Montagne
2014-09-07Fix T40507: Blender Internal Render's Gather don't use node's emit color.Bastien Montagne
2014-09-06Py Mathutils: add `invert_safe()` and `inverted_safe()` to `Matrix`.Bastien Montagne
2014-09-06Fix T41730: Knife Cut fails on concave facesCampbell Barton
2014-09-06Knife: remove redundant allocationsCampbell Barton
2014-09-06Math Lib: Add copy_m2_m2, unit_m2, zero_m2Campbell Barton
2014-09-06Knife: no need to find the face-loopsCampbell Barton
2014-09-05Cleanup:Antony Riakiotakis
2014-09-05Fix T41723, different tints in texture painting.Antony Riakiotakis
2014-09-05Fix T41721: Muting render layer input nodes has no effectSergey Sharybin
2014-09-05Disable msvc runtime fma3 use in an attempt to fix msvc 2013 + windows 7 issues.Martijn Berger
2014-09-05Fix uninitialized variable useCampbell Barton
2014-09-05Cleanup: de-duplicate link/append propsCampbell Barton
2014-09-04Fix T41716, crash with image mode when painting without materials.Antony Riakiotakis
2014-09-04Fix T41715 fill tools not respecting alpha lockAntony Riakiotakis
2014-09-04Separate operators for Link and Append.Andrea Weikert
2014-09-04Attempt to solve T41708,Antony Riakiotakis
2014-09-04Metastrips: disallow making a metastrip with only one strip present.Antony Riakiotakis
2014-09-04Fix T41713: Lattice - Influence vertexgroup in curve modifier gets ignoredBastien Montagne
2014-09-04Fix related to previous commit: do not store panels (state, position, etc.) i...Bastien Montagne
2014-09-04Fix T41704: 2.71.6 no longer reading user ui panel arrangement from earlier s...Bastien Montagne
2014-09-04Write Compressed blend files directlyCampbell Barton
2014-09-04Fix T41463: Mirror Modifier breaks Automatic-Weights in weight-paint modeCampbell Barton
2014-09-04Fix setting Curve-handle type moving the wrong oneCampbell Barton
2014-09-04Fix View3D 'Auto Keying' alignment (when dpi!=72)Campbell Barton
2014-09-04Fix T35952: Switching a single handle to free would lock the others alignmentCampbell Barton
2014-09-04Fix T40595: File broken after "make local->all"Campbell Barton
2014-09-04Vert-rip left an invalid selection with (>1 verts)Campbell Barton
2014-09-03Code cleanup, defined shared stroke properties to one central function.Antony Riakiotakis
2014-09-03Texture painting:Antony Riakiotakis