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
2017-09-26Beauty fill was skipping small facesCampbell Barton
2017-09-26Fix T52871: beauty fill errorCampbell Barton
2017-09-26Revert "Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenl...Campbell Barton
2017-09-23Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenly consid...Germano
2017-09-19Correct test ifdef in polyfillCampbell Barton
2017-09-19Fix T52834: Polyfill2D fails with co-linear edgesCampbell Barton
2017-09-19CMake: update for renamed headersCampbell Barton
2017-09-19BLI_utildefines_iter: Use for iteration helpersCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-19Avoid bias when calculating quad split directionCampbell Barton
2017-09-18Math Lib: clamped rounding utility functionsCampbell Barton
2017-09-18Math Lib: add divide_floor_iCampbell Barton
2017-09-15Polyfill Beautify: option to rotate out of degenerate stateCampbell Barton
2017-09-06Math Lib: normalized vector project functionsCampbell Barton
2017-09-05Cleanup: use constCampbell Barton
2017-09-03BLI_kdtree: utility function to remove doublesCampbell Barton
2017-08-27BLI_rect: Function to calculate a matrix from 2 rctf'sCampbell Barton
2017-08-23Cleanup: mark VA_NARGS_COUNT as publicCampbell Barton
2017-08-23Cleanup: move variadic defines to their own headerCampbell Barton
2017-08-23BLI_string_utils: string joining utility functionsCampbell Barton
2017-08-23GHash: BLI_ghash_reinsert_key utility functionCampbell Barton
2017-08-12Math Lib: add isect_seg_seg_v2_point_exCampbell Barton
2017-08-11GHash: note that 'deprecated' is used for privateCampbell Barton
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-01BLI_math: add simple helper to get amount of 'integer' digits in a float number.Bastien Montagne
2017-07-29Cleanup: multistatement-macros warningCampbell Barton
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-07-16Fix T52034: cell noise renders different.Brecht Van Lommel
2017-07-02Fix T51951: cell noise texture precision issue at unit vertex coordinates.Brecht Van Lommel
2017-06-23Fix T51845raa
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-11BLI_kdopbvh: add ifdef's for debugging infoCampbell Barton
2017-06-09Math Lib: Add mat3_from_axis_conversion_singleCampbell Barton
2017-06-07gcc5 has issues with WconversionDalai Felinto
2017-06-06BLI: Use C++ guards for stack headerSergey Sharybin
2017-06-02Cleanup: styleCampbell Barton
2017-05-31Task scheduler: Optimize subsequent pushing bunch of tasksSergey Sharybin
2017-05-31Cleanup: Easier to read constant nameSergey Sharybin
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-22Fix wrong comment in BLI_findstringindex (returns 0-based index!).Bastien Montagne
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-16Cleanup: gcc7.1 warningsCampbell Barton
2017-05-06Cleanup: use index syntax instead of additionCampbell Barton
2017-05-06Cleanup: use uint/ushort for polyfill2dCampbell Barton
2017-05-06Cleanup: use const pointers where possibleCampbell Barton