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-04-26BLI: small optimization to retrieving CPPType from static typeJacques Lucke
2022-04-26Utils: Add macro for C++ default arguments in C headersJulian Eisel
2022-04-25Fix build error on Linux + Clang 10 after recent changes to BLI_anyBrecht Van Lommel
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-24Cleanup: remove special cases for getting internal span or singleJacques Lucke
2022-04-24BLI: prioritize detecting single values higher than detecting spansJacques Lucke
2022-04-24Cleanup: various minor changesCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-21Cleanup: fix various warnings after recent commitJacques Lucke
2022-04-21Commit D14179: Revamp Vertex Paint With C++Joseph Eagar
2022-04-19Fix T97338: Correct reference count for COM handling and removal of gotosRobert Guetzkow
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
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-07BLI: add CPPType utility to copy elements to a shorter arrayJacques Lucke
2022-04-07Cleanup: Incorrect comment in IndexRange headerMattias Fredriksson
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-04-04BlenLib: Add ushort2 to math vec types.Jeroen Bakker
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
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