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-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-07Style cleanupCampbell Barton
2014-05-06Cleanup: redundant NULL checksCampbell Barton
2014-05-06Over-optimized stuff in the previous commit, sorry.Sergey Sharybin
2014-05-06Cleanup a bit of the locked shape keys paintingSergey Sharybin
2014-05-05Hidden PBVH nodes:Antony Riakiotakis
2014-05-05Attempt to solve T39950,Antony Riakiotakis
2014-05-04NLA Eval Bugfix: Influence settings on active action didn't workJoshua Leung
2014-05-04Fix typo (uninitialized var)Campbell Barton
2014-05-03Fix for aligned handles in masking and curve objectsSergey Sharybin
2014-05-03Code cleanup: styleCampbell Barton
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-05-03Added support for the Make Local command in the Outliner on textures in line ...Tamito Kajiyama
2014-05-03Fix for missing initialization and copying of FreestyleLineStyle::pr_texture ...Tamito Kajiyama
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-05-03Fix T40001: Opening a 2.66 blend file in 2.7, a bone appear "rolled but not r...Bastien Montagne
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-05-02Fix T39984: Interpolation errors in particle emitter animation.Lukas Tönne
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-05-01Fix first part of T39956Antony Riakiotakis
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-05-01Add PBVH debug display, where we can see the PBVH node bounding boxes.Antony Riakiotakis
2014-05-01Fix T39969: Make single user object looses custom-tx-boneCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
2014-04-30Fix for copy_object_pose incrementing custom user twiceCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Spelling fixesJoshua Leung
2014-04-29Fix T39947: Aligned handle behaviour problem in graph editorCampbell Barton
2014-04-29Fix for wrong behavior of 'darken' blend mode with factor.Kevin Dietrich
2014-04-29Fix T39942: Displacement of group instance objects when switching to textured...Sergey Sharybin
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-29Code cleanup: simplify reallocs using MEM_recallocCampbell Barton
2014-04-28f-curve easing: Adjustments to Robert Penner elastic easingCampbell Barton
2014-04-28"Auto" option for Keyframe.easingJoshua Leung
2014-04-28NLA Editor: Duplicate/Duplicate LinkedJoshua Leung
2014-04-28Raise min blend version to 2.70.5.Bastien Montagne
2014-04-28Followup to rB8714ae09f894: better not have several RNA properties affect a s...Bastien Montagne
2014-04-28Fix for typo in commentJoshua Leung
2014-04-28Fix T38594: Incorrect behaviour when editing aligned handles in curve editorJoshua Leung
2014-04-27Code cleanup: avoid warning about bit-shift outside int rangeCampbell Barton
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-25Outliner: avoid using bitshift when hashing (which could use negative numbers)Campbell Barton
2014-04-25Always init pointcache frame step to 1.Bastien Montagne