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-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-17Bugfix: properly rename Null audio device to NoneJörg Müller
2021-03-17Audaspace: porting minor improvements from upstreamJörg Müller
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-15Fix regression with modal operator file load checkCampbell Barton
2021-03-15WM: fallback to regular writing if auto-save can't access undo dataCampbell Barton
2021-03-15Cleanup: refactor auto-save timer usageCampbell Barton
2021-03-15Cleanup: remove unused auto-save read functionCampbell Barton
2021-03-15Cleanup: replace 'timer_ended' with 'timer_end'Campbell Barton
2021-03-15Writefile: only include recovery info in auto-save & quit.blendCampbell Barton
2021-03-15Cleanup: rename G_FILE_RECOVER -> G_FILE_RECOVER_READCampbell Barton
2021-03-15Cleanup: update comments, remove ifdef'd codeCampbell Barton
2021-03-14Cleanup: remove unused "Gizmo" & "Header" keymapsCampbell Barton
2021-03-14Cleanup: use explicit check for WM_KEYMAP_UPDATE_RECONFIGURECampbell Barton
2021-03-14WM: support loading keymaps in background modeCampbell Barton
2021-03-12Cleanup: set the window manager to the updated context on loadCampbell Barton
2021-03-11Fix missing UI updates, caused by own earlier commitJulian Eisel
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-11Fix regression in 2cc5af9c553cfc00b7d4616445ad954597a92d94Campbell Barton
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Fix T86431: Keep memory location of the window manager on file loadCampbell Barton
2021-03-11WM: keep the current state when a blend fails to loadCampbell Barton
2021-03-11Cleanup: split file read and setup into separate stepsCampbell Barton
2021-03-11Cleanup: file loading/recover checksCampbell Barton
2021-03-11Cleanup: Typos in comments (window-manager files)Julian Eisel
2021-03-08Spreadsheet: add boilerplate code for new editor typeJacques Lucke
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-03-08Fix T86384: Click detection fails in some cases with modifiersCampbell Barton
2021-03-08Fix T86106: bpy.types.SpaceView3D.draw_handler_remove(...) causes Blender to ...Germano Cavalcante
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
2021-03-06Cleanup: commentsCampbell Barton
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-03-05Cleanup: remove redundant NULL window checks handling eventsCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-05Cleanup: move check_drag & check_click out of wmEventCampbell Barton
2021-03-05Cleanup: disambiguate 'queue' struct membersCampbell Barton
2021-03-05Cleanup: rename event to event_typeCampbell Barton
2021-03-05Cleanup: rename variables in wm_event_add_ghosteventCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04Fix Saving startup file changing paths of the current fileCampbell Barton
2021-03-04Fix T86231: Saving startup file always remaps relativeCampbell Barton
2021-03-04Cleanup: number literalsCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-03-02Fix click-drag regression in fix for T86116Campbell Barton
2021-03-02WM: log errors when wmWindow.eventstate values are invalidCampbell Barton
2021-03-02WM: window.event_simulate now sets previous values properlyCampbell Barton
2021-03-02WM: use wmEvent.is_repeat instead of previous event checksCampbell Barton
2021-03-02Docs: notes on wmEvent previous state struct member useCampbell Barton
2021-03-01Cleanup: Use LISTBASE_FOREACH and LISTBASE_FOREACH_MUTABLE macroGermano Cavalcante
2021-03-01Fix T86116: Failure to detect click events with modifier heldCampbell Barton