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
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-01Cleanup: Fix warnings in our intern bullet api wrapperSebastian Parborg
2020-07-30Add compound shape for rigid body simulationDavid Vogel
2020-05-09Cleanup: doxy commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-01Cleanup: comments (long lines) in rigidbodyCampbell 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-24Fix T55958: allow the user to select between spring and spring2.Alexander Gavrilov
2018-04-09Use the newer version of the bullet 6dof spring constraint for rigidbody.Alexander Gavrilov
2014-07-18Code cleanupCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-03-05Fix for potential memory leak in Bullet API: freeing dynamic arraysLukas Tönne
2013-12-27Code Cleanup: styleCampbell Barton
2013-12-26Rigidbody: Allow triangle mesh shapes to deform during simulationSergej Reich
2013-12-26Rigidbody: Use own structure to store mesh data for collision shapesSergej Reich
2013-10-25rigidbody: Use bullet's own fixed constraintSergej Reich
2013-08-04add missing NULL check in RB_dworld_export if fopen fails.Campbell Barton
2013-04-25rigidbody: Code cleanupSergej Reich
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-06rigidbody: Code cleanupSergej Reich
2013-02-06rigidbody: Invert spring damping rangeSergej Reich
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin