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
2014-10-06Cleanup: avoid alloc for each knife-project vectorCampbell Barton
2014-09-16Fix T41850: Knife fails with mesh behind viewCampbell Barton
2014-09-16Fix T41849: Knife fails with small lensCampbell Barton
2014-09-16Fix T41842: Knife edge-snap, incorrect offsetCampbell Barton
2014-09-06Fix T41730: Knife Cut fails on concave facesCampbell Barton
2014-09-06Knife: remove redundant allocationsCampbell Barton
2014-09-06Knife: no need to find the face-loopsCampbell Barton
2014-08-17Knife tool: simplify hit-depth calculationCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-08-13Fix T39387: Knife makes duplicate verts with subsurfCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-13Knife tool: avoid copying vectorsCampbell Barton
2014-08-13Knife tool: cleanup threshold use, avoid sqrtCampbell Barton
2014-08-13Fix T41164: Knife creates duplicate vertsCampbell Barton
2014-06-16Fix T40646: Knife project fails with clippingCampbell Barton
2014-06-16Fix for knife when in ortho camera viewCampbell Barton
2014-05-20Fix T40252: Knife snapping ignores axis-constraintCampbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-06Correct fix for knife interior use, distance needed to be in object-spaceCampbell Barton
2014-05-06Knife too: was using a ray-cast direction scaled down by the knife epsilonCampbell Barton
2014-05-06Fix T38623: Knife tool completely failing on interior geometryCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-16Fix Knife bug T39617: midpoint snap should affect intermediate points.Howard Trickey
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-17Code cleanup: comments and typosCampbell Barton
2014-03-06Fix T37510 Knife missed cuts on small faces.Howard Trickey
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-27Fix T38834: Knife constraint is offset after moving the viewCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-03Knife Tool: incorrect sized vector args (harmless but misleading)Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-26Fix 37571: Knife Select should be disabled when no faces are selectedCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-08knife tool: Remove unused 'extend' variableSergej Reich
2013-11-08knife tool: Clean up line hits when starting a new cutSergej Reich
2013-11-06Fix knife bug exposed by valgrind.Howard Trickey
2013-11-05Rewrote a lot of knife tool. Now allows cut-throughHoward Trickey
2013-11-01Add 'cut-through' option for Knife Project operator.Howard Trickey
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-01allow knife-project to use sub-pixel length edges.Campbell Barton