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-03DRW: PointCloud: Fix memset writting non-trivial type std::mutexClément Foucault
2022-11-03Cleanup: DRW: Fix unused parameters warningClément Foucault
2022-11-03DRW: Command: Fix custom group test being always trueClément Foucault
2022-11-03make float value explicitNate Rupsis
2022-11-03adding defaults for NLA Action scale and repeatNate Rupsis
2022-11-03Fix T102221: Entering editmode invalidates the driver associated with that meshSergey Sharybin
2022-11-03Fix Wayland warning on startup when running X11Brecht Van Lommel
2022-11-03Fix T102225: Crash opening menusSergey Sharybin
2022-11-03Blender 3.4 - BetaThomas Dinges
2022-11-03CMake: workaround unsupported cmake_path(IS_PREFIX ..) in v3.20Campbell Barton
2022-11-03BLI_path: skip "/./" and "/." in BLI_path_name_at_indexCampbell Barton
2022-11-03Update RNA to User manual mappingsAaron Carlisle
2022-11-03Cleanup: replace BLI_join_path with BLI_join_stringCampbell Barton
2022-11-03BLI_string: C++ support for string joining macrosCampbell Barton
2022-11-03PyDocs: Upgrade Theme to 1.1.0Aaron Carlisle
2022-11-03PyDocs: Upgrade Sphinx to 5.3.0Aaron Carlisle
2022-11-03UI: Bevel: Specify the width type as "Width Type" in the status bar.Aaron Carlisle
2022-11-03Cleanup: cmake comment line lengthCampbell Barton
2022-11-03Tests: don't create byte-code cache when calling Python from SVNCampbell Barton
2022-11-03Mesh: Parallelize remesh reprojectionsErik Abrahamsson
2022-11-02Fix empty menu title in some menus (e.g. Text Editor context menu)Julian Eisel
2022-11-02Fix arrow key menu navigation using wrong directionJulian Eisel
2022-11-02Fix memory leak with Freestyle renders after recent changesBrecht Van Lommel
2022-11-02Cycles: Add regression test for util_md5_stringSergey Sharybin
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-02Fix: Crash adding rest positions to empty meshHans Goudey
2022-11-02Realtime Compositor: Move shaders to compositor moduleOmar Emara
2022-11-02Realtime Compositor: Make vectors four dimensionalOmar Emara
2022-11-02Nodes: Reuse input sockets when creating new node groupsCsaba Boncsér
2022-11-02Geometry Nodes: Add index and value inputs to sample curve nodeHans Goudey
2022-11-02Fix use-after-free in asset library storage destructionJulian Eisel
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