Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Releases: state-of-the-art/BlendNet

Release v0.3.11

02 Mar 01:49
1d43b9a
Compare
Choose a tag to compare

Fixed issue with default cube rendering for Blender v3

  • Addon/Agent:
    • BN-160 Fixed issue with default layer name for Blender v3 (#161)

Release v0.3.10

04 Jan 22:56
72e66b7
Compare
Choose a tag to compare

Fixed issue with latest GCP sdk and added changes to work with Blender v3.0.0, now in v3 preview is much slower and not available until the subtask is completed ( https://developer.blender.org/T94314 ).

  • Addon/Agent:
    • BN-156 Blender v3 progressive by-default, so no need to use this option (#157)
    • BN-156 Square samples was also removed from the blender v3 (#157)
    • BN-156 Not using adaptive sampling and fixed issue with preview and status parsing for v3 (#157)
  • Provider GCP:
    • BN-158 Specified static discovery to False since not working by default (#159)
  • CI:
    • BN-156 Newer version of blender don't store too much denoise data in render EXR so makes it smaller (#157)
    • BN-156 Fixed issue with windows openssl distribution url (#157)
    • BN-156 For some reason agent log could contain binary symbols (#157)

Release v0.3.9

02 Apr 19:45
71f7913
Compare
Choose a tag to compare

Fixed issue with GCP since BlendNet uses its internal for some speedups and small fix for low-performant Manager instances.

  • Manager:
    • BN-148 Fixed small error with subprocess import & increased timeout (#148)
  • Provider GCP:
    • BN-150 Updated to the changes in gcloud SDK 234.0.0 (#150)

Release v0.3.8

19 Feb 06:08
dba8a44
Compare
Choose a tag to compare

Fixed 2 nasty issues with GCP provider - one about quota misunderstanding and another about intel optimization

  • Provider GCP:
    • BN-139 Fixed GCP provider preemptible CPUS quota processing mistake (#139)
    • BN-140 Removed gcp intel optimization due to issues on the other platforms (#140)

Release v0.3.7

23 Jan 23:42
fe5da46
Compare
Choose a tag to compare

Fixed issue with getting the available blender versions for the latest v2.91.2

  • Addon & CI:
    • BN-136 Blender 2.91.2 sha256 file contains absolute path (#136)

Release v0.3.6

31 Dec 23:31
c55dd67
Compare
Choose a tag to compare

Fixed issues with special chars in API and file paths / agents names by adding urlencode/urldecode

  • Overall:
    • BN-130 Added urlencode to the file upload client - now it's possible use spaces and other spec chars in the deps paths (#130)
    • BN-132 Fixed issue with agent name contains special chars and urldecode (#132)

Release v0.3.5

22 Dec 02:53
5d764b3
Compare
Choose a tag to compare

Completed win and other non-UTF-8 decode issues and potential crash on the Agent during collecting the render statistics

  • Overall:
    • BN-119 Completed fix for Win non-UTF-8 text decode (#119)
  • Agent:
    • BN-119 Disabled collecting render statistics on the Agent to not crash (#119)

Release v0.3.4

27 Nov 22:52
9452ba0
Compare
Choose a tag to compare

Fixed a number of issues with new Blender 2.91.0 & win locales

  • Agent/Manager:
    • BN-125 Fix running the worker path on blender >=2.91 (#125)
    • BN-119 Fixed issue with windows log overriding & added log locking (#119)
    • BN-119 Added precautions on decode - some locales are not properly work on windows (#119)

Release v0.3.3

22 Oct 23:09
1fbf363
Compare
Choose a tag to compare

Fix for weird blender >= 2.90 crash on Windows during task preview.

  • Addon:
    • Slightly reorganized render process to use just one render result
    • Workaround for blender >= 2.90 task preview crash on win platform (#115)

Release v0.3.2

24 Sep 23:00
a4149cc
Compare
Choose a tag to compare

v0.3.2

Important fixes for Run Animation Tasks and compose_filepath for Windows

  • Addon:
    • Fixed a huge bug with downloading the multiple pending tasks (#96)
    • Fixed repeats of sending the existing file on Windows (#87 - will be reworked for v0.4.0)
    • Fixed bug with incorrect compose_filepath for the task - now it is set during the task creation (#93)
    • Improved UI workflow to clarify the Manager startup workflow (#99)
  • Manager/Agent:
    • Now it is possible to run them on Windows (#84)