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-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-13Removed remaining use of pointers to particle types as well as boids headers.Lukas Tönne
2016-04-13Removed particle DNA.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2016-04-02Fix T47971: rigid body baking crash due to thread race condition.Brecht Van Lommel
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-17Point Cache: use job system for bake operators.Kévin Dietrich
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-01-20Removed unused particles pointer from particle edit data.Lukas Tönne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-09-03Related to #36532: show message in modifier when cloth point cache read fails,Brecht Van Lommel
2013-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23sim: Remove "continue physics" codeSergej Reich
2012-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-06-16Dynamic Paint:Miika Hamalainen
2011-06-16Dynamic Paint:Miika Hamalainen
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-10Compiler warning fixes for the same point cache things Joshua tried to fix ea...Janne Karhu
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09Replace uint32_t in pointcache code with unsigned int as it's supported in dnaJanne Karhu
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-04-13Fix for [#21983] Entering Particle Edit mode crashJanne Karhu
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-21Big cleanup of particle system core, also some minor pointcache cleanup. Shou...Janne Karhu
2010-03-09Point cache optimization: only cache particles that are alive.Janne Karhu
2010-02-25Fix for [#19955] 2.5 Particles are calculated wrong when object has any trans...Janne Karhu