Function rin::blender::scene_data::parse_img_data[][src]

pub fn parse_img_data<P>(
    img: &Object<'_>,
    container_path: Option<P>
) -> Result<Data, Error> where
    P: AsRef<Path>,