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
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-10-24code cleanup: move doxy comments into the C files.Campbell Barton
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16add 2d version of interp_weights_poly_v3Campbell Barton
2012-07-16small speedup for mask rasterizer, only do single sided check for triangle in...Campbell Barton
2012-07-15math function to get the intersection point between 2 lines (not 2 segments w...Campbell Barton
2012-07-14mask rasterization: use a simpler method to check if a bucket intersects with...Campbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-13new function barycentric_weights_v2_quad(), like barycentric_weights_v2 but f...Campbell Barton
2012-07-05Code cleanup: move PBVH ray/AABB intersection test to BLI_math_geomNicholas Bishop
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13better fix for [#30529], find the right axis rather then checking for folded ...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2011-12-15vertex group changes,Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-13new math utility function isect_plane_plane_v3Campbell Barton
2011-11-12mathutils.geometry.distance_point_to_plane(pt, plane_co, plane_no) - utility ...Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-27Merge with trunk r37849Miika Hamalainen
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-26math func to find the intersection(s) between a segment and a sphere for C/py...Campbell Barton
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-06-06Bake from multires meshSergey Sharybin
2011-05-24Applied Dynamic Paint 1.18f patch as a codebase for GSoC.Miika Hamalainen
2011-05-19added math function isect_line_plane_v3(), use for window_to_3d rather then h...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-02=trunk=Joseph Eagar
2011-04-21minor changesCampbell Barton
2011-04-20edit definitions to use const for non modified args, also correct incorrect d...Campbell Barton
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-02fix [#25684] Grease pencil strokes with "Surface" option attach erratically t...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2010-12-12isect_seg_seg_v2_point was modifying the value of line vectors passed.Campbell Barton