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
2013-07-09move keymap ui into modules, its not loaded on startup anymore.Campbell Barton
2013-07-08re-arrange space_userpref_keymap, no need to use a subclass here, just import...Campbell Barton
2013-03-28I18n: various fixing.Bastien Montagne
2013-03-25I18n: use id_windowmanager context for keymap idnames. Solves some issues wit...Bastien Montagne
2013-03-11code cleanup: pep8 & minor changesCampbell Barton
2013-03-10Improvements to addon-prefs key search suggested by Yang Niren.Campbell Barton
2013-03-01keymap filter by keybindings in the userpreferences.Campbell Barton
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Another fix for r54414 (cleaner to "import" pgettext once at top of files, al...Bastien Montagne
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2013-01-29Fix #34031: in the keymap editor, Timer and Text Input types did not show fieldBrecht Van Lommel
2012-10-31Fix for #29056: NDOF motion events not configurable in user preferences.Brecht Van Lommel
2012-10-08style cleanup: pep8Campbell Barton
2012-06-11fix [#31712] User prefs Input: Filter searches for names starting with entere...Campbell Barton
2012-04-08code cleanup: remove unused imports/defines + other redundant code.Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-02py scripts - replace bad uses of len(),Campbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-23rename user interface operator properties from 'op' to 'props'Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-02- fix for keymap test operatorCampbell Barton
2011-09-26fix for keymap export, move functions common for the UI and operators into bp...Campbell Barton
2011-09-222.6 Python UI files:Thomas Dinges
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
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-10merge with trunk r39216Xiao Xiangquan
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-29merge with trunk r38787Xiao Xiangquan
2011-07-22Keymap editor now understands NDOF (button) events too.Nathan Letwory
2011-07-14merge from trunk 38379Xiao Xiangquan
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-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-24right panel doneXiao Xiangquan
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
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