scene_synthesizer.scene.asset_generator
- scene_synthesizer.scene.asset_generator(fnames, **kwargs)
A simple generator that runs through a list of filenames and returns an Asset for each one.
- Parameters:
fnames (list[str]) – A list of file names.
- Yields:
assets.Asset – An asset.