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-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-08Fix keymap operator polling functions to be a bit safer.Martin Poirier
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-10-07bugfix [#23988] The Maya preset as defaultCampbell Barton
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-07in response to bug [#23701] Edit Mode: unable to bind vertex/edge/face select...Campbell Barton
2010-09-06display_properties was being re-defined for each keymap item.Campbell Barton
2010-09-06bugfix [#23552] keymaps big problemCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-30another function moved, should be last of the simple cases.Campbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-25bugfix [#23497] Keymap editor search box not workingCampbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-20Fix #23384: python errors in input tab in user preferences.Brecht Van Lommel
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19bugfix [#23384] Items disappear after expanding key config itemsCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-13bugfix [#21807] Import Key Configuration problemsCampbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-06-27remove filename and directory from python operators that dont need themCampbell Barton
2010-06-27- changed recent commit from William to have enum in user preferences as an e...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-14Missed this file tooMatt Ebb