CGAssetFileΒΆ

class grill.names.CGAssetFile(*args, sep='-', **kwargs)[source]ΒΆ

Inherited by: grill.names.UsdAsset

Versioned files in the pipeline for a CGAsset.

Example:
>>> name = CGAssetFile.get_default(version=7)
>>> name.suffix
'ext'
>>> name.suffix = 'abc'
>>> name.path
WindowsPath('demo/3d/abc/entity/rnd/lead/atom/main/all/whole/7/demo-3d-abc-entity-rnd-lead-atom-main-all-whole.7.abc')