omnihuman.data.avatar_3d.avatar_3d module

Wrapper for 3D point-cloud animations

class omnihuman.data.avatar_3d.avatar_3d.Avatar3D[source][source]

Bases: object

static extract_frame_range(scene) Tuple[int, int][source][source]

frame numbers where the animation starts and ends (1-indexed in Blender)

classmethod parse_fbx(path: str, precision=5) FBXDict[source][source]
omnihuman.data.avatar_3d.avatar_3d.assert_bpy_is_imported()[source][source]

Check if the Blender Python API (bpy) is available.