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
2019-05-16Images: move save modified images operator from Python to CBrecht Van Lommel
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-04-18Images: support packing edited images as OpenEXR or PNG.Brecht Van Lommel
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-09-04Cleanup: overly polite/rude messagesCampbell Barton
2018-08-28Fix some UI script errors after recent keyword changes.Roel Koster
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-04Cleanup: newlines at EOF for Python modulesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-12-28Tweak error message when external image editor launching fails.Bastien Montagne
2015-06-07Cleanup: use staticmethodsCampbell Barton
2014-02-26Fix T38548: Edit externally always uses first frame onlySergey Sharybin
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2012-12-09make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.ima...Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-15style cleanup: pep8Campbell Barton
2012-05-04fix [#31136] Save All Edited only works for Saved external image, not New or ...Campbell Barton
2012-04-03avoid confusion with image 'Edit Externally' operator, disallow editing of pa...Campbell Barton
2012-03-07Fix #30436: Externally editing unsaved images failsSergey Sharybin
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-02fix [#29120] project painting errorCampbell Barton
2011-10-28fix [#29063] reprojetion painting : failed to create opengl offscreen bufferCampbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-08- update X3D and FBX testing checksumsCampbell Barton
2011-07-25External image operators.Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-30improve error report [#27775] External Image Editor Preference does not work Campbell Barton
2011-04-02[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! Thomas Dinges
2011-03-28Address [#26641] Texture Quick Edit kicks up error when Editor can't be foundNathan Letwory
2011-03-21move script directories for internal blender scripts.Campbell Barton