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 (Collapse)Author
2009-01-29* Brought back special normal recalc for sculpt (only recalculates modified ↵Nicholas Bishop
faces/verts) * Means that full object recalc isn't done, so multires works more as expected now * Moved mesh element cache back to sculpt session (from sculpt cache), really makes more sense there
2009-01-22* Fixed some crashiness with sculpt file loadingNicholas Bishop
* Added undo push for toggling sculpt mode * Little optimization for brush texture, was generating quite large textures unecessarily
2009-01-22Brought back sculpt smooth brush. Also added a new brush flag for setting ↵Nicholas Bishop
whether to use brush spacing.
2009-01-17Make sculpt data more like vpaint/weightpaint. SculptData is now in ↵Nicholas Bishop
scene->toolsettings, moved the RNA to reflect that too.
2009-01-17Added a brush cursor to sculpt mode.Nicholas Bishop
2009-01-16Removed matrices from sculpt session and into the sculpt cache.Nicholas Bishop
2009-01-16Cleaning of the small part of sculpt still in blenkernel, more to comeNicholas Bishop
2009-01-14Noticed that sculpt was quite slow because of string lookups in RNA, so ↵Nicholas Bishop
added a separate sculpt stroke cache for some values that usually aren't even changed except at stroke initialization.
2009-01-06Got rid of old multires code, brought in multires modifier from Nicholas Bishop
soc-2008-nicholasbishop branch. Note: any old code with multires_test() or multires_level1_test() can just be deleted, not needed by the multires modifier.
2008-03-21Fixed bug #8514, sculpt: pivot last and undoNicholas Bishop
Undoing in sculpt mode correctly returns to previous pivots now.
2008-01-16== Radial Control ==Nicholas Bishop
* Generalized the interactive brush property control from sculpt mode into a simple API * Modified sculpt mode to take advantage of this (even fixes some minor bugs!) * Added shortcuts in particle edit to set brush size/strength (FKEY/shift+FKEY) Still todo are the other modes that have brushes...
2007-12-27== Sculpt ==Nicholas Bishop
Fixed a memory leak when using the interactive brush resize tool.
2007-12-27== Sculpt ==Nicholas Bishop
Fixed bad level calls in sculptmode.