Is there a plugin or an automated way to add a whole directory of videos and have a cross fade added between each of them in Blender?
Asked
Active
Viewed 204 times
2
1 Answers
3
I have finished the script. The script can be found on GitHub here: https://github.com/MrSprite/VSEC
I have not added sorting by file size or date yet, but all other features should be there! Let me know if it works!
doomslug
- 1,809
- 1
- 18
- 31
-
It might be better to add the panel to the sequencer:
bl_space_type='SEQUENCE_EDITOR'bl_region_type = 'UI':) – p2or Mar 13 '15 at 10:01 -
-
Make sure to accept this answer so others can get help if they have the same question! – doomslug Apr 07 '15 at 22:05
-
Consider copying a current version of your script into the Answer in case of expiring pages or links... – Samoth Mar 25 '16 at 22:18
Here it is for testing: https://github.com/MrSprite/VSEC
– doomslug Mar 11 '15 at 15:53