Releases: zenustech/zeno
2021.9.7
2021.9.3
2021.8.31
2021.8.27
2021.8.24
2021.8.19
2021.8.17
Updates:
- NumericCounter
- ExportObjPrimitive
Related video: https://www.bilibili.com/video/BV1Lf4y1G79W
2021.8.16
2021.8.13
Breaking news: From today on, you may also download release from our Gitee mirror!
Update:
- Windows release now include OpenVDB nodes, thanks to the power of
vcpkg
! - Build ZENO on CentOS 7 for glibc requirement down to 2.17, therefore fix Ubuntu 18.04 error (#144)
- UI now supports search for node name via
Ctrl+F
thanks to @zhouhang95 (#143) - 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
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!