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
path: root/source
AgeCommit message (Expand)Author
2006-12-06== Action Editor ==Joshua Leung
2006-12-06== Action Editor ==Joshua Leung
2006-12-06Shift+Tab should exit sculptmode (same as for other modes)Nicholas Bishop
2006-12-06Added slider for the Draw brush that modifies the direction vertices are pull...Nicholas Bishop
2006-12-06Correctly propagate selection when switching multires levels on an editmesh.Nicholas Bishop
2006-12-06CMake: Proper bundle for blender binary for Mac OS X and just keep blenderpla...Jacques Beuarain
2006-12-06added missing -DWITH_FREETYPE2 stuff, provided by Eugene Reilly.Kent Mein
2006-12-06Fixed bug #5361, multiple 3d views additional cursors in wrong placeNicholas Bishop
2006-12-06Another multires triangle fixNicholas Bishop
2006-12-06Fixed broken triangle handling in multires.Nicholas Bishop
2006-12-06Updated the vertex color and mtface handling in multires.c to work with editm...Nicholas Bishop
2006-12-06Node editor: when adding a new node, automatic links are created:Ton Roosendaal
2006-12-05Node shaders bug: using 'shadeless' material inside of node tree, a modeTon Roosendaal
2006-12-05Bugfix, irc report:Ton Roosendaal
2006-12-05Two more fixes for pass composite:Ton Roosendaal
2006-12-05Two fixes:Ton Roosendaal
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-12-05Damn! Commit for render passes in wrong dir....Ton Roosendaal
2006-12-05Next stage of RenderPipe refactor: now everything within the pixel wasTon Roosendaal
2006-12-05Some more action editor goodies:Joshua Leung
2006-12-05== Action Editor - Column Select Tools ==Joshua Leung
2006-12-05Removed a few unused variables - compiler warnings.Joshua Leung
2006-12-05== Action Editor ==Joshua Leung
2006-12-05Resolved a few compiler warnings:Joshua Leung
2006-12-05* Auto-Keyframing Option: 'Needed'Joshua Leung
2006-12-05A few more sculptmode hotkeys. NKey for the floating properties panel (also a...Nicholas Bishop
2006-12-05Hotkeys for changing sculptmode properties should redraw the view3d to update...Nicholas Bishop
2006-12-04== Sequencer ==Peter Schlaile
2006-12-04==SCons==Nathan Letwory
2006-12-04Large change to the way sculptmode drawing works. The default is now to drawNicholas Bishop
2006-12-04=IDProperties Small Update= Joseph Eagar
2006-12-04added some 'angularFactor' for character control (to avoid rotation)Erwin Coumans
2006-12-04fixed some motionstate synchronization issuesErwin Coumans
2006-12-04Fix for bug #5345, sculpt tool doesn't seems to use correctly the undo settin...Nicholas Bishop
2006-12-04Fix for bug #5351, sculpt doesn't work in xray modeNicholas Bishop
2006-12-04Added numpad hotkeys for sculptmodeNicholas Bishop
2006-12-04Forgot to add middlemouse events for sculptmode.Nicholas Bishop
2006-12-04First pass at setting up better hotkeys for sculptmode.Nicholas Bishop
2006-12-04Added a bunch of sculpt options to the Sculpt menu; also removed the PvRot to...Nicholas Bishop
2006-12-04Added saving/loading of multires deformedvert data. Also added a test_index_f...Nicholas Bishop
2006-12-03Sculptmode should check for existance of undo data before undo/redo in case u...Nicholas Bishop
2006-12-03Fix for getting gcc compile GE with Py 2.5Jean-Luc Peurière
2006-12-03Previous multires+editmode commits broke multires+sculptmode (oops.)Nicholas Bishop
2006-12-03Modified multires to use CustomData for deformedverts. Deformedverts now load...Nicholas Bishop
2006-12-03=== Transform ===Martin Poirier
2006-12-03Copy vcols wasnt working me->mcol[a] needs to be me->mcol[a*4]Campbell Barton
2006-12-03=== Interface ===Martin Poirier
2006-12-03=== [ #5094 ] TrackTo Constraint with an animatable "up" direction ===Martin Poirier
2006-12-03Klocwork pointer sanity checks in transform.Martin Poirier
2006-12-03more work on Bullet 2.xErwin Coumans