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-03-30Curves: Port resample node to the new data-blockHans Goudey
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-29BLI: optimize Map/Set/VectorSet.clear methodsJacques Lucke
2022-03-29BLI: add utility to convert IndexMask to best mask typeJacques Lucke
2022-03-29BLI: support value initialization in CPPTypeJacques Lucke
2022-03-26Cleanup: Remove double #ifdef WITH_TBB checkRay Molenkamp
2022-03-26Fix T95901: Crash in Fill curve (set to N-gon)Howard Trickey
2022-03-25BLI: Adjust interpolation to support integers, other tweaksHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-24BLI: Add utility for tacking average and min runtimeHans Goudey
2022-03-24Geometry Nodes: Improve performance writing to vertex groupsHans Goudey
2022-03-23Curves: improve Comb brushJacques Lucke
2022-03-23Cleanup: move documentation to headers, other minor correctionsCampbell Barton
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-03-21Curves: new Add brushJacques Lucke
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-17BLI: add probabilistic rounding utilityJacques Lucke
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Cleanup: fix source typos homogenous->homogeneousBrecht Van Lommel
2022-03-11Cleanup: remove duplicate compiler attributeCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-03BLI: Add functions to IndexRange to mirror SpanHans Goudey
2022-03-03Fix: BLI math clamp doesn't workHans Goudey
2022-03-02UI: Comments Misspellings of Vertex/VerticesNikhil Shringarpurey
2022-03-02Search: take word order into account in string searchJacques Lucke
2022-03-02Curves: add brush to add curves on surfaceJacques Lucke
2022-03-02BLI: add scoped-defer utility to add RAII-like behavior to C typesJacques Lucke
2022-02-24Cleanup: Typo in commentHans Goudey
2022-02-24BLI: support accessing nth last element in Array/Span/VectorJacques Lucke
2022-02-23Fix: Build issue on windowsRay Molenkamp
2022-02-23Fix: Attempt to fix build error on windowsHans Goudey
2022-02-23Curves: initial brush implementations for curves sculpt modeJacques Lucke
2022-02-23BLI: add index mask utilitiesJacques Lucke
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-23CMake: include missing filesCampbell Barton
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-21BLI_array: add BLI_array_trim utility to re-allocate the current sizeCampbell Barton
2022-02-18Merge remote-tracking branch 'origin/blender-v3.1-release'Sybren A. Stüvel
2022-02-18Fix T95724: boundary error in `BLI_str_unescape_ex`Sybren A. Stüvel