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-06-20style cleanupCampbell Barton
2012-06-03use fnmatch for reference globing rather then regex - regex overly complicate...Campbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton
2012-05-18Add "Install Theme" button in user preferences, patch #31505 by Julien Duroure.Brecht Van Lommel
2012-05-13fix [#31428] bpy.ops.wm.path_open only works onceCampbell Barton
2012-04-16rename wm.blenderplayer_start label from 'Start' to 'Start Game In Player', a...Campbell Barton
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess i...Campbell Barton
2012-03-30fix [#30729]Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-26adjustment to r44436.Campbell Barton
2012-02-25Patch [#30341] by Davis Sorenson (dsavi). Thanks! Thomas Dinges
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
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