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
2009-11-21More macro goodness.Martin Poirier
2009-11-21patch from Dave Plater which fixes some problems building the BGE with cmakeCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-19Support for grab cursor in macro system (and vice versa).Martin Poirier
2009-11-19missed render border in modal keymapCampbell Barton
2009-11-19Fix crash on Windows when clicking anywhere in a window. Cursor grabbing code...Joshua Leung
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-18Fun stuff with macroMartin Poirier
2009-11-17[#19760] Extrude + Continuous Grab doesn't workMartin Poirier
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-17Assorted bugfixes - Sequencer/Preview Range:Joshua Leung
2009-11-16Fixing keymap export:Martin Poirier
2009-11-15=== Better support for user defined modal keymaps ===Martin Poirier
2009-11-15Bugfix #19878: pressing shift+b or alt+b locks up blenderJoshua Leung
2009-11-11Fix #19842: timer events incorrectly cancelled tweak events, e.g. whenBrecht Van Lommel
2009-11-11Nodes Editor + other warning fixes:Joshua Leung
2009-11-11* Fixed nodetree animation by giving nodes unique namesMatt Ebb
2009-11-11Mitchell Stokes BGE MouseWarp patch + warning fixCampbell Barton
2009-11-11Fixes for martin's background mode commit - now works fine here on OS XMatt Ebb
2009-11-11Background mode in more working conditions.Martin Poirier
2009-11-10Split operator internal call (for python) between invoke and exec. Only invok...Martin Poirier
2009-11-10Math LibBrecht Van Lommel
2009-11-07- modal keymap for border selectCampbell Barton
2009-11-06experemental durian request, allow view manipulation while using circle selectCampbell Barton
2009-11-05- converted circle select use a modal mapCampbell Barton
2009-11-05- circle select mouse wheel resize now works (somehow mouse wheel generates a...Campbell Barton
2009-11-05- missing return valuesCampbell Barton
2009-11-04Make Links (Ctrl+L) backCampbell Barton
2009-11-03- Shift+F1 is append in 2.4x (not link). Lee asked it to be made the same.Campbell Barton
2009-11-02Mac / COCOA : Damien Plisson
2009-10-30Mac / COCOA : Damien Plisson
2009-10-30Merge of the COLLADA GSoC branch into trunk.Arystanbek Dyussenov
2009-10-29Mac / COCOA : ImbufDamien Plisson
2009-10-27Memory Statistics operator back, printing information about what memoryBrecht Van Lommel
2009-10-26Bugfix: 3d view with scene layer lock were not updated when theBrecht Van Lommel
2009-10-25Fix for crash when doing File -> Open, File -> New (without closing the FileB...Joshua Leung
2009-10-25Toolbar Fixes:Joshua Leung
2009-10-22Bugfix #19707: Save Over (Ctrl+W/ Ctrl+S) anoyianceJoshua Leung
2009-10-21Bugfix for node editor refreshing too often when moving nodes,Brecht Van Lommel
2009-10-20Bugfix for use of freed memory in jobs manager.Brecht Van Lommel
2009-10-20Auto SaveBrecht Van Lommel
2009-10-19Added old 2.4x keymap entries for Open, Save As, and Save Image, per request ...William Reynish
2009-10-19Fix #19640: user defined keymaps did not use poll function.Brecht Van Lommel
2009-10-19Fix #19669 and other: triple buffer & icon texture drawing could causeBrecht Van Lommel
2009-10-19Fix for a preview render crash that happened sometimes, whenBrecht Van Lommel
2009-10-18Bugfix: memory was leaking when opening a new file (Ctl-N). Reports were not...Ken Hughes
2009-10-18minor changes to x11 cursor grab wrappingCampbell Barton
2009-10-17wrap the mouse within the region while grabbing so on release the current vie...Campbell Barton
2009-10-17Adjustments to continuous grabCampbell Barton