Function blender_armature::parse_armatures_from_blender_stdout[][src]

pub fn parse_armatures_from_blender_stdout(
    blender_stdout: &str
) -> ArmaturesByFilename

Given a buffer of standard output from Blender we parse all of the armature JSON that was written to stdout by blender-armature-to-json.py.

Armaturees data in stdout will look like:

START_ARMATURE_JSON /path/to/file.blend my_armature_name {…} END_ARMATURE_JSON /path/to/file.blend my_armature_name

@see blender-armature-to-json.py - This is where we write to stdout