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-09-24Knife: Improve clamping extents in ortho viewCampbell Barton
2015-09-23Fix T46219: Knife cuts fail away from centerCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-15Cleanup: wsCampbell Barton
2015-07-12Minor tweaking to Knife header text.Bastien Montagne
2015-07-12Add new modalkeymap usage in helper header message to Knife tool.Bastien Montagne
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2015-06-10Fix T45009: Bad 'tri area computation' code in knife tool.Bastien Montagne
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2015-04-25CleanupCampbell Barton
2015-04-24Fix T44492: knife tool should cut across a split edge.Howard Trickey
2015-03-03Knife: fix glitch dragging mouse outside the faceCampbell Barton
2015-03-02Fix T43862: Knife fails with concave ngonCampbell Barton
2015-02-27MEM_SAFE_FREE caused issues /w const & GCC5Campbell Barton
2015-02-27Fix T43806: Knife project crashesCampbell Barton
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-13error in last commitCampbell Barton
2015-01-13Fix T42459: Knife fails at small scaleCampbell Barton
2015-01-13Fix T43229: Knife-project regression (broke knife-project)Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-27cleanup: knife tools, use generic sort functionCampbell Barton
2014-12-15Fix T42864: Knife-project fails with 'cut-through'Campbell Barton
2014-12-15Fix T42864 (partial): knife-project included uncut backfacesCampbell Barton
2014-12-15Fix T42864 (partial): Knife-project had too-low precisionCampbell Barton
2014-12-09Correct last commit checking knife edgesCampbell Barton
2014-12-09Knife: cuts along existing edges are now selectedCampbell Barton
2014-12-09Knife: rename vert & edge 'draw' to 'is_cut'Campbell Barton
2014-12-09Knife: fix edge aligned cuts, could add redundant vertsCampbell Barton
2014-12-09Knife: test if an edge is on the face boundaryCampbell Barton
2014-12-09Fix T42488: Knife (selected_only + occlude) failedCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-16Knife: fix recent drag option /w loop closeCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Knife: double clicking now closes the loopCampbell Barton
2014-11-16Fix T42611: Knife fails from an edge to a vertexCampbell Barton
2014-11-15Knife: freehand drawing while LMB heldCampbell Barton
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