2025-12-09_2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"flamenco_version": {
|
||||
"version": "3.8-beta2 (427c43ec)",
|
||||
"shortversion": "3.8-beta2",
|
||||
"version": "3.8",
|
||||
"shortversion": "3.8",
|
||||
"name": "Flamenco",
|
||||
"git": "427c43ec"
|
||||
"git": "ed2c15ea"
|
||||
},
|
||||
"shared_storage": {
|
||||
"location": "F:\\jobs",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
P:\250827_FestivalTurf\Blends\animations\07 Final Touches And Maintenance\Visual_0_5_talking.blend
|
||||
A:\1 Amazon_Active_Projects\251203_ADTA_December_2025\Blends\animations\Bag2PackScan_animation 1a.blend
|
||||
T:\251203_ADTA_December_2025\Blends\animations\Pack2BagScan_animation 6d.blend
|
||||
P:\250827_FestivalTurf\Blends\animations\07 Final Touches And Maintenance\Visual_8.blend
|
||||
@@ -27,4 +28,3 @@ F:\jobs\2025-12-08-104805.832937-Bag2PackScan_animation 2a\Bag2PackScan_animatio
|
||||
P:\250827_FestivalTurf\Assets\Blends\Spa Pitbull.blend
|
||||
T:\251031_Tatt2Away_Idol\Assets\Blends\Char\Rumi_v1.blend
|
||||
D:\Work\9 iClone\Demon Hunters\Blender_v2\Rumi_v1.blend
|
||||
F:\jobs\2025-12-08-095931.062624-Bag2PackScan_animation 4b\Bag2PackScan_animation 4b.flamenco.blend
|
||||
|
||||
BIN
Binary file not shown.
@@ -12,7 +12,7 @@ bl_info = {
|
||||
"doc_url": "https://flamenco.blender.org/",
|
||||
"category": "System",
|
||||
"support": "COMMUNITY",
|
||||
"warning": "This is version 3.8-beta2 of the add-on, which is not a stable release",
|
||||
"warning": "",
|
||||
}
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"""
|
||||
|
||||
|
||||
__version__ = "3.8-beta2"
|
||||
__version__ = "3.8"
|
||||
|
||||
# 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-beta2 (Blender add-on)'
|
||||
self.user_agent = 'Flamenco/3.8 (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-beta2".\
|
||||
"SDK Package Version: 3.8".\
|
||||
format(env=sys.platform, pyversion=sys.version)
|
||||
|
||||
def get_host_settings(self):
|
||||
|
||||
@@ -4,7 +4,7 @@ Render Farm manager API
|
||||
The `flamenco.manager` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||
|
||||
- API version: 1.0.0
|
||||
- Package version: 3.8-beta2
|
||||
- Package version: 3.8
|
||||
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
||||
For more information, please visit [https://flamenco.blender.org/](https://flamenco.blender.org/)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user