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
2020-06-30Pointcache: store owner_id instead of object in PTCacheIDJacques Lucke
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2020-02-12Particles: remove unused sel_col and nosel_col fromPhilipp Oeser
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-14Add function to query whether object has any point cacheSergey Sharybin
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-19Particles: Support changing modifiers during particle edit modeSergey Sharybin
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-04-13Cleanup: add utility function to find a single point cache ID.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-06Depsgraph: Use explicit graph API for point cacheSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
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