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-05-24io_sequencer_edl: move to contrib: T63750meta-androcto
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
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.
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-08-23Correct mistake skipping hidden dirsCampbell Barton
2014-11-16Fix EDL not loading video with audioCampbell Barton
thanks to Tintwotin
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-06update for change in blenders apiCampbell 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-06add 'a2' for audio, used by FCP.Campbell Barton
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-05split out the EDL parser into its own module.Campbell Barton
2013-01-03use utf8 encodingCampbell Barton
2013-01-03move EDL video sequence importer back into official addon repo.Campbell Barton
[[Split portion of a mixed commit.]]