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-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-01Fix T91507: Crash when calling context menu from confirmation popupJulian Eisel
2021-10-22Fix panel pinning showing for instanced panels (e.g. FCurve modifiers)Philipp Oeser
2021-10-21Assets: Allow specific data-block types to be enabled by defaultJulian Eisel
2021-10-21Cleanup: Use array as a parameter for event x/y functionsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-08UI: Add context menu support for tree-view itemsJulian Eisel
2021-08-31Fix assigning shortcuts that include array indicesCampbell Barton
2021-08-31Fix logical error resolving RNA pathsCampbell Barton
2021-08-19UI: add function to access the buttons text without it's shortcutCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-07-21Cleanup: Move reorganize asset filesJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-08Cleanup: spellingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-15UI: Support right aligned non-shortcut hints in widgetsJulian Eisel
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-04-07UI: Remove confusing "Unset" context menu entryJulian Eisel
2021-03-11UI: Add Copy Full Data Path to RMB menuAaron Carlisle
2021-03-10Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
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-04Cleanup: use const variablesCampbell Barton
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-04Cleanup: Declare variables where initializedHans Goudey
2020-08-28Fix T80195: crash when invoking tooltips on MacOSGermano Cavalcante
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Cleanup: Use unsigned int when for enum values, instead of signed int.Bastien Montagne
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-10-21Fix invalid property shortcuts being createdCampbell Barton
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-09-02UI: Don't show button context menu for drag-labelsJulian Eisel
2019-08-27Cleanup: clang-formatCampbell Barton
2019-08-27UI: add title to assign shortcut popup, tweak paddingYevgeny Makarov
2019-08-24UI: Various tooltip corrections and fixesWilliam Reynish