playa 0.1.142

Image sequence player (EXR, PNG, JPEG, TIFF, .MP4). Pure Rust with optional OpenEXR/FFmpeg support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Node editor events.

/// Fit all nodes in view
#[derive(Clone, Debug)]
pub struct NodeEditorFitAllEvent;

/// Fit selected nodes (or all if none selected)
#[derive(Clone, Debug)]
pub struct NodeEditorFitSelectedEvent;

/// Re-layout nodes in tree arrangement
#[derive(Clone, Debug)]
pub struct NodeEditorLayoutEvent;