-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Blender] Support bundled ZIP format distrubtion #60
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
=======================================
Coverage 76.40% 76.40%
=======================================
Files 3 3
Lines 517 517
Branches 98 98
=======================================
Hits 395 395
Misses 85 85
Partials 37 37 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about the delayed review. Everything LGTM here. Thanks for the PR!
I'm happy to merge this. What's the relationship between this and https://github.com/taichi-dev/taichi_blend?
Not really, |
Co-authored-by: Yuanming Hu <[email protected]>
Btw, how can I create a node scene in blender for taichi_blend, like taichi_elements does? I'd like to connect solvers / renders using node system instead of writing code. |
@archibate hello. I can help write a node system for taichi_blend like in taichi_elements. I will create an issue in the taichi_blend repository. |
Related issue = close #59
This allows users to install Taichi Elements like a trivial addon, like
Stop-Motion-OBJ.zip
does.All the dependencies are included in
Taichi-Elements.zip/bundle
, which will be added tosys.path
.