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
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-02-25Fix entering edit-mode when object mode and edit-data don't matchCampbell Barton
2021-01-22Fix outliner and animation editors exiting multi-object edit-modeCampbell Barton
2021-01-13Cleanup: spellingCampbell Barton
2021-01-08Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-22Cleanup: Use true and false for booleansHans Goudey
2020-11-14Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-14UI: Remove remaining uses of old collection iconNathan Craddock
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-28Fix T82049: material select button now only works for active objectCampbell Barton
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-15UI: Show color tagged collection icons in menusNathan Craddock
2020-09-15Fix T80597: Assigning material slot from Python console failsCampbell Barton
2020-09-11Fix T79464: Crash adding objects without an active screenCampbell Barton
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-07-15Revert "Cleanup: remove public unused function."Campbell Barton
2020-07-13Cleanup: remove public unused function.Bastien Montagne
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-03Cleanup: Deduplicate code for finding context objectHans Goudey
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30LibOverride: Fix lots of poll functions for Object operators.Bastien Montagne
2020-06-19Cleanup commented separator.Pablo Vazquez
2020-06-18UI: Place "New Collection" item above list in Move/Link to Collection menuPablo Vazquez
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-03Cleanup: remove ED_gpencil_setup_modes from object mode setCampbell Barton
2020-06-02Merge branch 'blender-v2.83-release'Campbell Barton
2020-06-02Cleanup: code comments for mode switchingCampbell Barton
2020-06-01Merge branch 'blender-v2.83-release'Campbell Barton
2020-06-01Fix T77217: Object mode toggle doesn't workCampbell Barton
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Cleanup: remove NULL checks from object mode switching take #2Campbell Barton
2020-05-18Revert "Cleanup: remove redundant active object NULL check & poll"Jeroen Bakker
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Fix extra undo step when switching object modesCampbell Barton
2020-05-13Cleanup: remove redundant active object NULL check & pollCampbell Barton
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-16UI: disable shade flat/smooth in sculpt modeCampbell Barton
2020-04-16Object: only apply smooth/flat to the active object in paint modesCampbell Barton
2020-04-16Cleanup: use sections for object_edit.cCampbell Barton
2020-04-16Logging: log warnings which had been disabled since 2.4xCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: split ED_mesh_mirror_*_table into multiple functionsCampbell Barton
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel