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-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31Fix Shape Key retime starting at frame 10Campbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.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-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-06-15Depsgrtaph: Adding shapekey should update relationsSergey Sharybin
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-05-04Cleanup: style & const'sCampbell Barton
2015-03-20Add missing update adding a shape-keyCampbell Barton
2015-03-19CleanupCampbell Barton
2015-03-16Refer to Task 43975: Deleting a Shapekey can break the relative pointersGaia Clary
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-10Fix: Shapekey Basis not updated on editmode exitCampbell Barton
2014-10-21ShapeKeys: rework 'move skey' code, and add options to move to first/last pos...Bastien Montagne
2014-08-10Minor tweak to own previous shapekey_move commit.Bastien Montagne
2014-08-10Fix T41381: Moving shapes keys up/down, after last, they don't go to first (a...Bastien Montagne
2014-05-19Fix T39897: shape keys created while the Relative checkbox is unchecked start...Bastien Montagne
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-15Added poll function to disable "Remove Shape key from object".Jonathan Williamson
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-08Fix #35093: New Basis shape key doesn't act as BasisSergey Sharybin
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton