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-10-31BLI_path: only operate on native path slashes for BLI_path_joinCampbell Barton
2022-10-31make_update: support updating "lib" as a single repositoryCampbell Barton
2022-10-31make_update: add type hintsCampbell Barton
2022-10-31Cleanup: quiet warning building with MSVC (_CONCAT redefined)Campbell Barton
2022-10-30Fix T102126 Regression: Grease Pencil: Broken 2D LayeringClément Foucault
2022-10-30Fix T102163: GPencil:Set start point Operator make stroke deletedAntonio Vazquez
2022-10-30DRW: Manager: Add possibility to record a framebuffer change inside a passClément Foucault
2022-10-30Fix T102160: Regression: GPencil gradient fill not workingClément Foucault
2022-10-30DRW: Manager: Allow custom draw command in PassMainClément Foucault
2022-10-30Cleanup: replace BLI string copy & append with BLI_path_join(..)Campbell Barton
2022-10-30BLI_path: add BLI_path_append_dir (appends and ensures trailing slash)Campbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-30Fix T102132: Directory selection fails to add trailing slashCampbell Barton
2022-10-29make.bat: skip SVN update when running make code_updateRay Molenkamp
2022-10-29NLA: Push down Action names the Track after the ActionSybren A. Stüvel
2022-10-29Cleanup: use STREQ macroCampbell Barton
2022-10-28Cycles: add Equiangular Cubemap Face camera projectionDamian Trebilco
2022-10-28Cleanup: formatCampbell Barton
2022-10-28Cleanup: quiet unused argument warnings and minor changes in GHOSTCampbell Barton
2022-10-28Fix error in leaving the tablet pointer set under WaylandCampbell Barton
2022-10-28GHOST/Wayland: code-commentsCampbell Barton
2022-10-28Fix failure to clear DND in_use in rare cases under WaylandCampbell Barton
2022-10-28Cleanup: use common prefix for static ghost/wayland variablesCampbell Barton
2022-10-28GHOST/Wayland: improve code-commentsCampbell Barton
2022-10-28Cleanup: use plain 'char *' for mime types in GHOST/WaylandCampbell Barton
2022-10-28Cleanup: move GWL_DataOffer in_use to the 'dnd' structCampbell Barton
2022-10-28GHOST/Wayland: postpone reading from the clipboard until neededCampbell Barton
2022-10-28GHOST/Wayland: unlock clipboard mutex on failureCampbell Barton
2022-10-28Cycles: fix up logic in oneAPI devices filteringXavier Hallade
2022-10-27Fix T102085: X11 Startup crashAnton Raves
2022-10-27GPencil: Fix MSVC warning in lineart_cpp_bridge.ccRay Molenkamp
2022-10-27Fix T102092: GPencil Sculpt Grab crash using Shift keyAntonio Vazquez
2022-10-27GHOST/Wayland: replace deferred registration with an update callbackCampbell Barton
2022-10-26Fix T101925: sculpt color painting not updating with Cycles viewport renderBrecht Van Lommel
2022-10-26Fix slow continuous depsgraph updates in sculpt paint mode in some casesBrecht Van Lommel
2022-10-26Fix build error on Windows without precompiled headersBrecht Van Lommel
2022-10-26Sculpt: fix T102067: Set material properly in new pbvh drawJoseph Eagar
2022-10-26Cycles: oneAPI: update dg2 target to acm-g10Xavier Hallade
2022-10-26Cycles: List Level-Zero in oneAPI device requirements in the UI on LinuxXavier Hallade
2022-10-26Cycles: use packed float3 back for oneAPIXavier Hallade
2022-10-26Fix T101790: MNEE caustic settings are not visible in the UI when using MetalMichael Jones
2022-10-26Fix: set more UI colors to PROP_COLOR_GAMMAPhilipp Oeser
2022-10-26Fix T102045: Properties Editor Attribute panels errors when pinning meshPhilipp Oeser
2022-10-26Revert "GHOST/Wayland: postpone reading from the clipboard until needed"Campbell Barton
2022-10-26GHOST/Wayland: postpone reading from the clipboard until neededCampbell Barton
2022-10-26Cleanup: remove GWL_RegisteryAdd_Params.wl_registryCampbell Barton
2022-10-26GHOST/Wayland: support device add/removal at runtimeCampbell Barton
2022-10-26GHOST/Wayland: use a predictable order for interface registrationCampbell Barton
2022-10-26deps_builder: fix hardcoded pathRay Molenkamp
2022-10-25Cleanup: formatChris Blackbourn