taichi-dev / taichi_elements

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

Create examples of blend scenes #25

Closed PavelBlend closed 4 years ago

PavelBlend commented 4 years ago

@yuanming-hu If I create simulation examples (.blend files), then where are they best placed? Create a separate repository? .blend files can be large.

yuanming-hu commented 4 years ago

As mentioned before I think we can (ab)use Releases - the .blend files are not really releases*, but there's no better place to place these huge binary files...

PavelBlend commented 4 years ago

I thought, and it seems to me that maybe the release page does not take up examples of scenes? Better to leave the release page for blender addon. And I do not want to take a place for examples. I want to create a separate repository in which to create examples. Each release in this repository will contain only one scene. Each scene will be a zip archive that contains a blend scene and the simulation result in the form of rendered mp4 video.

Here is an example video: https://gfycat.com/ru/weeklyunripegoldeneye

yuanming-hu commented 4 years ago

That sounds good as well. If you would like to, feel free to use https://github.com/taichi-dev/taichi_elements_blender_examples. You are the admin of that repo.

The video looks great!! Let me try to fix the collider script crashing today.