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-08-03Fix calculation of 'projmat_dimensions'Germano Cavalcante
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-20Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-04-30Cleanup: Mismatched array bounds in function declarationHans Goudey
2021-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-13Transform: geodesic distances for proportional edit connected modeBrecht Van Lommel
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-19Fix T66937: Blank view on navigation with auto-deph & large clip-endCampbell Barton
2020-06-18Transform: Snap to the intersection between constraint and geometryGermano Cavalcante
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2019-12-18Cleanup: const warning, unused varCampbell Barton
2019-11-27Fix T30941: Add cloth air pressure simulationSebastian Parborg
2019-10-03Cleanup: argument naming, redundant NULL checksCampbell Barton
2019-09-12BMesh: New tool `BM_mesh_intersect_edges`mano-wii
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-11BLI_math: add isect_tri_tri_v2, wrap via mathutils.geometryCampbell Barton
2019-08-05New BLI Function: projmat_from_window_regionmano-wii
2019-07-23Fix T67389: Transform constraints fail at large distancesmano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-22BLI Math: Add and use new `projmat_dimensions` utility.mano-wii
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Fix T60935: More numerically stable distance to ray computationJacques Lucke
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-01BLI_math: add `isect_seg_seg_v3` function and use in the cloth collision algo...mano-wii
2018-09-26Cloth: Collision improvementsLuca Rood
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-05-17BLI_math_geom: Separate the `isect_ray_seg_v3` from `dist_squared_ray_to_seg_...Germano
2018-05-15BLI_math: Added isect_point_planes_v3_negated function.Germano
2018-05-14New function for BLI_kdopbvh: `BLI_bvhtree_find_nearest_projected`.Germano
2018-05-13Cleanup: BLI_math: Simplify dist_squared_to_projected_aabb functions.Germano
2018-05-12Refactor: Move functions to get the distance to a projected aabb to BLI_match...Germano
2018-04-21BLI math: clamped barycentric weight calculationCampbell Barton
2018-02-08Mesh: concave quad supportCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-02Math Lib: distance to AABBCampbell Barton
2017-08-12Math Lib: add isect_seg_seg_v2_point_exCampbell Barton
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-01-29New math_geom function `isect_ray_aabb_v3_simple`Germano Cavalcante