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
2021-10-15Geometry Nodes: Add Voronoi TextureCharlie Jolly
2021-10-14Geometry Nodes: Add White Noise textureCharlie Jolly
2021-10-14Cleanup: silence Clang missing-braces warning.Ankit Meel
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-13BLI: Overload float4x4 multiplication-assignment operatorErik Abrahamsson
2021-10-12Fix T92103: Update BLI hash_float_to_float functions to be shader compatibleCharlie Jolly
2021-10-11Fix T91889 Exact boolean sometimes drops triangles.Howard Trickey
2021-10-08Cleanup: spellingCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-06Cleanup: move BLI_vfontdata.h to BKE_vfontdata.hCampbell Barton
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-10-04Fix T91911: error in image dithering code after recent changesBrecht Van Lommel
2021-10-04Fix session uuid ghash comparison return valueSebastian Parborg
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-10-03Cleanup: move resource scope method definitions out of classJacques Lucke
2021-10-03Cleanup: move StringRef method definitions out of classJacques Lucke
2021-10-03Cleanup: remove unused functionsJacques Lucke
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Cleanup: remove incorrect assertJacques Lucke
2021-09-28Path util: BLI_path_contains() case-insensitive on WindowsSybren A. Stüvel
2021-09-27BLI Path: add function `BLI_path_contains()`Sybren A. Stüvel
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
2021-09-24UUID: add less-than operatorSybren A. Stüvel
2021-09-24BLI: expose more noise hash functions in headerJacques Lucke
2021-09-24BLI: make noise hash functions available in headerJacques Lucke
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23bUUID: make it explicit the default constructor produces the nil valueSybren A. Stüvel
2021-09-23Cleanup: UUID, fix clang-tidy warningsSybren A. Stüvel
2021-09-23UUID: add `!=` operator for comparing UUIDsSybren A. Stüvel
2021-09-23UUID: place C++ code in correct namespaceSybren A. Stüvel
2021-09-23Cleanup: bUUID, document the constructorsSybren A. Stüvel
2021-09-23Assets: add Asset Catalog systemSybren A. Stüvel
2021-09-23Fileops: call `BLI_path_slash_native()` in `BLI_dir_create_recursive()`Sybren A. Stüvel
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-22BLI: support initializing empty FunctionRef with nullptrJacques Lucke
2021-09-22BLI: avoid warning when copying empty StringRefJacques Lucke
2021-09-22BLI: initialize MutableSpan in default constructorJacques Lucke
2021-09-21UUIDs: rename UUID to bUUIDSybren A. Stüvel
2021-09-21Cleanup: mention `UUID_STRING_LEN` in commentSybren A. Stüvel
2021-09-21Geometry Nodes: Attribute Statistic NodeVictor-Louis De Gusseme
2021-09-20Cleanup: spelling (correct c5c8c68eec93e57ed46be4371d8831e2f0fe3fe2)Campbell Barton
2021-09-20UUID: add nil value for UUIDsSybren A. Stüvel
2021-09-20UUID: fix seeding the RNG clock on macOSSybren A. Stüvel
2021-09-20Cleanup: UUID, prevent "missing braces" warning on macOSSybren A. Stüvel
2021-09-20UUID: include 'seconds' field of current time in RNG seedSybren A. Stüvel
2021-09-20Cleanup: spellingCampbell Barton