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
2009-11-19- remove CPPFLAG XP_UNIX from CMake, Scons and Irix make, checked our own cod...Campbell Barton
2009-11-19missed render border in modal keymapCampbell Barton
2009-11-19Revert toolbar shading commit.William Reynish
2009-11-19* Fix for texture->image node not workingMatt Ebb
2009-11-19* Changed scroll bar scale handles back to scaling from either side, rather t...Matt Ebb
2009-11-19* Fix for RMB keyframe/data path/etc operators not working in sub-regions, wa...Matt Ebb
2009-11-19* Added control and animation of sound volume of sequence sound strips (found...Matt Ebb
2009-11-19Sequencer UI: Sequencer now uses the standard timeline cursor instead of a ha...Joshua Leung
2009-11-19Bugfix:Joshua Leung
2009-11-19Fix crash on Windows when clicking anywhere in a window. Cursor grabbing code...Joshua Leung
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18Quicktime-cocoa : fix file busy issue when rendering a second time with quick...Damien Plisson
2009-11-18SVN maintenance.Guillermo S. Romero
2009-11-18Made toolbar buttons slightly brighter, to make them stand out from the backg...William Reynish
2009-11-18New B.Blend.William Reynish
2009-11-18Custom Ratio mouse input didn't check for initialization properly, which coul...Martin Poirier
2009-11-18Correctly detect and use modal keymaps in macrosMartin Poirier
2009-11-18Disable continuous grab during tablet use (fixing tablet jerkiness issues)Damien Plisson
2009-11-18Quicktime (non cocoa) crash upon export temporary fixDamien Plisson
2009-11-18Fix snap tooltip.Martin Poirier
2009-11-18scons update to enable build with QTKit (Cocoa Quicktime)Damien Plisson
2009-11-18Quicktime for Cocoa : export partDamien Plisson
2009-11-18own mistake meant bones could not drive eachother.Campbell Barton
2009-11-18Revert of ID Notifier, as requested by Matt. Thomas Dinges
2009-11-18bone & object properties editing was broken.Campbell Barton
2009-11-18Durian request: ClothDaniel Genrich
2009-11-18fix for own error in 24623, removed a memfree call,Campbell Barton
2009-11-18fix for memory leak, use Key Errors for pyrna getitem access & idpropsCampbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-18remove ID property lookups from rna..Campbell Barton
2009-11-18Changed the appearance of the toolbar buttons.William Reynish
2009-11-18Partial fixes for #19881: Items existing on the same row as the window divide...Joshua Leung
2009-11-18Quicktime for Cocoa : import partDamien Plisson
2009-11-18Attempted bugfix for #19909: missing text in frame indicator boxJoshua Leung
2009-11-18- rna attribute setting problem, class instances could not set their own attr...Campbell Barton
2009-11-18* NC_WINDOW Notifier for ID Name property (maybe not the best solution, but a...Thomas Dinges
2009-11-18insert spaces instead of tabs, makes editing templates less painfull, tho we ...Campbell Barton
2009-11-18Small UI Tweaks - Toolbar + Graph Editor:Joshua Leung
2009-11-18Fun stuff with macroMartin Poirier
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17Macro for extrude along normals with a poll function to restrict it to face s...Martin Poirier
2009-11-17Made toolbar buttons left-aligned.William Reynish
2009-11-17adjusting generic props in the UI refreshes the depgraph, this is weak but al...Campbell Barton
2009-11-17[#19760] Extrude + Continuous Grab doesn't workMartin Poirier
2009-11-17* Alphabetical Order for Constraints.Thomas Dinges
2009-11-17use number keys to set the current brush in paint modesCampbell Barton
2009-11-17auto IK constraint was added twice, creating a circular list (HANG!)Martin Poirier
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-17switching the active brush with Alt+Wheel would crash when going past the las...Campbell Barton
2009-11-17removing drivers was trying to remove the fcurve from the actions fcurve list...Campbell Barton