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-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-07-28Reduce OM limit for sculpting after discussion with AntonySergey Sharybin
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-05Fix for vpaint_stroke_test_start returning operator flags, not boolCampbell Barton
2014-02-04Fix T38427: Sculpt mode dimension changes don't UndoSergey Sharybin
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-16fix [#36153] Crash when choosing a brush.Campbell Barton
2013-04-03code cleanup: unused functionsCampbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-02-10style cleanupCampbell Barton
2012-12-30Add dynamic topology support to sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add a paint mask operator to clear, fill, or invert the mask.Nicholas Bishop
2012-05-11Add undo/redo support for paint masks.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-05add function for getting a polygon map: dm->getPolyMap(ob, dm).Campbell Barton
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-05sculpt undo struct was using an array of char pointers rather then a char array.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-08Sculpt/Paint:Nicholas Bishop
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey Sharybin
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2009-12-09Sculpt Branch: sculpting with modifiers and shape keys working again.Brecht Van Lommel
2009-11-04Sculpt: now uses it's own Undo stack like editmesh. The main advantage here isBrecht Van Lommel
2009-09-18Handlers/keymaps, some tweaks for previous commits:Brecht Van Lommel
2009-08-292.5 Paint:Nicholas Bishop