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-12-07Fix for [#20057] Shift F for setting brush strenght can never get to 1Matt Ebb
2009-12-06wm.invoke_popup(op, width, height) similar to wm.invoke_props_popup(op, event...Campbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-04Save_Mainfile operator only needs window for invoke. Removed poll function an...Martin Poirier
2009-12-01circle select modal operator wasnt returning FINISHED so it wasnt getting an ...Campbell Barton
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-28experemental UI introspection added for mindrones,Campbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28Bugfix #20125: View 2D Zoom to Border was missing modal keymapJoshua Leung
2009-11-24avoid operator type lookups when its knownCampbell Barton
2009-11-24Extend handler return values to distinguish between events that have been han...Martin Poirier
2009-11-232.5 bugfix: splash would crash when .Blog contained file names without aBrecht Van Lommel
2009-11-23links to Python API docs from splash and help menuCampbell Barton
2009-11-23Splash screen, implemented by Matt.Brecht Van Lommel
2009-11-23temp hack to make the popup show wider when running the edit description oper...Campbell Barton
2009-11-21More macro goodness.Martin Poirier
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-18Fun stuff with macroMartin Poirier
2009-11-17[#19760] Extrude + Continuous Grab doesn't workMartin Poirier
2009-11-17Assorted bugfixes - Sequencer/Preview Range:Joshua Leung
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-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-10-30Merge of the COLLADA GSoC branch into trunk.Arystanbek Dyussenov
2009-10-27Memory Statistics operator back, printing information about what memoryBrecht Van Lommel
2009-10-22Bugfix #19707: Save Over (Ctrl+W/ Ctrl+S) anoyianceJoshua Leung
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-15added operators for setting rna for each type, this avoids having double "'qu...Campbell Barton
2009-10-13added back space switching keys Shift+F2 to F12Campbell Barton
2009-10-13Rename all enums called "prop_mode_items" into something more sensible.Martin Poirier
2009-10-12macro's can set options for the operators they executeCampbell Barton
2009-10-10When in localview, MKey moves objects out of localview, added redraw notifiersCampbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-06new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu")Campbell Barton
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-09-202.5 filebrowserAndrea Weikert
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel