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
2007-02-28== Sculpt Mode ==Nicholas Bishop
2007-02-27== Sculpt Mode ==Nicholas Bishop
2007-02-27== Sculpt Mode ==Nicholas Bishop
2007-02-26=Armature Undo Fix= Joseph Eagar
2007-02-23== Multires ==Nicholas Bishop
2007-02-22== Sculpt Mode ==Nicholas Bishop
2007-02-15Bugfix #6053Ton Roosendaal
2007-02-14=== bugfix ===Andrea Weikert
2007-02-14Sculptmode fix:Ton Roosendaal
2007-01-29bugfix #5872Ton Roosendaal
2007-01-28- bugfix in Sculpt (irc reported): using a Texture Brush, and then unlinkTon Roosendaal
2007-01-18Fixed bug #5742, Crash on sculpt mode. This bug was triggered when adding a n...Nicholas Bishop
2007-01-17Added a new function+struct to glutil that takes care of reading in the OpenG...Nicholas Bishop
2007-01-16Disable partial mesh visibility when leaving sculptmode.Nicholas Bishop
2007-01-14Removed draw_mode from SculptData, replaced with draw_flag, which currently c...Nicholas Bishop
2007-01-12Added warning for if user attempts to sculpt on a shapekey without turning on...Nicholas Bishop
2007-01-12Added a couple things my last commit missed; one more usage of set_sculpt_obj...Nicholas Bishop
2007-01-12Removed set_sculpt_object. Tested with sculpt undo, sculpt+multires, sculpt+p...Nicholas Bishop
2007-01-12Changed the way sculptmode interacts with shape keys. Vertex coordinates are ...Nicholas Bishop
2007-01-09Sculptmode bugfix: textures were not being scaled correctly to a [0,1] range ...Nicholas Bishop
2007-01-07Added a few comments to sculptmode.cNicholas Bishop
2007-01-07Bugfix #5578Ton Roosendaal
2007-01-04Reverted my fix for bug #5539, brush circle cursor is slow. The fix was causi...Nicholas Bishop
2007-01-04Fixed bug #5582, Subsurfed Multires'd objects don't display properly with int...Nicholas Bishop
2007-01-03Sculptmode propset bugfix: texture angle should be ignored if there's no text...Nicholas Bishop
2007-01-01Added Ctrl+FKey shortcut for rotating the brush texture. Also improved the dr...Nicholas Bishop
2006-12-31Fixed bug #5556, sculpt - rotated texture is shown unrotated in the brush imageNicholas Bishop
2006-12-31Extended the brush texture rotate option to work with Tile mode.Nicholas Bishop
2006-12-31Bugfix for sculptmode texture tiling: tile size should not be affected by bru...Nicholas Bishop
2006-12-30Added texture rotation for sculpt brush (only drag mode for now.)Nicholas Bishop
2006-12-30More improvements to the sculpt brush panel. Texture scale can now be set ind...Nicholas Bishop
2006-12-29Reorganized brush palette into three columns. Changed brush View slider to th...Nicholas Bishop
2006-12-29Bug fix: if a file is saved with sculptmode on and a brush with a texture is ...Nicholas Bishop
2006-12-29Fixed case where sculpt brush texture is not setNicholas Bishop
2006-12-29Sort-of-fix for bug #5382, sculpt - image/texture brush heavily distorted whe...Nicholas Bishop
2006-12-29Fix for bug #5539, brush circle cursor is slow.Nicholas Bishop
2006-12-28Added numerical input for sculptmode propsetNicholas Bishop
2006-12-28Holding control while using sculptmode propset now snaps to multiples of 10Nicholas Bishop
2006-12-28Fixed bug #5533, was allocating memory by totvert rather than totfaceNicholas Bishop
2006-12-28Added numerical display of sculptmode propset in preperation for numerical inputNicholas Bishop
2006-12-28Added checks in sculptmode for mirror modifiers with Do Clipping enabled, thi...Nicholas Bishop
2006-12-27When calculating brush size, pressure should be ignored for grab brushNicholas Bishop
2006-12-27Checking the sculptmode state should include the sculpt sessionNicholas Bishop
2006-12-26Fixed a number of crashes occuring when loading saved files with sculpt mode ...Nicholas Bishop
2006-12-25Sculptmode now works properly with shape keys (Merry Christmas.) Fixes bug #5...Nicholas Bishop
2006-12-25Cleanup of the SDNA SculptData struct. Moved a lot of data that isn't saved i...Nicholas Bishop
2006-12-23Select Grouped editdata- minor fix in the menu.Campbell Barton
2006-12-23Added two menu items to sculpt mode for controlling how much tablet pressure ...Nicholas Bishop
2006-12-20Modified sculptmode's vertex_users to use one large chunk of memory rather th...Nicholas Bishop
2006-12-20Several small fixes for sculptmode. First, corrected the fade formula for scu...Nicholas Bishop