Skip to content

IO Nodes

RockOfFire edited this page Dec 15, 2023 · 9 revisions

CR Load Animation Frames

parameter description type arguments
image_sequence_folder Represents the folder containing image sequences. FOLDER
start_index The starting index for the image sequence. INT default: 1, min: 1, max: 10000
max_frames The maximum number of frames to consider from the image sequence. INT default: 1, min: 1, max: 10000

load anim frames


CR Load Flow Frames

parameter description type arguments
input_folder The folder containing input items. FOLDER
sort_by The method used for sorting the input items. COMBO Index Alphabetic
current_frame The current frame to start processing from. INT default: 0, min: 0, max: 10000
skip_start_frames The number of frames to skip at the beginning of processing. INT default: 0, min: 0, max: 10000
input_path The path to the input. STRING default: '', multiline: False
file_pattern The file pattern to match input files. STRING default: '*.png', multiline: False

CR Output Flow Frames

parameter description type arguments
output_folder The path to the output folder. FOLDER
current_image The current image. IMAGE
filename_prefix The prefix for the output filenames. STRING default: "CR"
current_frame The current frame. INT default: 0, min: 0, max: 9999999
interpolated_img The interpolated image. IMAGE
output_path The path for the output. STRING default: '', multiline: False

Images:

IO

Clone this wiki locally