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
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-21WM: ensure is_repeat isn't copied from the last eventCampbell Barton
2020-10-21Cleanup: early return from animation step, reduce indentation levelCampbell Barton
2020-10-17Cleanup: Reduce variable scope in screen directoryHans Goudey
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-08Cleanup: Use bool instead of intHans Goudey
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-08-30Operator: expose ED_operator_object_active_local_editable_exCampbell Barton
2020-08-22Fix T80013: Crash when toggling maximized areaHans Goudey
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79619: Sequencer window not updating whilst playing animationJeroen Bakker
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-19Cleanup: unused argument warningCampbell Barton
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson
2020-07-15Revert "Cleanup: remove public unused function."Campbell Barton
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne
2020-07-13Cleanup: remove public unused function.Bastien Montagne
2020-07-03Cleanup: Editors/Screen, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01LibOverride: Tweak more poll functions to prevent illegal operations.Bastien Montagne
2020-07-01UI: use term 'Current Frame' instead of 'Playhead'Campbell Barton
2020-06-29Fix T78229: Playhead not refreshing when area is maximizedJeroen Bakker
2020-06-24Cleanup: clang-formatCampbell Barton
2020-06-23Animation: Only update timeline header during playbackJeroen Bakker
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-06-19UI: Avoid rebuilding outliner tree when changing area sizeJulian Eisel
2020-06-19Performance: Never draw channels region during playbackJeroen Bakker
2020-06-19Cleanup: SPACE_ACTION does not have a RGB_TYPE_TOOL_HEADERJeroen Bakker
2020-06-19Cleanup: use bool and enums in `match_region_with_redraws`Jeroen Bakker
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-24Fix T77000: Preferences window can not be opened from script operatorJulian Eisel
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Cleanup: unused warning in last commitCampbell Barton
2020-05-18Cleanup: remove NULL checks from object mode switching take #2Campbell Barton
2020-05-14Cleanup: sync clang-format with masterCampbell Barton
2020-05-12Fix Frame Dropping not dropping the correct amount of framesSebastian Parborg
2020-05-11Merge branch 'blender-v2.83-release'Clément Foucault
2020-05-11Fix T76216 Workbench: Glicht when switching from quad views to normal viewClément Foucault
2020-05-10Cleanup: add ED_screen_areas_iter to clang-format ForEachMacrosJacques Lucke