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-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-01BLI_string: return string length from BLI_string_flip_side_nameCampbell Barton
2021-09-01BLI_string: add BLI_str_quoted_substr_rangeCampbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-29Fix BLI_strncpy_wchar_from_utf8 result on WindowsCampbell Barton
2021-08-28BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicodeCampbell Barton
2021-08-27Cleanup: quiet maybe-used-uninitialized warningJacques Lucke
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-26Cleanup: use BLI_UTF8_MAX defineCampbell Barton
2021-08-26Cleanup: add ATTR_WARN_UNUSED_RESULT to BLI_string_utf8.hCampbell Barton
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-25Fix assert caused by 38630711a02e553f209ace9a8627a7a851820a2dCampbell Barton
2021-08-25Correct error in 38630711a02e553f209ace9a8627a7a851820a2dCampbell Barton
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-25BLI_string_utf8: simplify utf8 stepping logicCampbell Barton
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-24Cleanup: spellingCampbell Barton
2021-08-23Using relative threshold for floats in mesh comparisonHimanshi Kalra
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-21Use Zstandard compression for the sequencer cacheLukas Stockner
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-08-20BLI: add utility methods to IndexMaskJacques Lucke
2021-08-17Cleanup: unused definesCampbell Barton
2021-08-13Revert "Mesh: replace saacos with acosf for normal calculation"Campbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton
2021-08-13Docs: note that normalize_v# functions zero out input containing nanCampbell Barton
2021-08-06Cleanup: use range2f in `ED_keylist_find_any_between`.Jeroen Bakker
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Cleanup: license headersCampbell Barton
2021-08-04VSE: Allow Wingdings and Symbol FontsHarley Acheson
2021-08-04UI: VFont Display NamesHarley Acheson
2021-08-04BLI: add double version of 'scaleform'Germano Cavalcante
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-04Cleanup: spellingCampbell Barton
2021-08-03Fix calculation of 'projmat_dimensions'Germano Cavalcante
2021-08-03Fix broken logic in Windows directory query functionJulian Eisel
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Cleanup: spellingCampbell Barton
2021-07-30Cleanup: clarify license and origin of voronoi and dithering codeBrecht Van Lommel
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Fix 'BLI_task_parallel_mempool' keeping 'user_chunk' unchangedGermano Cavalcante
2021-07-29UI: Fix time labels drawingRichard Antalik
2021-07-27Add `StringRef::trim()` functionsSybren A. Stüvel
2021-07-25Fix T89391, etc. Boolean bugs when objects have negative scale.Howard Trickey
2021-07-23Fix: avoid creating improper rotation matrixJacques Lucke