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
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-28Prevent copying too much in the Rigid Body simulationSybren A. Stüvel
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-09Use the newer version of the bullet 6dof spring constraint for rigidbody.Alexander Gavrilov
2018-03-18Merge branch 'master' into blender2.8Bastien Montagne
2018-03-18Fix ugly recursive pattern in RNA PointCache data layout.Bastien Montagne
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
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-11-07Merge branch 'master' into blender2.8Bastien Montagne
2016-11-07Expose Bullet rotational spring settings in the UI.Alexander Gavrilov
2016-04-30Removed DNA for point caches.temp_remove_pointcacheLukas Tönne
2016-04-29Removed PointCache RNA struct definition and uses.Lukas Tönne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-11BGE: Add icons to collision shapes.Thomas Szepe
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-10-15Fix T42239, missing redraw notifier when switching collision shapes.Lukas Tönne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-09Code Cleanup: styleCampbell Barton
2013-12-26Rigidbody: Allow triangle mesh shapes to deform during simulationSergej Reich
2013-12-26Rigidbody: Add option to choose mesh source for collision shapesSergej Reich
2013-10-03rigidbody: Flag bodies for validation when changing shapeSergej Reich
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-04-29Usual UI messages fixes...Bastien Montagne
2013-04-25Fix rigid body world Solver Iterations not showing in UI and throwing python ...Brecht Van Lommel
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-09code cleanup: abbreviations ob, con - aren't normally used in global identifi...Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24rigidbody: Allow collision groups to be animatedSergej Reich
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-12rigidbody: No need to update mass when changing rigid body typeSergej Reich
2013-02-09rigidbody: Don't use icons for constraint typeSergej Reich
2013-02-06rigidbody: Don't use units for spring stiffnessSergej Reich
2013-02-05rigidbody: Don't allow collision shape to be animatedSergej Reich
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-24style cleanupCampbell Barton
2013-01-23make bullet optional againCampbell Barton
2013-01-23rigidbody: Add generic spring constraintSergej Reich