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
2020-12-16Geometry Nodes: Poisson disk point distribution node/methodDalai Felinto
2020-12-14Cleanup: path_util.c commentsCampbell Barton
2020-12-13Fix weird Swing+Twist decomposition with noncanonical quaternions.Alexander Gavrilov
2020-12-11Fix: Fix potential memory leak in BLI_getenvRay Molenkamp
2020-12-11Fix: BLI_getenv returns ascii not UTF8 on windowsRay Molenkamp
2020-12-10Fix T83630 Exact Boolean assert failure in Debug build.Howard Trickey
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-12-10Fix BLI_str_quoted_substrN use with escaped stringsCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell Barton
2020-12-10Cleanup: use snake-case instead of camel-caseCampbell Barton
2020-12-10BLI_string: support escaping additional control characterCampbell Barton
2020-12-10BLI_string: add BLI_str_unescape utility functionCampbell Barton
2020-12-10Fix BLI_str_escape with control characters, add unit testsCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-08Fix unexpected "/" path after normalizing empty directory pathJulian Eisel
2020-12-06Reorder fields in boolean's ITT_value to save memory.Howard Trickey
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-30Fix T83196: bad matrix to quaternion precision near 180 degrees rotation.Alexander Gavrilov
2020-11-28Speed up finding patch components in new boolean.Howard Trickey
2020-11-28Speedups for finding cells in new boolean.Howard Trickey
2020-11-28Fix T83023: incorrect shape of cyclic F-Curve with only two points.Alexander Gavrilov
2020-11-27Add performance timing to mesh_boolean.cc.Howard Trickey
2020-11-25Fluid Particles: fix viscoelastic spring threading crash again after D7394.Alexander Gavrilov
2020-11-25Nodes: deduplicate ping pong math operationJacques Lucke
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-22Previous commit forgot to guard some things with #ifdef WITH_GMP.Howard Trickey
2020-11-21Improve speed of Constrained Delaunay Triangulation with exact arith.Howard Trickey
2020-11-20Cleanup: spellingCampbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17BLI_rect: add a float version of the 'pad' functionCampbell Barton
2020-11-16Merge branch 'blender-v2.91-release'Robert Guetzkow
2020-11-16Fix T81271: Fix crash in BLI_gzopen on WindowsRobert Guetzkow
2020-11-16Cleanup: clang-tidyCampbell Barton
2020-11-16Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-16Fix T82736, Exact Boolean fail with repeated subtraction of same object.Howard Trickey
2020-11-13BLI_math: add floor_power_of_10, ceil_power_of_10Campbell Barton
2020-11-09Cleanup: fix wrong merge, remove extra unique_ptr.Ankit Meel
2020-11-09Cleanup: fix some clang tidy issuesJacques Lucke
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-07Merge new boolean fix from blender-v2.91-release.Howard Trickey
2020-11-07Fix T82301, exact boolean fail on cube with bump.Howard Trickey
2020-11-07Noise: fix uninitialized variable warning.Ankit Meel
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-make-uniqueSergey Sharybin