Skip to content

Releases: zenustech/zeno

2021.9.7

07 Sep 02:09
Compare
Choose a tag to compare
specify python version

2021.9.3

03 Sep 01:46
Compare
Choose a tag to compare

fixed zhouhang upload bug.

2021.8.31

31 Aug 01:58
Compare
Choose a tag to compare
fix frand win

2021.8.27

27 Aug 02:58
Compare
Choose a tag to compare
fix build

2021.8.24

24 Aug 14:59
Compare
Choose a tag to compare

Hot fix for pylib_zenvis load failure on win.

2021.8.19

19 Aug 07:54
Compare
Choose a tag to compare

Updates:

  • added VDBErodeSDF node
  • VDBRenormalizeSDF now return it's input reference
  • VDBGrid now support Clone by deepCopy.
  • Release uild now use Release instead of RelWithDebInfo.
  • Linux release now use Python 3.9 instead of 3.6.

2021.8.17

17 Aug 04:52
Compare
Choose a tag to compare

Gitee mirror

Updates:

  • NumericCounter
  • ExportObjPrimitive

Related video: https://www.bilibili.com/video/BV1Lf4y1G79W

2021.8.16

16 Aug 08:16
Compare
Choose a tag to compare

Hot fix for Linux OpenVDB missing. Also refactored graphs layout.

2021.8.13

13 Aug 05:39
Compare
Choose a tag to compare

Breaking news: From today on, you may also download release from our Gitee mirror!

Update:

  1. Windows release now include OpenVDB nodes, thanks to the power of vcpkg!
  2. Build ZENO on CentOS 7 for glibc requirement down to 2.17, therefore fix Ubuntu 18.04 error (#144)
  3. UI now supports search for node name via Ctrl+F thanks to @zhouhang95 (#143)
  4. Now when ZENO crashes it will print a pretty stack traceback in the console which can be useful for us to diagnose the problem, please consider to attach the console output when reporting bug, thanks!

Let me know if you have meet trouble in this binary by opening GitHub issues, I will try to solve them asap :)

2021.8.8

08 Aug 04:31
Compare
Choose a tag to compare

Thank @inkydragon (woclass) for the PyInstaller infrastructure! Now we can ship Zeno on both windows and linux with less ad-hoc effort :)
To run, simply download and extract the zip, and run ./launcher on linux, launcher.exe on windows.
On the other hand, this release still doesn't contains OpenVDB for windows :( And GPUMPM related stuff is not included on both windows and linux as well.. I'll try to figure out how, thank for your support! Also notice that due to the difference of PyInstaller (it doesn't ship libc.so), it will likely fail to work on Ubuntu 18.04 and CentOS 7 due to their low glibc version..
Anyway, here's the updates: arts has now moved to graphs, ZFXv2 being supported for easy wrangling, viewport now being horizontally splitted, timeline now click-to-stop, nodes support dynamic ui like MakeDict, MakeHeatmap... etc., have fun!