-
Notifications
You must be signed in to change notification settings - Fork 71
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
Does this work in windows? #58
Comments
it works for me and i have windows |
Well I followed the steps in the readme which where useless to be honest. Manually installed everything, but when I go to enable the addon in blender, blender crashes to desktop. Using 2.83.5 LTS |
Could you run blender in console ( |
Settings loaded C:\Program Files\Blender Foundation\Blender 2.83> |
The install location seems make Blender consider Does http://github.com/taichi-dev/taichi_blend, which does not require |
that seem to work import taichi as ti |
Cant load the examples Traceback (most recent call last): Traceback (most recent call last): |
Sorry, I forgot to add extra dependencies like |
mpm3d loads a point cloud into the 3d viewport. Can play it but cant make any other changes. Im assuming thats correct? |
Yes, if you press the Space button to start animation, the point cloud will move like liquid. Otherwise it will raise some error in console. |
Yes it does. I also downloaded 2 of the demo blend files. They dont seem to work properly, 2 of the nodes show as undefined. Is this because of the missing glsl or have the demo blend files not been updated? |
Great, then we can confirm
I can't make them functional too, keep getting this error:
I run In fact the cwd problem can actually be easily solved by: - taichi_elements_path = os.path.dirname(os.path.abspath(os.curdir))
+ taichi_elements_path = os.path.dirname(os.path.dirname(__file__)) ... why |
Hi, this elements work with blender in windows or is this linux only?
The text was updated successfully, but these errors were encountered: