BlendGen
Generated modules

utils.scene

Generated Python API reference for blendgen.utils.scene.

blendgen.utils.scene

Helpers for reading Blender scene objects.

select

Function source

def select(name)

Return the Blender object with name.

bounding_box_to_world_positions

Function source

def bounding_box_to_world_positions(obj)

Return an object's local bounding-box vertices as coordinate lists.

clamp

Function source

def clamp(value, minimum, maximum)

Constrain a numeric value to an inclusive range.

On this page