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/source
AgeCommit message (Expand)Author
2022-11-02Cleanup: spelling in commentsCampbell Barton
2022-11-01Fix BLI_path_parent_dir failing on paths ending with ".."Campbell Barton
2022-11-01Fix BLI_path_normalize failing with "." and ".." in the pathCampbell Barton
2022-11-01Tests: add BLI_path_parent_dir tests, split BLI_path_normalize testsCampbell Barton
2022-11-01UI/Nodes: Update node add menu as assets get loadedJulian Eisel
2022-11-01UI: Support C defined menu types to listen to notifiersJulian Eisel
2022-11-01USD IO: replace deprecated primvars API.Michael Kowalski
2022-11-01UI: Support refreshing menu popupsJulian Eisel
2022-11-01Nodes: Add node group assets in add menuHans Goudey
2022-11-01USD tests: replace deprecated imaging code.Michael Kowalski
2022-11-01Cleanup: Use bool for binary (true-ish/false-ish) return valueJulian Eisel
2022-11-01Fix T101062: sculpt curves crash using a paintcurve brushPhilipp Oeser
2022-11-01Command line: Tweaked doc of --gpu-backend.Jeroen Bakker
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Fix compilation error on Windows.Jeroen Bakker
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-11-01Cleanup: doxy comment formattingCampbell Barton
2022-11-01Cleanup: fix translation for rare UV unwrapping with unit scaleChris Blackbourn
2022-10-31Fix bpy wheel on buildbot being incomplete on WindowsBrecht Van Lommel
2022-10-31Geometry Nodes: Use attribute API in deform curves on surface nodeHans Goudey
2022-10-31Nodes: Improve socket node lookup performanceHans Goudey
2022-10-31GPU: Add placeholder for Vulkan backend.Jeroen Bakker
2022-10-31Fix variable value assigned twice in successionGermano Cavalcante
2022-10-31BLI_path: only operate on native path slashes for BLI_path_name_at_indexCampbell Barton
2022-10-31BLI_path: only operate on native path slashes for BLI_path_joinCampbell 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-29NLA: Push down Action names the Track after the ActionSybren A. Stüvel
2022-10-29Cleanup: use STREQ macroCampbell Barton
2022-10-28Cleanup: formatCampbell Barton
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-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-26Fix: set more UI colors to PROP_COLOR_GAMMAPhilipp Oeser
2022-10-25Cleanup: formatChris Blackbourn
2022-10-25Cleanup: Curves: Remove GPUTexture wrappers for buffer textureClément Foucault
2022-10-25Fix T102052 GPencil: stroke outline glitches in object modeClément Foucault
2022-10-25DRW: Pointcloud: Refactor drawing to remove instancingClément Foucault
2022-10-25Fix T99603: node body colors colormanagement issuePhilipp Oeser