get_mdl_list#
- omni.kit.material.library.get_mdl_list(
- use_hidden: bool = False,
- get_private: bool = False,
- expand_paths: bool = True,
Gets list of materials asynchronously. Can return [] if mdl_list_cache is not complete yet.
- Parameters:
use_hidden (bool) – Include hidden materials. See `get_material_hidden_list`
get_private (bool) – Including private parameter in list
expand_paths (bool) – List with absolute paths not ${kit} tokens
- Returns:
list of materials
- Return type:
(list)