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-10-20Fix T92368: LMB mouse events (Selecting, doubleclicks etc) are brokenJulian Eisel
2021-10-20Fix T92347: Append function excludes Collections that do not contain Objects ...Bastien Montagne
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20View3D: Cursor Snap RefactorGermano Cavalcante
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-19Fix T92224: Refactor of append code unexpectedly changed behavior with 'local...Bastien Montagne
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-10-18WM: support setting the operators idle cursorCampbell Barton
2021-10-18Fix frame overlay not refreshing the sequencer previewCampbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-16Fix T92252: User after free when opening file after Blender startsCampbell Barton
2021-10-15Fix crash handling tool-keymap eventsCampbell Barton
2021-10-15Fix is_repeat being set for in between mouse-move eventsCampbell Barton
2021-10-15Fix crash using menu search without an active areaCampbell Barton
2021-10-15Cleanup: use const for context argumentCampbell Barton
2021-10-12Cleanup: Typo in comment.Bastien Montagne
2021-10-12WindowManager: Keep track or the source library when appending.Jeroen Bakker
2021-10-12XR Controller Support Step 3: XR EventsPeter Kim
2021-10-08WM: always reset message-bus on file loadCampbell Barton
2021-10-07Fix screenshot editor showing status text in the editorCampbell Barton
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-10-06Keymap: ignore the fallback keymap when "Active Tool" is setCampbell Barton
2021-10-06Fix handling of overrides during append.Bastien Montagne
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05Fix T86379: When using "Append" not handling properly RigidBody constraintsBastien Montagne
2021-10-05XR: Add runtime window area for XR eventsPeter Kim
2021-10-04Keymap: print more verbose output for --debug-handlersCampbell Barton
2021-10-04Asset Browser: Support dragging assets into catalogsJulian Eisel
2021-10-01Fix T91834: Appending objects with shape keys into new file is broken.Bastien Montagne
2021-09-30Fix possible use-after-free in drag-drop handling logicJulian Eisel
2021-09-29Fix T89864: Adding an asset referencing other objects adds it to scene but on...Bastien Montagne
2021-09-29Assets: Expose option to reuse data-block data when appendingJulian Eisel
2021-09-28Cleanup: convert compositor nodes to c++Aaron Carlisle
2021-09-28VSE: Implement sanity check for files with more channels than supportedDalai Felinto
2021-09-27Fix two issues with recent new Append code.Bastien Montagne
2021-09-24LibOverride: Deprecate Proxies: Add auto-conversion on file load.Bastien Montagne
2021-09-23WM: gestures now activate immediately on mouse pressCampbell Barton
2021-09-23LibLink: Modify WM API to link/append one ID to take flag parameter.Bastien Montagne
2021-09-23LibLink Append: Expose 'reuse ID' through new BLO flag, and add basic tests.Bastien Montagne
2021-09-23LibLink Append: Fix 'reused ID' case keeping linked data around.Bastien Montagne
2021-09-23Cleanup: proper handling of `LIB_TAG_DOIT` in append code.Bastien Montagne
2021-09-23Append: Reuse local data: remove limitation on directly selected data.Bastien Montagne
2021-09-23Link/Append: Refactor flags.Bastien Montagne
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-22Initial implementation of local ID re-use when appending.Bastien Montagne
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21UI: Style drag-drop indicators as tooltipsPablo Vazquez
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel