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-05-07Fix PlayAnim issue with images gradually loading into cacheCampbell Barton
2021-05-07Cleanup: move frame caching into functionsCampbell Barton
2021-05-07Cleanup: extract image loading into it's own functionCampbell Barton
2021-05-07Fix use of imbuf that was never valid in animation playerCampbell Barton
2021-05-07Cleanup: minor changes from master to avoid merge conflictsCampbell Barton
2021-05-07Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-07Fix T81751: Use GLSL for better anim player performanceRichard Antalik
2021-05-06Cleanup: Move PlayAnim frame-cache variables into a structCampbell Barton
2021-05-06Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-05-05Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-05Fix PlayAnim error applying cache limiterCampbell Barton
2021-05-05PlayAnim: add in missing define checkCampbell Barton
2021-05-03WM: disable idle event handling timer when simulating eventsCampbell Barton
2021-05-03Cleanup: use boolean for has_event variable & return valueCampbell Barton
2021-04-30Cleanup: use 'else if'Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix crash running window operators in background modeCampbell Barton
2021-04-28WM: quiet event warning when unknown keys are pressedCampbell Barton
2021-04-25Revert "Info Editor: move to c++"Ray Molenkamp
2021-04-24Info Editor: move to c++Jacques Lucke
2021-04-24Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-24Fix T85567: Crash accessing gizmo group on `__del__`Campbell Barton
2021-04-23Cleanup: clang-formatCampbell Barton
2021-04-23Fix T86566: Do Not Close if File Cannot Be SavedHarley Acheson
2021-04-21UI: Use proper close file dialog for "Restore Last Session"Julian Eisel
2021-04-21Cleanup: Deduplicate file closing dialog logicJulian Eisel
2021-04-21Cleanup: Create/use types for generic WM callbacksJulian Eisel
2021-04-20Cleanup: add CTX_wm_operator_poll_msg_clearCampbell Barton
2021-04-19Fix drag event leaving the gizmo not under the cursor highlightedCampbell Barton
2021-04-19Cleanup: re-order gizmo handling checksCampbell Barton
2021-04-19Fix spin-gizmo button tool-tip placementCampbell Barton
2021-04-16Fix missing owner_id values from 919558854d624f5db40acfa9f5674ac8c94873b6Campbell Barton
2021-04-16WM: remove redundant click-drag offset for gizmo highlight checkingCampbell Barton
2021-04-16WM: prevent drag events being continually testedCampbell Barton
2021-04-16Fix T65064: Keymaps items controlling dynamic enums fail to exportCampbell Barton
2021-04-13Cleanup: redundant struct declarationsCampbell Barton
2021-04-13Fix snap gizmo flickering while draggingCampbell Barton
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-18Fix missing view3d updates after recent NC_SPACE notifier filtersPhilipp Oeser
2021-03-18Cleanup: spellingCampbell Barton
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