UserExtensionRepo(bpy_struct)#
base class — bpy_struct
- class bpy.types.UserExtensionRepo(bpy_struct)#
Settings to define an extension repository
- custom_directory#
The local directory containing extensions
- Type:
string, default “”, (never None)
- enabled#
Enable the repository
- Type:
boolean, default False
- 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
- use_custom_directory#
Manually set the path for extensions to be stored. When disabled a users extensions directory is created
- Type:
boolean, default False
- use_remote_path#
Synchronize the repository with a remote URL/path
- Type:
boolean, default False
- directory#
Return
directory
or a default path derived from the users scripts path.(readonly)
- 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