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
2015-05-30Fix leak in BMesh convex hull operatorCampbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-09-10misc minor changesCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-18improved BM_face_copy_shared to copy from more possible connected loops and a...Campbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-12replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_i...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-25Various convex hull fixesNicholas Bishop
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-07decrease size for convex hull epsilon when checking which side of a face the ...Campbell Barton
2012-07-06style cleanup: var namesCampbell Barton
2012-07-05code cleanup: use a define for bmesh hull epsilonCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-27Avoid adding overlapping triangles in convex hullNicholas Bishop
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15Partial fix for bug #31458 Convex Hull operator crashNicholas Bishop
2012-05-15Fix precision issue for bmo_hull.interior_geom output slot.Nicholas Bishop
2012-05-04Small hull bmop fix, distance check from plane needs absolute value.Nicholas Bishop
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-05-03Initialize an input in bmo_hull.Nicholas Bishop
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-30code cleanup: quiet clang warnings, these would likely never but wont hurt to...Campbell Barton
2012-04-30style cleanup: edits to convex hull.Campbell Barton
2012-04-29Add convex hull operator (bmesh operator and wm operator.)Nicholas Bishop