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-13BLI: Fix `ListBaseWrapper::get` wrong return typeClément Foucault
2022-11-12BLI: improve CPPType systemJacques Lucke
2022-11-12BLI: use templates for disjoint set data structureIliya Katueshenock
2022-11-12Cleanup: Use spans for loop normal calculation input dataHans Goudey
2022-11-09BLI_math: remove normalize from mat3_normalized_to_quat_fastCampbell Barton
2022-11-09Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-09Cleanup: add function attributes to BLI_sprintfCampbell Barton
2022-11-09Fix T101848: Zeroed matrix converted to a quaternion results in rotationCampbell Barton
2022-11-08BLI: new basic CacheMutexJacques Lucke
2022-11-08Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-06Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-06Fix T102292: deadlock in geometry nodes evaluation with task isolationJacques Lucke
2022-11-04Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-04Fix T102216: Change `min_ff` to `max_ff` in the return of `BlendType max`Evan Wilson
2022-11-04BLI_path: remove use of BLI_path_normalize in BLI_path_parent_dirCampbell Barton
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-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-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-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: correct doc-string & remove unused defineCampbell Barton
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-05Fix: Crash when reininitializing empty generic arrayHans Goudey
2022-10-04BLI: Unroll vector loops for better performance on GCCHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-10-03CMake: add missing headersCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-28Fix compiler warnings with clangBrecht Van Lommel
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-28Cleanup: formatCampbell Barton
2022-09-28Correct sign conversion errors in convexhull_2d.cCampbell Barton