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-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
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14UI: suppress Copy/Paste/Edit Driver options on whole array property fields.Alexander Gavrilov
2019-08-04Add a new Copy As Driver context menu option for properties.Alexander Gavrilov
2019-07-18Fix context menu Remove Shortcut not being available for non-keyboard shortcutsBrecht Van Lommel
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-29Cleanup: Remove Dead CodeAaron Carlisle
2019-05-27UI: use tool label instead of id-names for quick favoritesCampbell Barton
2019-05-21Fix T64912: Crash right clicking on 'Add New Material'Campbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-14Fix T64592: Assign Shortcut does not autosave preferencesBrecht Van Lommel
2019-05-13Preferences: set dirty when editing quick favourites menuCampbell Barton
2019-05-13Fix T64461: Sub-panels allow pinningCampbell Barton
2019-05-10Add ability to create a keyboard shortcut for more mode settings.Sebastian Parborg
2019-05-02Cleanup: use WM_keymap_item_* prefixCampbell Barton