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-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
2013-09-26quiet warnings (converting pointer to boolean)Campbell Barton
2013-09-25knife was projecting vertex locations to the screen when it wasnt needed.Campbell Barton
2013-09-25fix [#36780] Knife Project brokenCampbell Barton
2013-09-19Prevent assert failure in knife.Howard Trickey
2013-09-19Fix potential crash in knife.Howard Trickey
2013-09-18bugfix: [#34663] Cannot rotate view while using Knife tool with Maya presetDalai Felinto
2013-09-17add support for trackpad navigation while in knife operatorDalai Felinto
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-04style cleanupCampbell Barton
2013-09-03Fix a possible bug in knife detected by coverity.Howard Trickey
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-13switch arg order for BM_elem_select_copy(), would like to make this constant ...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-24internal bmesh api change: BM_elem_attrs_copy() no longer copies the selectio...Campbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08knife tool: use faster method for sort_by_frac_along(), no need to callCampbell Barton
2013-05-08knife tool: use the squared distance for comparison.Campbell Barton
2013-05-08knife tool: use 2d vectors for screen coords.Campbell Barton