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
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-27minor change for sculpt undo, was getting the derived-mesh before calling scu...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-06-18Fix for sculpt undo updating hidden rather than coords.Nicholas Bishop
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add undo/redo support for paint masks.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-07Code cleanup: make changes suggested by check_style for sculpt-related files.Nicholas Bishop
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-03Fix bug #30778, sculpt w/ modifiers + undo causes collapse of verticesNicholas Bishop
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-14Fix for multires undo with partial visibility.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-23Code cleanup: split up some long functions in sculpt_undo.c.Nicholas Bishop
2012-01-06rename normal calc functions.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-12svn merge -r40140:r40148 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-07bmesh: corrected fix for svulpting on non-multires meshSergey Sharybin
2011-08-30=bmesh= sculpt without multires updates properly now. not sure I did this co...Joseph Eagar
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-03Do not lock key whn undoing to another shapekey while sculptingSergey Sharybin
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
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-02-27Fixes for undo when suclpting on deformed mesh:Sergey Sharybin
2011-02-09Update mesh normals when undoing sculpt stroke to prevent shadingSergey Sharybin
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17Fixed bug reported by Reuben Martin:Nicholas Bishop
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-14SVN maintenance.Guillermo S. Romero
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins