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
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01'make links': rename group -> collection in enum in UIPhilipp Oeser
2019-01-31Depsgraph: remove features incompatible with new system.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23Fix T60791: Don't show automatic weights option when not supportedJacques Lucke
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-02Cleanup: indentation, namingCampbell Barton
2018-12-19Fixes for particle system and physicsSergey Sharybin
2018-12-14Fix T58351: Make Single User crashesDalai Felinto
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-28Fix T56906: Mesh from Curve not working on curves beveled by curves.Bastien Montagne
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-12Remove AnimMapper: it has been left unimplemented for almost ten years.Alexander Gavrilov
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-10-30Fix T57512: Creating a full copy scene doens't support parenting.Bastien Montagne
2018-10-24Fix T57361: Creating a new scene with a full copy doesn't work.Bastien Montagne
2018-10-22Followup to previous change, reduce number of relations updatesSergey Sharybin
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-25Curves: Move draw options to overlaysClément Foucault
2018-09-02Cleanup: styleCampbell Barton
2018-08-30GP: New Armature modifier and tools to handle weightsAntonioya
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-08-18Static Override: link newly overridden collection to scene.Bastien Montagne
2018-08-16Static Override: fix part of the issues with new Collections.Bastien Montagne
2018-08-03Add missing single user management for grease pencil materialsAntonioya
2018-07-31Respect ID user count when creating pose on object copySergey Sharybin
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: replace UI draw callbacks w/ property pollCampbell Barton
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-24Fix T56081: crash with make static override and linked collection.Brecht Van Lommel
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-22Multires: Move away from using scene from modifier dataSergey Sharybin
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-12Cleanup: moar removal of G.main in BKE area...Bastien Montagne