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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2020-08-28Fix Rigidbody depsgraph passive and constraint transform relations.Sebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-10-04Fix assert when deleting a RBW constraint object.Bastien Montagne
2019-07-16Fix T66944: Rigid Body Constraint in duplicated collection is not added to Ri...Bastien Montagne
2019-06-24Fix T63828, T62005: copy/paste or append loses rigid body objectBrecht Van Lommel
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell 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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-12Fix (unreported) Broken rigidbody requirements when adding objects to a RB co...Bastien Montagne
2018-12-10Proper fix for rigidbody collections's objects missing rb data.Bastien Montagne
2018-06-28Prevent copying too much in the Rigid Body simulationSybren A. Stüvel
2018-06-19Remove rigid body from rbw->group when deletingSybren A. Stüvel
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
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
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2016-12-12Cleanup: Get rid of unused BKE_rigidbody_relink_constraint().Bastien Montagne
2015-10-08Add rigidbodyworld to id looper.Bastien Montagne
2015-07-19Cleanup: styleCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2013-12-27Rigidbody: Code cleanupSergej Reich
2013-11-01code cleanup: spellingCampbell Barton
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-07rigidbody: Fix/workaround for transforming rigid bodies with parentsSergej Reich
2013-03-03rigidbody: Fix inconsistency with world rebuildingSergej Reich
2013-02-16rigidbody: Further fix for background scenesSergej Reich
2013-02-09rigidbody: Relink constraints when duplicating objectsSergej Reich
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich