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
2015-10-08Fix compilation error with bullet disabledSergey Sharybin
2015-10-08Add rigidbodyworld to id looper.Bastien Montagne
2015-07-21Cleanup: styleCampbell Barton
2015-07-20Minor edits for consistencyCampbell Barton
2015-07-19Cleanup: styleCampbell Barton
2015-07-19Convert rigidbody conversion to looptri.Antony Riakiotakis
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-02-10Fix T43611: Collision shape of rigid bodies changes inadvertentlySergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Code cleanupCampbell Barton
2014-07-17Cleanup: dead codeCampbell Barton
2014-07-16Clean up of dead code.Bastien Montagne
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-14Dirty fix for memory corruption in the rigid body API.Lukas Tönne
2014-05-12Fix crash removing objects rigid body constraintsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-01-29Fix T38388: Creating a new scene with full copy sets rigidbody collision shap...Sergej Reich
2014-01-04Rigidbody: Code cleanupSergej Reich
2013-12-30Code Cleanup: unused defines & styleCampbell Barton
2013-12-27Rigidbody: Code cleanupSergej Reich
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-12-26Rigidbody: Add option to choose mesh source for collision shapesSergej Reich
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-09-29Fix [#36847] If Force Field in Ridgid Body group, crash at first frame of ani...Bastien Montagne
2013-07-21Fixes for recent Wlimit stuff, which makes strict gcc freak outSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-04rigidbody: Code clenupSergej Reich
2013-07-04rigidbody: Remove constraint when removing one of it's objectsSergej Reich
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-25style cleanupCampbell 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-27sequencer gapsCampbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-03rigidbody: Revert to running simulation on frame updateSergej Reich
2013-03-03rigidbody: Fix inconsistency with world rebuildingSergej Reich
2013-02-25rigidbody: Don't embed collision margin if object has no volumeSergej Reich
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-20rigidbody: Properly handle constrained objects not having rigid bodiesSergej Reich
2013-02-20rigidbody: Don't run simulation if cache is bakedSergej Reich
2013-02-17code cleanup: change order of args in void BKE_object_where_is_calc_time_ex()...Campbell Barton