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-03BLI_path: skip "/./" and "/." in BLI_path_name_at_indexCampbell Barton
2022-11-03BLI_string: C++ support for string joining macrosCampbell Barton
2022-11-02Fix BLI_path_parent_dir returning success with a single period as inputCampbell Barton
2022-11-02Fix T102201: File selector shows "\" before folder names on WIN32Campbell 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-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
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-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-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-19Geometry Nodes: Use common utility for copying attribute dataHans Goudey
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05New math function to add small bias to zero axisAntonio Vazquez
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-28Correct sign conversion errors in convexhull_2d.cCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-27Fix T101231: Console flooded with warnings when fluid type is DomainGermano Cavalcante
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-14Cleanup: Add missing licence headersHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Cleanup: reduce scope, quiet unused variable warningsCampbell Barton