-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
official testing code failed ... #56
Comments
resolved ! from geometry_script import *
@tree("Cube Tree")
def cube_tree(size: Vector):
return cube(size=size).mesh, 5 PS: my second question remains ;-) = Do you plan to maintain the project in the long term (since blender evolves very quickly...)? |
Yeah, it should be fairly low-maintenance since it generates all of the functions from the nodes available in the Blender installation. |
thanks for the feedback, Do you know if there are other sources to learn how to use it? (discussion forums, sites where you can find script examples???) |
There are guides here: https://carson-katri.github.io/geometry-script/ |
Hello,
Wanting to try geometry-script, I started following the documentation. No problems during installation. No worries either for the first demo code.
On the other hand, here is the error message that I get with the following script...
script
output
Could you direct me to the origin of the problem?
I'm taking this opportunity to find out if you plan to maintain the project in the long term (since blender evolves very quickly...), thank you for your feedback
The text was updated successfully, but these errors were encountered: