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
path: root/intern
AgeCommit message (Expand)Author
2020-10-31Cleanup: rename functions for consistency with other process*Events functions.Nicholas Rishel
2020-10-31Cleanup: Use C style comments, punctuation, and capitalization.Nicholas Rishel
2020-10-31Remove Wintab logging.Nicholas Rishel
2020-10-31Add Wintab debug logging as a CMake option WITH_WINTAB_DEBUG.Nicholas Rishel
2020-10-31Finish the comment's thought explaining pessimistic button ups events forNicholas Rishel
2020-10-31Return of the Wintab refactor.Nicholas Rishel
2020-10-31Before a wintab button event is generated, generate a GHOST mouse moveNicholas Rishel
2020-10-31Adding explanitory comment to explain why tablet API check is necessaryNicholas Rishel
2020-10-31When there are not associated button events, assume there is no buttonNicholas Rishel
2020-10-31Clarify comment to be more specific so that in the future someone knowsNicholas Rishel
2020-10-31Save Wintab packets to a local queue as WT_PACKET events arrive or whenNicholas Rishel
2020-10-31Correcting the type for indexing Wintab buttons.Nicholas Rishel
2020-10-31Change updateWintab interface to include whether window is visible so thatNicholas Rishel
2020-10-31Revert "Mask all button down/up and switch back to using relative button input."Nicholas Rishel
2020-10-31Fix type for physicalButton in wintabMouseToGhost.Nicholas Rishel
2020-10-31Fix return value of WTPacketsGet.Nicholas Rishel
2020-10-31Move assignments into initializer list for GHOST_EventButtonNicholas Rishel
2020-10-31Mask all button down/up and switch back to using relative button input.Nicholas Rishel
2020-10-31Document inline that PACKETDATA and PACKETMODE modify external headers toNicholas Rishel
2020-10-31Allow double button up, otherwise there may be a trailing 0 pressure line.Nicholas Rishel
2020-10-31Fix T75566Nicholas Rishel
2020-10-31Button events now include tabletdata, so move is unnecessary.Nicholas Rishel
2020-10-31Revert "Revert "Windows: support high resolution tablet pen events for Wintab""Nicholas Rishel
2020-10-30Fluid: Removed binary_python from fluid scriptSebastián Barschkis
2020-10-30Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-10-30Fix T82027, T81718: Cycles crash with volume animation playbackBrecht Van Lommel
2020-10-30Fluid: Switch to binary_pythonSebastián Barschkis
2020-10-30Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-10-30Fix Cycles map range node missing clamp socketBrecht Van Lommel
2020-10-30Merge remote-tracking branch 'origin/blender-v2.91-release'Dalai Felinto
2020-10-30Fluid: Added APIC simulation methodSebastián Barschkis
2020-10-30Fix macOS mouse positions inaccuracyBrecht Van Lommel
2020-10-29Cycles: silence unused variable warningDalai Felinto
2020-10-29Merge branch 'blender-v2.91-release'Kévin Dietrich
2020-10-29Fix T82129: Cycles "Persistent Images" incorrectly retains scene dataKévin Dietrich
2020-10-29Cycles: abort rendering when --cycles-device not foundBrecht Van Lommel
2020-10-29Libmv: Fix clang inconsistent-missing-override warnings.Ivan Perevala
2020-10-28Cycles: internal support for alpha output for attribute nodeAlexander Gavrilov
2020-10-28Cycles: internal support for per-instance and per-geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to make attribute lookup slightly more efficientBrecht Van Lommel
2020-10-28Cycles: internal support for float4 geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to split surface and volume attribute lookup moreBrecht Van Lommel
2020-10-28Tracking: Simplify configuration of intrinsics to refineSergey Sharybin
2020-10-28Libmv: Fix typo in packed intrinsicsSergey Sharybin
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-26Cycles: Add support for OptiX 7.2 SDKPatrick Mours
2020-10-26Merge branch 'blender-v2.91-release'Philipp Oeser
2020-10-26Fix T69911: Adaptive subdivision offscreen dicing does not work correctly if ...Philipp Oeser