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
2017-07-28Cleanup: clear deprecated UI flagsCampbell Barton
2017-07-28Fix T52156: Hair dynamics broken with density textureLuca Rood
2017-07-26Fix T52176: Bevel doesn't correctly work with default empty Vgroup.Bastien Montagne
2017-07-21Fix T52134: New depsgraph crashes when evaluating several psys on from objectSergey Sharybin
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-12BMesh: move safe loop-normal-calc to own functionCampbell Barton
2017-07-11Fix memory leak caused by node clipboardSergey Sharybin
2017-07-10Fix (unreported) broken uvsculpt in Scene's toolsettings' copying.Bastien Montagne
2017-07-10Fix (unreported) Scene's copying toolsettings' clone and canvas, and particle...Bastien Montagne
2017-07-10Fix strict compiler warningSergey Sharybin
2017-07-10Fix (unreported) Scene copying doing very stupid things with World and LineSt...Bastien Montagne
2017-07-10Curve: add assert for invalid next/prev useCampbell Barton
2017-07-10Fix T51665: No orientation for nurbs, polygonsCampbell Barton
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-07-07Fix T50973: Directional blur node doesn't clamp value if using driverSergey Sharybin
2017-07-05Code comments regarding last commit (forgotten to add before)Luca Rood
2017-07-05Fix T51296: UVs not working for hair emitted from verticesLuca Rood
2017-07-04Fix T51703: Rigid body with delta transform jumps when transformingLuca Rood
2017-07-04Better fix for rigid body not resimulatingLuca Rood
2017-07-04Fix rigid body not resimulating after cache invalidationLuca Rood
2017-07-03Fix T51523: Lattice modifier affecting particles even when disabledLuca Rood
2017-07-03Alembic: fix T51820 for sequence files not loading properly.Sybren A. Stüvel
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-07-02Fix T51947: failure setting sequence.use_proxy/crop/translation to FalseBrecht Van Lommel
2017-06-30Fix T50230: Rigid Body simulation shouldn't step when time is beyond cached areaLuca Rood
2017-06-29Fix T51890: Turning off viewport display for array modifier is blocking dupli...Bastien Montagne
2017-06-28Fix node UI not using translation context correctly.Bastien Montagne
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-26Building w/o Python works againCampbell Barton
2017-06-21Fix T51856: `BKE_mesh_new_from_object()` would often generate default 'Mesh' ...Bastien Montagne
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-19Fix T51774: Children particles hair interpolation not correct with textures o...Bastien Montagne
2017-06-15Cleanup: do not use `BKE_libblock_free_ex()` unless needed!Bastien Montagne
2017-06-15Fix/workaround 'convert object' messing up linked data.Bastien Montagne
2017-06-15Fix serious bug in 'curve-to-mesh' conversion code.Bastien Montagne
2017-06-15Fix potential memory leak in Sequencer sound strip creation code.Bastien Montagne
2017-06-15Fix compilation error with strict cflags after recent const changesSergey Sharybin
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-14Fix three obvious mistakes in brush/mask/cachefile ID copying.Bastien Montagne
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-14Cleanup: Indentation got broken in previous commitSergey Sharybin
2017-06-14Add utility function to free memory used by a datablockSergey Sharybin
2017-06-13Add utility function to get size of given ID typeSergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-09Cleanup: get rid of some now unused animdata ID management custom functions.Bastien Montagne
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-02Cleanup: styleCampbell Barton
2017-06-01Fix bad index use drawing deformed face centersCampbell Barton
2017-05-31Fix bad handling of 'extra' user for groups at their creation.Bastien Montagne
2017-05-31Cleanup: Use more clear parenthesisSergey Sharybin