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
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-14Fixing bug with editing keymaps when filter is enabled.Sergey Sharybin
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-08report error on installign keymaps rather then raising an exception.Campbell Barton
2011-08-08quiet harmless py resource warning - file opened but not closed.Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-03Add .py extension if it is missing from keymap file.Kent Mein
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-07-22Keymap editor now understands NDOF (button) events too.Nathan Letwory
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-06-01Fix #27490: export key configuration gave error when trying to exportBrecht Van Lommel
2011-05-19py/ui edit: change InputKeyMapPanel to be a mix-in class only (not a subclass...Campbell Barton
2011-05-03fix [#27143] Cannot import key configuration with systemwide installCampbell Barton
2011-04-04fix [#26754] Live Edit and Editing UI scripts don't workCampbell Barton
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-22poll functions were for keymap operators were still raising errors in some ca...Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton