UserExtensionRepo(bpy_struct)
base class — bpy_struct
- class bpy.types.UserExtensionRepo(bpy_struct)
Settings to define an extension repository
- directory
The local directory containing extensions
- Type:
string, default “”, (never None)
- module
Unique module identifier
- Type:
string, default “”, (never None)
- name
Unique repository name
- Type:
string, default “”, (never None)
- remote_path
Remote URL or path for extension repository
- Type:
string, default “”, (never None)
- use_cache
Store packages in local cache, otherwise downloaded package files are immediately deleted after installation
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type
Inherited Properties
Inherited Functions
References