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-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Robert Guetzkow
2020-11-05Fix T80043: missing Cycles displacement update when relinking output socketsBrecht Van Lommel
2020-11-05Fluid: Potential fix for T74559: Adaptive Domain creates lines in smokeSebastián Barschkis
2020-11-05Fix T82428: Cycles crashes when building volume meshesKévin Dietrich
2020-11-05Fluid: Potential fix for T74559: Adaptive Domain creates lines in smokeSebastián Barschkis
2020-11-04Cycles: fix another race condition in Geometry synchronizationKévin Dietrich
2020-11-04Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-04macOS: remove deprecated touch event API callBrecht Van Lommel
2020-11-04Fix T82016: Cycles assert with empty OpenVDB volumesBrecht Van Lommel
2020-11-04Fix Cycles volume render differences with NanoVDB when using linear samplingPatrick Mours
2020-11-04Cycles: fix multithreading issue introduced in previous commitKévin Dietrich
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-11-03Cycles: add support for BVH refit in OptiXKévin Dietrich
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-11-03Cycles: immediately store the used_shader list in Blender interface.Alexander Gavrilov
2020-11-03Fix T64138: Windows Ink continuous grab at window edge.Nicholas Rishel
2020-11-02Fix Cycles kernel compile error with NanoVDB because of type redefinitionPatrick Mours
2020-10-31Cycles: Fix debug compilation after tile stealing commitLukas Stockner
2020-10-31Cycles: Implement tile stealing to improve CPU+GPU rendering performanceLukas Stockner
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-31Previous check seems to have a race condition, resulting in Wintab not being ...Nicholas Rishel
2020-10-31Add explanation for dequing Wintab PACKETs during WT_PACKET event into a loca...Nicholas Rishel
2020-10-31Commented assumption was incorrect, using tickCountToMillis causes underflow ...Nicholas Rishel
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