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
2017-09-08Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-09-06Fix T52374: Changes of rigid body related settings during simulation will bre...Sergej Reich
2017-07-04Fix T51703: Rigid body with delta transform jumps when transformingLuca Rood
2017-07-04Better fix for rigid body not resimulatingLuca Rood
2017-07-04Fix rigid body not resimulating after cache invalidationLuca Rood
2017-06-30Fix T50230: Rigid Body simulation shouldn't step when time is beyond cached areaLuca Rood
2017-06-15Fix compilation error with strict cflags after recent const changesSergey Sharybin
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2016-12-13Fix strict compiler error when building without bulletSergey Sharybin
2016-12-12Cleanup: Get rid of unused BKE_rigidbody_relink_constraint().Bastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-08Fix memory leak when Blender is build without Bullet and files with RB is openedSergey Sharybin
2016-11-07Expose Bullet rotational spring settings in the UI.Alexander Gavrilov
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
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