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-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-21Fix T59673: wrong B-Bone handle references when duplicating bones.Alexander Gavrilov
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-10-12Rename: multi_changed > changed_multiDalai Felinto
2018-10-07Cleanup: styleCampbell Barton
2018-10-06Multi-Objects: ARMATURE_OT_symmetrizeDalai Felinto
2018-10-05Multi-Objects: ARMATURE_OT_duplicateDalai Felinto
2018-10-05Multi-Objects: ARMATURE_OT_click_extrudeDalai Felinto
2018-10-05Fixes for ARMATURE_OT_extrude / ARMATURE_OT_extrude_moveDalai Felinto
2018-10-05Multi-Objects: ARMATURE_OT_extrude / ARMATURE_OT_extrude_moveDalai Felinto
2018-10-04Move B-Bone custom handle settings to Edit mode.Alexander Gavrilov
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-04-16Multi-Object EditingCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-28Fix T52685: Flip names for bones its not working.Bastien Montagne
2017-11-19Cleanup - StyleJoshua Leung
2017-11-19Fix T53300: Bone Extrude via Ctrl + Click is not done from active bone tailJoshua Leung
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-05-20Fix T48470: Bendy Bones: Custom Handle References not being cleared when bone...Joshua Leung
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-15Fix T48425: Armature Symmetrize is flipping Custom Shape parameter.Bastien Montagne
2016-03-09Fix T47723: Custom shape not copied w/ edit-boneCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2015-03-19Correct recent armature symmetrizeCampbell Barton
2015-03-19Armature Symmetrize toolCampbell Barton
2015-03-19Cleanup: style (armature duplicate)Campbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne