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
2014-12-18PyAPI: disallow assigning members to 'bpy.ops'Campbell Barton
2014-10-28Cleanup: remove redundant 'object' parent classCampbell Barton
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-03-13Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop.Bastien Montagne
2014-02-19PyAPI: bpy.ops was showing 'module' in autocomplete outputCampbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-20style cleanupCampbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-11-23error in own recent commitCampbell Barton
2010-11-22bugfix [#24805] bpy operator runs in wrong order or is ignored at allCampbell Barton
2010-11-19fix for error in recent commit.Campbell Barton
2010-11-18bugfix [#22615] Opening a blend file in python (bpy.ops.wm.open_mainfile() (r...Campbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-07bugfix [#24155] Operator Cheat Sheet doesn't work properlyCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-03-01bugfix [#21405] Error on loading of thumbnails from network renderer [27204]Campbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-26update tagged objects in the scene after calling each operator, this makes ru...Campbell Barton
2010-01-25make exception a bit nicer (since wiki docs dont make much sense how it was b...Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-24* register operators like other classesCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-13changes python initializationCampbell Barton