load_pmi property

load_pmi property

Load PMI information from JT file if possible, the data will be saved as property “PMI” of Scene.asset_info. Default value is false.

Definition:

@property
def load_pmi(self):
    ...
@load_pmi.setter
def load_pmi(self, value):
    ...

See Also