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-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02BMesh: optimize loop_find_regions, reserve array sizeCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04Mesh Bisect: add header info message for modal operationBrecht Van Lommel
2014-01-01Fix T37965, loop multicut confirmation not happening when numeric inputAntony Riakiotakis
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
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-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-14Modeling: add optional angle limit for beauty fillCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell 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-27Fix T37203: New face from an edge failed if only one vert was connected to a ...Campbell Barton
2013-11-27Fix for recent error (editmesh triangulate crashed).Campbell Barton
2013-11-26Fix 37571: Knife Select should be disabled when no faces are selectedCampbell Barton
2013-11-26Fix T37617: "Add plane" was adding a 2*2 gridBastien Montagne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix mesh triangulate not flushing selectionCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-12Fix [#37380] vertex paint colors don't render.Bastien Montagne
2013-11-11Used wrong RNA access routine in bevel amount commit.Howard Trickey
2013-11-10Added options for how bevel amount is measured.Howard Trickey
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-04UI messages fixes...Bastien Montagne
2013-11-01Add 'cut-through' option for Knife Project operator.Howard Trickey
2013-11-01fix for weight-paint crash picking the weight with the mask modifier (or any ...Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-25Updating tooltip for Fill Holes "Sides" option.Jonathan Williamson
2013-10-23refactor transform.c - minor changesCampbell Barton