taichi-dev / taichi_elements

High-performance multi-material continuum physics engine in Taichi
MIT License
483 stars 69 forks source link

[Blender] Support bundled ZIP format distrubtion #60

Open archibate opened 4 years ago

archibate commented 4 years ago

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 to sys.path.

codecov[bot] commented 4 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3b4182b...fa63c6e. Read the comment docs.

archibate commented 3 years ago

What's the relationship between this and https://github.com/taichi-dev/taichi_blend?

Not really, taichi_elements is only an importable PyPI package bundled with Taichi-Blend.

archibate commented 3 years ago

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.

PavelBlend commented 3 years ago

@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.