Crate blr

source ·
Expand description

Rust bindings for the Python API of Blender.

Re-exports§

Modules§

  • Low-level “unsafe” bindings for the Python module of Blender (bpy).
  • Idiomatic wrappers around Blender enums.
  • Utilities for exporting models and scenes.
  • Utilities for importing models and scenes.
  • Prelude module for the blr crate that re-exports the most commonly used items.
  • Safe and idiomatic interface for a Blender project.
  • Idiomatic wrappers around Blender types.
  • Various safety and boilerplate-related utilities.