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
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-04-07Cleanup: remove incorrect commentSybren A. Stüvel
2022-02-11File headers: SPDX License migrationCampbell Barton
2020-10-08Cleanup: use '_' prefix for internal bpy.ops variablesCampbell Barton
2020-10-08PyAPI: use real modules for bpy.opsCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-06-26Cleanup: use percentage formattingCampbell Barton
2019-08-11Cleanup: spellingCampbell Barton
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: use brief description for operator reprCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-04-20Limit updates to active view layer onlySergey Sharybin
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