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
2022-10-04Fix T101510: Incorrect context for running data unlink from template IDJulian Eisel
2022-09-30Fix T100141: Header Alignment of New EditorsCampbell Barton
2022-09-21Fix 101000: color picker colors drift above 1 for some OCIO configurationsBrecht Van Lommel
2022-09-21UI: Add shift-click hint to library overrides button tooltipJulian Eisel
2022-09-03Fix T100731: Keymap Editor context menu crashPhilipp Oeser
2022-08-28Fix crashes running operators in invalid contextsCampbell Barton
2022-08-24LibOverride: Fix (unreported) crashes in some cases, preserve active object o...Bastien Montagne
2022-08-24Cleanup: rename new IDTemplate operator to create overrides to `make`.Bastien Montagne
2022-08-22Fix T100527: Right click in the attribute name field crashes blender.Bastien Montagne
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-18Fix T100475: Crash on undoing the created override from ID template.Bastien Montagne
2022-08-18LibOverride: Fix more crashes when creating overrides from IDTemplates.Bastien Montagne
2022-08-18Fix T100423: Addon's custom context menu entries get overridden by other addonsLuca Rood
2022-08-18Fix T100476: Shift click to create overrides on objects not working.Bastien Montagne
2022-08-17LibOverride: Remove the 'make all editable' user preferences.Bastien Montagne
2022-08-17LibOverride: Add Make/Reset/Clear entries to IDTemplate contextual menu.Bastien Montagne
2022-08-16Fix T100412: LibOverride: shift click on the modifier link button do not crea...Bastien Montagne
2022-08-15Fix status bar keymap items during modal operationsDamien Picard
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-09I18n: make more parts of the UI translatableDamien Picard
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-02LibOverride: Add 'editable/clear' toggle to ID template.Bastien Montagne
2022-07-21Cleanup: formatCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-20UI: Remove redundant view reference in view itemsJulian Eisel
2022-07-20Fix missing registration of grid view items in the viewJulian Eisel
2022-07-19UI Code Quality: Move eyedropper files to own folderJulian Eisel
2022-07-19Cleanup: Improve API and documentation of interface_view.ccJulian Eisel
2022-07-19UI Code Quality: Move view related files to own folderJulian Eisel
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-07-19UI: Add AbstractViewItem base classJulian Eisel
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-14Correct error with IME from d6fef73ef110eb43756b7b87c2cba80abae3b39fCampbell Barton
2022-07-14UI: translate tooltips coming from menu descriptionsDamien Picard
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-12UV: Box and lasso selection for partially intersecting edgesSiddhartha Jejurkar
2022-07-11Cleanup: Remove unused operator name storage in UI listsJulian Eisel
2022-07-07LibOverride: Make fully editable when creating an experimental user setting.Bastien Montagne
2022-07-07UI: Superimposed pin icon for workspace scene pinning in the scene switcherJulian Eisel
2022-07-07Cleanup: Improve variable nameHans Goudey
2022-07-04Cleanup: Correct UI view commentsJulian Eisel
2022-07-04Cleanup: correct function signature for UI_block_add_view for grid_viewCampbell Barton
2022-07-03UI: Move rename buffer management to new view base classJulian Eisel
2022-07-03UI: Add AbstractView base class for views, unify reconstruction in thereJulian Eisel
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-27UI: Scrollbar Behavior ChangesHarley Acheson
2022-06-26Cleanup: Clang tidyHans Goudey