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-05-31Functions: speedup preparing multi-function parametersJacques Lucke
2022-05-23Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-05-23Fix Eevee blackbody wrong with non-default scene linear color spaceBrecht Van Lommel
2022-05-18Cleanup: use "filepath" instead of "filename" for full paths, fileops.cCampbell Barton
2022-05-18Cleanup: suppress dangling-pointer warning for GCC 12.1+Campbell Barton
2022-05-17Cleanup: Use `BLI_assert_unreachable()` as example in comment of `_BLI_assert...Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-10Merge branch 'blender-v3.2-release'Clément Foucault
2022-05-09Fix T97906: OpenEXR files with lower case xyz channel names not read correctlyBrecht Van Lommel
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-19Fix T97338: Correct reference count for COM handling and removal of gotosRobert Guetzkow
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-14Metal: GPU_PRIM_LINE_LOOP alternative implementations.Jason Fielder
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Add a utility for sampling segment indices and factors from arbitraryHans Goudey
2022-04-07BLI: inline fast path of IndexRange::as_spanJacques Lucke
2022-04-07Cleanup: Compilation warning about virtual functionsSergey Sharybin
2022-04-07BLI: add missing materialize methods for virtual arraysJacques Lucke
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-05Curves: new Grow/Shrink brushJacques Lucke
2022-04-05Cleanup: use doxygen links to struct membersCampbell Barton
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
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-26Fix T95901: Crash in Fill curve (set to N-gon)Howard Trickey
2022-03-25Cleanup: use count or num instead of nbrCampbell 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-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
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-09Cleanup: use ELEM macroCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-02UI: Comments Misspellings of Vertex/VerticesNikhil Shringarpurey
2022-03-02Search: take word order into account in string searchJacques Lucke
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-22Cleanup: clang-formatCampbell Barton