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-11-11Add support for XrSession (untested).temp-xr-virtual-camera-experimentJeroen Bakker
2022-11-11Revert incorrect change.Jeroen Bakker
2022-11-11Rename to virtual monitor.Jeroen Bakker
2022-11-11Fix corrupt rv3d.Jeroen Bakker
2022-11-09First setup of rv3d.Jeroen Bakker
2022-11-09Fixed using correct texture.Jeroen Bakker
2022-11-09Use Material flag to identify virtual camera.Jeroen Bakker
2022-11-09Add GPU debugging group.Jeroen Bakker
2022-11-02Initial implementation of 2 stage drawing.Jeroen Bakker
2022-11-02First iteration of a virtual camera node.Jeroen Bakker
2022-11-02Fix BLI_path_parent_dir returning success with a single period as inputCampbell Barton
2022-11-02Tests: enable path tests for WIN32Campbell Barton
2022-11-02Cleanup: use doxy sections for path testsCampbell Barton
2022-11-02Fix T102201: File selector shows "\" before folder names on WIN32Campbell Barton
2022-11-02Cleanup: formatCampbell Barton
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-01CMake/MSVC: Disable ASAN for developer buildsRay Molenkamp
2022-11-01Fix T102018: find HIP library also in system library paths on LinuxBrecht Van Lommel
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-01Build: bump expat version to 2.5.0 to address CVE-2022-43680Brecht Van Lommel
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-01Update OCLOC version used on WindowsSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Fix compilation error on Windows.Jeroen Bakker
2022-11-01Fix T102194: unhandled number keys on AZERTY layout under WaylandCampbell Barton
2022-11-01CMake: mark Wayland variables advancedCampbell Barton
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-11-01Cleanup: doxy comment formattingCampbell Barton
2022-11-01Cleanup: disambiguate naming for Wayland surfacesCampbell Barton
2022-11-01GHOST/Wayland: support for multiple seats (one active seat at a time)Campbell Barton
2022-11-01Cleanup: fix translation for rare UV unwrapping with unit scaleChris Blackbourn
2022-11-01deps: openPGL 0.4.1-betaRay Molenkamp
2022-10-31Build: ignore more CVEs from tiff command line tools that we don't useBrecht Van Lommel
2022-10-31Fix bpy wheel on buildbot being incomplete on WindowsBrecht Van Lommel
2022-10-31Fix bpy wheel build error on Windows, where there are no abi flagsBrecht 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