blr 0.1.0

Rust interface for Blender
Documentation
1
2
3
4
5
6
7
8
9
pub mod view_layer;

pub use view_layer::ViewLayer;

pub type Scene<'py> = &'py pyo3::PyAny;
pub type Screen<'py> = &'py pyo3::PyAny;
pub type SpaceView3D<'py> = &'py pyo3::PyAny;
pub type Window<'py> = &'py pyo3::PyAny;
pub type World<'py> = &'py pyo3::PyAny;