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-07-11Cleanup: spelling in commentsCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-27UI: Scrollbar Behavior ChangesHarley Acheson
2022-06-20Refactor: De-duplicate mask operator poll functionsSergey Sharybin
2022-06-16Cleanup: use proper variable nameSergey Sharybin
2022-06-07Keymap: use both left/right modifier keysCampbell Barton
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-05-30Fix polling function for background image removal not checking linked ID.Bastien Montagne
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-09Fix T92331: Duplicated Window Should Not Be ModalHarley Acheson
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-02-22UI: ActionZone Swap Areas Between WindowsHarley Acheson
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-01-28Fix overread warning in screen operatorJulian Eisel
2022-01-13Cleanup: Run `make format`Julian Eisel
2022-01-12Fix T94071: Area Split ImprovementsHarley Acheson
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Fix T93368: Dragging Blends Without PreviewsHarley Acheson
2021-10-26Asset Browser: Improve hint for asset library that isn't foundJulian Eisel
2021-10-26UI: Rename operator to open Preferences windowJulian Eisel
2021-10-26UI: Let object drop operator display hint why it's disabledJulian Eisel
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
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-04Cleanup: rename eRegionType -> eRegion_TypeCampbell Barton
2021-09-17UI: split screenshot area into a separate operatorCampbell Barton
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-09-06UI: Area Split and Join Mouse Cursor FeedbackHarley Acheson
2021-09-04Python: Allow Area Close via ScriptingHarley Acheson
2021-08-26UI: Consistent Area Move Snapping LocationsHarley Acheson
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-08-02Fix T87041: Driver Editor not updated in realtimePhilipp Oeser
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton