Python for Blender’s Compositor: How to import a sequence of images

Опубликовано: 17 Октябрь 2024
на канале: CG Python
2,504
62

In this video, we will create a script that imports frames into the Compositor as a sequence of images.

Start Code:
https://github.com/CGArtPython/blende...

Compositor Nodes doc:
https://docs.blender.org/api/current/...

Compositor Image Node doc:
https://docs.blender.org/api/current/...

Complete Code:
https://github.com/CGArtPython/blende...

Python for Blender: How to import images into Blender's video sequence editor
   • Python for Blender: How to import ima...  

Blender: How to set up Python console output on macOS
   • Blender: How to set up Python console...  

Blender: How to set up Python console output on Linux
   • Blender: How to set up Python console...  

00:00 - Intro
01:35 - Set up the workspace
02:31 - Get the code
03:09 - Get a list of all the frames
08:37 - Set up the Compositing node tree
10:43 - Add nodes into the Compositing node tree
15:48 - Import sequence of images
23:26 - Set end frame, resolution, and the FPS
26:15 - Outro

Intro Music
Fiery Trails - Silent Partner

Outro Music
Geographer - Easy Shake

#blender #python #scripting