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-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01pep8 editsCampbell Barton
2012-01-01theme import/export - uses generic rna_xml py module.Campbell Barton
2011-12-22picky edits - use "" for non enum strings.Campbell Barton
2011-12-21A few small fixes to new UI messages...Bastien Montagne
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17Allow symlinks in user_scripts, this fixes raised exeption in copy_prefs for ...v2.60Jens Verwiebe
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26fix for keymap export, move functions common for the UI and operators into bp...Campbell Barton
2011-09-26add missing imports to wm.py and remove "." from rna descriptions.Campbell Barton
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
2011-09-23minor edits to recent fix for addonsCampbell Barton
2011-09-23* Some more fixes for recent move operator commit. Thomas Dinges
2011-09-23* Fix for the Operator move commit, missed includes. Thomas Dinges
2011-09-222.6 Python UI files:Thomas Dinges
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-20move message.txt generator out of wm.py (which was loaded with blender always...Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-22remove workaround for bug in python 3.2.0 loading web pages on *nixCampbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-18fix for undo issues with generic, multi-purpose WM_OT_context* operators, ope...Campbell Barton
2011-08-18more minor changes to wm.py, get data_path's once at the start of each func a...Campbell Barton
2011-08-18formatting edits, no functional changes.Campbell Barton
2011-08-16fix a small bug , and update language-packsXiao Xiangquan
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-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-24right panel doneXiao Xiangquan
2011-06-24fix [#27747] Modal operator in Special Menu (W) ignores continues grabCampbell Barton
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton