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-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
2020-05-03Audaspace: update from upstreamJörg Müller
2020-04-17Fix toggling quad-view loosing 3D view clippingCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-26Fix crashes from various missing checks in operator poll functionsCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-24Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-21Cleanup: remove unused ScreenAnimData.refreshCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-093D View: support axis views with axis-aligned rollCampbell Barton
2020-01-28UI: Edit Menu - Undo History List and Operator PollingHarley Acheson
2020-01-22Fix T73191: Buttons in lower left of Preferences brokenJulian Eisel
2020-01-16Fix wrong usages of region align enumerationsJulian Eisel
2020-01-03UI: scale region hide threshold by zoom levelCampbell Barton
2020-01-03Fix gizmos flickering when resizing regionsCampbell Barton
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-08Merge branch 'blender-v2.81-release'Philipp Oeser