Skip to content

[Blender] Support bundled ZIP format distrubtion#60

Open
archibate wants to merge 4 commits intotaichi-dev:masterfrom
archibate:bundle
Open

[Blender] Support bundled ZIP format distrubtion#60
archibate wants to merge 4 commits intotaichi-dev:masterfrom
archibate:bundle

Conversation

@archibate
Copy link
Copy Markdown
Contributor

@archibate archibate commented Sep 4, 2020

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
Copy link
Copy Markdown

codecov bot commented Sep 5, 2020

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.40%. Comparing base (3b4182b) to head (fa63c6e).
⚠️ Report is 46 commits behind head on master.

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@yuanming-hu yuanming-hu left a 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?

Comment thread blender/__init__.py Outdated
@archibate
Copy link
Copy Markdown
Contributor Author

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.

Co-authored-by: Yuanming Hu <yuanming-hu@users.noreply.github.com>
@archibate
Copy link
Copy Markdown
Contributor Author

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
Copy link
Copy Markdown
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Blender] Deploy in ZIP format for Blender-friendly addon installation

3 participants