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
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-05-11Cleanup: remove unused baking struct members from soft-bodyCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2018-07-04SoftBody: refactored sbFree()Sybren A. Stüvel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-12Removed all direct uses of BKE_particle.h and DNA_particle_types.h from sourc...Lukas Tönne
2013-03-26style cleanup:Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-06-15sofbody beziers may work nicerJens Ole Wund
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-11-22new property for soft bodiesJens Ole Wund
2009-08-12New point cache file format:Janne Karhu
2009-08-02Softbody now uses the new pointcache code.Janne Karhu
2009-07-26svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20937:21899Campbell Barton
2009-06-25bug fix SoftBody moduleJens Ole Wund
2009-01-042.5Ton Roosendaal
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-10Point Cache RefactoringBrecht Van Lommel
2008-02-01--bug fix (own collection)Jens Ole Wund
2008-01-09quite a load is still hidden behind the define #ifdef _work_on_sb_solverJens Ole Wund
2007-11-27ParticlesBrecht Van Lommel
2006-11-21having a nice break/esc behavior on bakeJens Ole Wund
2005-08-15 - readded DL_VERTS type to store lattice deformed vertsDaniel Dunbar
2005-07-24 - switch displistmesh_to_mesh to just dupalloc the mface'sDaniel Dunbar
2005-07-19 - some missing changes for switch of mesh_modifier toDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-04-19removed my SB hack from particle collision codeJens Ole Wund
2005-04-02Integration stage of Softbody projectTon Roosendaal
2005-01-13big softbody commitJens Ole Wund