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-01-29Fix T83988: Active modifier outline uses search theme colorHans Goudey
2021-01-28Fix alpha transparency slider range being influenced by RGB valuesBrecht Van Lommel
2021-01-28Fix T83935: Superimposed icon's hotspot is misalignedYevgeny Makarov
2021-01-28Fix T85107: Active tool doesn't update when mouse is already over itCampbell Barton
2021-01-28Fix T83539: 'activate_init' fails with buttons that have popupsCampbell Barton
2021-01-28Fix T84931: Keys that open menus can also activate menu itemsCampbell Barton
2021-01-26Fix library name clipping most of the data-block name in data-block menusJulian Eisel
2021-01-22Fix: Mouse presses in some areas do not set active modifierHans Goudey
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-13Asset System: Disable Asset Browser as experimental featureJulian Eisel
2021-01-13Fix memory leak with image drag and dropCampbell Barton
2021-01-08Fix T83868: Disabled or inactive list items are not grayed outHans Goudey
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2021-01-05Fix T84367: Fix crash when showing invalid/legacy constraintsPhilipp Oeser
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2021-01-05Cleanup: Use flag type explicitlyHans Goudey
2021-01-05Fix T84183: Dark area in the bevel custom profile widgetPi Lanningham
2021-01-04Cleanup: use const variablesCampbell Barton
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-23Fix incorrect debugging text in extra operator icons for buttonsJulian Eisel
2020-12-23Cleanup: Move functions to new ED (editor) operators file & general cleanupJulian Eisel
2020-12-22UI: keep image open button always visible in image editor datablock selectorBrecht Van Lommel
2020-12-21Cleanup: Reduce indentationHans Goudey
2020-12-21UI: Use better icon for identifying assetsJulian Eisel
2020-12-19Cleanup: Use typedef for UI emboss type enumHans Goudey
2020-12-19Fix T83868: Button animation states no longer visible without embossHans Goudey
2020-12-18Cleanup: Declare variables where initializedHans Goudey
2020-12-18Cleanup: Use bool instead of intHans Goudey
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-17Cleanup: renaming and code deduplication for color space clarity in pickerBrecht Van Lommel
2020-12-17Color Management: use scene linear HSV for number buttons in color pickersBrecht Van Lommel
2020-12-16Fix possible crash with custom (add-on defined) iconsEric Cosky
2020-12-16UI: Indicate asset data-blocks with an icon in Outliners & search menusJulian Eisel
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-12-15Asset System: Support custom asset library paths through PreferencesJulian Eisel
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-15Cleanup: spellingCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-13Cleanup: Reduce variable scope in view_2d_ops.cHans Goudey
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-11Cleanup: Fix typo in comment.Bastien Montagne
2020-12-11Workaround T83651: Crash dragging multiple buttons in the clip editorCampbell Barton
2020-12-10Cleanup: avoid '_ln' suffixCampbell Barton
2020-12-07Fix T83296: Unknown actions no longer perform an undo pushGreg Neumiller
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov