Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-09io_blend_utils: added BlendFileBlock.dna_type_name propertySybren A. Stüvel
Just to make it easier to get to the name of the DNA type from other Python scripts.
2016-07-19Fix T48187: Packing files on MS-Windows failsCampbell Barton
Using paths on different drives caused packing to fail since its not possible to make one path relative to another.
2016-06-23blendfile: add __repr__ to DNAName and DNAStructSybren A. Stüvel
2016-06-23blendfile: fixed dna_type can't be indexed errorSybren A. Stüvel
2016-06-23blendfile: Python modules shouldn't set their own log level.Sybren A. Stüvel
Logging configuration should be done by the user, as described in https://code.blender.org/2016/05/logging-from-python-code-in-blender/
2016-06-09minor edits to blendfileCampbell Barton
2016-03-30Correct import (missed when moving from BAM)Campbell Barton
2016-02-02Usual i18n/UI message fixes...Bastien Montagne
2016-01-29New blend-file addonCampbell Barton
Currently only expose packing functionality for packing a file and all its deps into a ZIP (shared code with the cloud). Can run directly or from the command line (without blender) via `blendfile_pack`. Also adds subprocess_helper module which we may want to re-use elsewhere, allowing to run external processes that don't lock blender and can be cancelled by pressing Esc.