Skip to content

vendor_connectors.meshy.jobs

High-level job orchestration for 3D asset generation.

This module provides AssetGenerator for batch workflows with asset downloading and manifest generation.

AssetManifestMetadata for generated asset.
AssetGeneratorOrchestrates 3D asset generation workflows.
example_character_specExample character asset specification.
example_prop_specExample prop asset specification.
example_environment_specExample environment asset specification.

class vendor_connectors.meshy.jobs.AssetManifest

Section titled “class vendor_connectors.meshy.jobs.AssetManifest”

Metadata for generated asset.

None

None

None

None

None

None

None

None

None

None

class vendor_connectors.meshy.jobs.AssetGenerator(output_root: str = ‘client/public’)

Section titled “class vendor_connectors.meshy.jobs.AssetGenerator(output_root: str = ‘client/public’)”

Orchestrates 3D asset generation workflows.

Generate unique asset ID from spec.

Generate 3D model from spec.

Generate multiple assets (respecting rate limits).

Example character asset specification.

Example prop asset specification.

Example environment asset specification.