ConverterFilterData#
- class omni.kit.converter.common.ConverterFilterData(
- name: str,
- filter_regexes: List[str],
- filter_descriptions: List[str],
Bases:
object
Used to hold information about a CAD Converters supported file types
Methods
__init__
(name, filter_regexes, ...)Attributes
Name of the CAD Converter and the native application
List of the supported file extensions
Description of the supported file extensions
- __init__(
- name: str,
- filter_regexes: List[str],
- filter_descriptions: List[str],
- filter_descriptions: List[str]#
Description of the supported file extensions
- filter_regexes: List[str]#
List of the supported file extensions
- name: str#
Name of the CAD Converter and the native application