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-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-12Cleanup: remove unnecessary ifdefCampbell Barton
2022-08-11Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-11Fix T100130: animation player crash on exitBrecht Van Lommel
2022-08-11Fix T66088: Modifier keys ignored when the window doesn't have focusCampbell Barton
2022-08-09Compositor: Rename compositor build optionOmar Emara
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Fix the menu popup location when dropping blend files under WaylandCampbell Barton
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-28Curves: enable density brush when first entering curves sculpt modeJacques Lucke
2022-07-27ID namemap: Add check for consistency.Bastien Montagne
2022-07-27Cleanup: Move wm_dragdrop.c to C++Hans Goudey
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21Fix WM_event_type_mask_test ignoring wheel and gesture eventsCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-21WM: categorize smart-zoom as a gestureCampbell Barton
2022-07-19Fix T99737: Dropping files fails with WaylandCampbell Barton
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-15Fix an increasing bottleneck when key press operator is too slowSergey Sharybin
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-11Fix (studio-reported) crash in ID remapping code on rare cases.Bastien Montagne
2022-07-07UI: Superimposed pin icon for workspace scene pinning in the scene switcherJulian Eisel
2022-07-07Workspaces: Option to pin scene to a workspaceJulian Eisel
2022-07-06Cleanup: spelling in commentsCampbell Barton
2022-07-04Fix use-after-free error when handling events that close windowsCampbell Barton
2022-07-04Cleanup: remove unused WM_event_is_last_mousemoveCampbell Barton
2022-07-01Fix T99301: RNA_boolean_get warning when saving a file for the first timeCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-27Cleanup: Use assert instead of early exit for asset dragging internalsJulian Eisel
2022-06-27Cleanup: remove redundant RNA_struct_property_is_set checkCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-24Cleanup: remove unused function WM_cursor_compatible_xyCampbell Barton
2022-06-23Fix T99083: audio bad in command-line video player (blender -a)Jörg Müller
2022-06-23Fix T99027: Touch typing in text fields results in dropped key pressesCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton