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-06-15UI: Support right aligned non-shortcut hints in widgetsJulian Eisel
2021-06-11Add option to link assets on drag & dropJulian Eisel
2021-04-29Cleanup: Use const argument for contextHans Goudey
2021-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
2021-04-20Cleanup: uiBut.flag had an internal flag out of the documented rangeCampbell Barton
2021-04-19Fix T85223: Some modifier panels can dissapear in old filesHans Goudey
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-03-19Cleanup: rename x1/x2/y1/y2 to x/y/width/heightJacques Lucke
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-02UI: Rename search button variableHans Goudey
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-21UI: Correct the text alignment in the quick setup (splash screen) dialogYevgeny Makarov
2021-02-18Fix failing "Edit Source" (asserts) while number slider was visibleJulian Eisel
2021-02-18Cleanup: Use const argument, decrease variable scopeHans Goudey
2021-02-13Cleanup: spellingCampbell Barton
2021-02-08Fix for T84038: Improved Report WarningsHarley Acheson
2021-01-27UI: Tooltip for data-block selector menus, showing full name and library infoJulian Eisel
2021-01-27Cleanup: Use const parameters for active button lookups/testsJulian Eisel
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-25UI: Round-box drawing cleanupHarley Acheson
2021-01-25Cleanup: remove unused UI_draw_roundbox_shade_y functionCampbell Barton
2021-01-24UI: Viewport Navigate Gizmo RefactorHarley Acheson
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-05Cleanup: remove redundant RNA_types.h header from UI_interface.hCampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
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-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov
2020-12-04Cleanup: Use typedef for button string info typeHans Goudey
2020-11-05Cleanup: Use const for function argumentsHans Goudey
2020-11-05Cleanup: Make panel function staticHans Goudey
2020-10-16Property Search: Reset panel expansion when exiting searchHans Goudey
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-13UI: Add highlight arguments to tab buttonsHans Goudey
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Cleanup: Make function privateHans Goudey
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Remove unused functionHans Goudey
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-16Cleanup: spellingCampbell Barton
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock