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
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-10-04Fix assert when deleting a RBW constraint object.Bastien Montagne
2019-08-08Fix T52551: undo causes crash after enabling a new rigid body when scene uses...Bastien Montagne
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-06-24Fix T63828, T62005: copy/paste or append loses rigid body objectBrecht Van Lommel
2019-04-22Cleanup: style, use braces for editorsCampbell 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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-27Fix T59884: Rigidbody Calculate Mass Sets Mass to 0Philipp Oeser
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-20Depsgraph: add some missing depsgraph tags when relations change.Brecht Van Lommel
2018-06-19Remove rigid body from rbw->group when deletingSybren A. Stüvel
2018-06-14Give RigidBodyWorld collection a fake userSybren A. Stüvel
2018-06-12Cleanup: moar removal of G.main in BKE area...Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-06-06Fix T48582: Rigidbody simulation issue with new depsgraphSergey Sharybin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-03Rigidbody: Fix viewport update when changing collision shape in toolbarSergej Reich
2014-11-28Cleanup: unused headersCampbell Barton
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-06-01Fix T40447: Creating Rigid Bodies is rejected for meshes without polys.Lukas Tönne
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-01-08Fix T38112: Rigid Body can't be created for objects with linked meshSergej Reich
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-05-17rigidbody: Add missig notifiers for add/remove operatorsSergej Reich
2013-04-09rigidbody operators poll functions were mixing up CTX_data_active_object/ED_o...Campbell Barton
2013-04-09code cleanup: abbreviations ob, con - aren't normally used in global identifi...Campbell Barton
2013-04-09Pressing Ctrl+R when blender was built without bullet would crash.Campbell Barton
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-10Rigid body UI: add translation to materials' names (density collection).Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-12rigidbody: Don't cancel add operator if rigid body already existsSergej Reich
2013-02-12rigidbody: Clean up wm notifiers in rigid body operatorsSergej Reich
2013-02-09rigidbody: Add missing updates for rigidbody operatorsSergej Reich
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-27Bunch of fixes for UI messages.Bastien Montagne