work
save startup blend for animation tab & whatnot
This commit is contained in:
@@ -25,6 +25,7 @@ class Prefs:
|
||||
global_dir: str
|
||||
project_subdir: str
|
||||
unpack_files: bool
|
||||
write_asset_metadata: bool
|
||||
show_on_start: bool
|
||||
thumb_size: int
|
||||
maximized_assetbar_rows: int
|
||||
@@ -32,6 +33,7 @@ class Prefs:
|
||||
search_in_header: bool
|
||||
tips_on_start: bool
|
||||
announcements_on_start: bool
|
||||
assetbar_follows_cursor: bool
|
||||
client_port: str
|
||||
ip_version: str
|
||||
ssl_context: str
|
||||
@@ -115,7 +117,7 @@ class MineProfile:
|
||||
This is private information about current user's profile. Fields can be also None.
|
||||
Because API can just return null just for fun (https://github.com/BlenderKit/BlenderKit/issues/1545#event-17220997340).
|
||||
None/null is not 0 or "" however, so we keep the None to distinguish both states.
|
||||
As result the Nones has to be catched later in code, types are just hints in here!
|
||||
As result the Nones has to be captured later in code, types are just hints in here!
|
||||
"""
|
||||
|
||||
aboutMe: str = ""
|
||||
|
||||
Reference in New Issue
Block a user