work: restore shift+spacebar for media play/pause

maybe put in maya config? idk what funiman's preference is
This commit is contained in:
Nathan
2026-05-29 14:58:59 -06:00
parent 2f8e5f472f
commit 6c3b78075b
130 changed files with 10461 additions and 19696 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"""
__version__ = "3.8.5"
__version__ = "3.10-alpha0"
# import ApiClient
from flamenco.manager.api_client import ApiClient
@@ -76,7 +76,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Flamenco/3.8.5 (Blender add-on)'
self.user_agent = 'Flamenco/3.10-alpha0 (Blender add-on)'
def __enter__(self):
return self
@@ -404,7 +404,7 @@ conf = flamenco.manager.Configuration(
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.0\n"\
"SDK Package Version: 3.8.5".\
"SDK Package Version: 3.10-alpha0".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):