Scripts

the_silo.scripts.multichannel.create()[source]

For a selected group of read nodes from the same rendering process (i.e. same naming pattern, using ”.” as a separator for Render Elements), create a multichannel EXR.

the_silo.scripts.multichannel.shuffle(width=4096, height=4096)[source]

For either selected read nodes in the compositing script, shuffle out all channels contained and create a write node for each channel.

Parameters:
  • width (int) – Contact sheet width
  • height (int) – Contact sheet height
the_silo.scripts.nodes.move_down()[source]

Move selected nodes down by 1x the GridHeight

Shortcut: Ctrl+Shift+Down

the_silo.scripts.nodes.move_left()[source]

Move selected nodes to the left by 1x the GridWidth

Shortcut: Ctrl+Shift+Left

the_silo.scripts.nodes.move_right()[source]

Move selected nodes to the right by 1x the GridWidth

Shortcut: Ctrl+Shift+Right

the_silo.scripts.nodes.move_up()[source]

Move selected nodes up by 1x the GridHeight

Shortcut: Ctrl+Shift+Up

the_silo.scripts.reload.all_reads()[source]

Reload all read nodes in the compositing script

Shortcut: Ctrl+Shift+R