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
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2017-08-23Correct mistake skipping hidden dirsCampbell Barton
2014-11-16Cleanup: pep8/unused varsCampbell Barton
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2013-02-23correct invalid categoryCampbell Barton
2013-01-06fixes to EDL importCampbell Barton
- allow editmode 'a1', 'a2', 'a3'... etc - allow editmode 'none' - accept black as 'bl', 'bw', 'blk', 'black' - black was being imported as grey - add global frame offset option for importing - fix error naming strips - if a reel has an extension, match with the extension stripped as well --- so foobar.mov will find foobar.avi file.
2013-01-05add feature to scan for media based on reel name and filename (when available)Campbell Barton
2013-01-05use pep8 naming convention for parse_edl.pyCampbell Barton
2013-01-03move EDL video sequence importer back into official addon repo.Campbell Barton
[[Split portion of a mixed commit.]]