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
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
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