You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel a bit lost trying to work with certain geometry-script functions, and the examples in the documentation don’t seem to work with the latest versions of Blender. At first, I thought the issues might be due to an outdated installation of the add-on, so I reinstalled it. However, I’m still encountering the same errors.
Here are two examples of issues:
The first relates to the use of mesh_boolean. Below is the corresponding code and the resulting error.
Error: Python: Traceback (most recent call last):
File "/2024-11-22_geo_script-005.py", line 165, in <module>
File "/pathto/.config/blender/4.3/scripts/addons/geometry-script-main/api/tree.py", line 136, in build_tree
outputs = builder(**builder_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/2024-11-22_geo_script-005.py", line 170, in shape_func
AttributeError: 'Type' object has no attribute 'mesh'
Although the code runs without errors, the connections formed are incorrect (see the attached image).
I feel a bit lost trying to work with certain geometry-script functions, and the examples in the documentation don’t seem to work with the latest versions of Blender. At first, I thought the issues might be due to an outdated installation of the add-on, so I reinstalled it. However, I’m still encountering the same errors.
Here are two examples of issues:
mesh_boolean
. Below is the corresponding code and the resulting error.The text was updated successfully, but these errors were encountered: