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
While defining the forces in Taichi-build version, I got the following error ( Native-build) is working perfectly, however, there is no installation candidate for gmsh_api so I changed directly import gmsh. I cannot figure out the error for Taichi-build add-on:
Traceback (most recent call last):
File "/home/marwa/.config/blender/2.90/scripts/addons/anton-taichi-build/initializer.py", line 31, in execute
bpy.ops.anton.initialize()
File "/usr/share/blender/2.90/scripts/modules/bpy/ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
File "/home/marwa/.config/blender/2.90/scripts/addons/anton-taichi-build/initializer.py", line 102, in execute
bpy.ops.object.modifier_apply(apply_as='DATA', modifier="Triangulate")
File "/usr/share/blender/2.90/scripts/modules/bpy/ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "apply_as" unrecognized
While defining the forces in Taichi-build version, I got the following error ( Native-build) is working perfectly, however, there is no installation candidate for gmsh_api so I changed directly import gmsh. I cannot figure out the error for Taichi-build add-on:
Traceback (most recent call last):
File "/home/marwa/.config/blender/2.90/scripts/addons/anton-taichi-build/initializer.py", line 31, in execute
bpy.ops.anton.initialize()
File "/usr/share/blender/2.90/scripts/modules/bpy/ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
File "/home/marwa/.config/blender/2.90/scripts/addons/anton-taichi-build/initializer.py", line 102, in execute
bpy.ops.object.modifier_apply(apply_as='DATA', modifier="Triangulate")
File "/usr/share/blender/2.90/scripts/modules/bpy/ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "apply_as" unrecognized
location: /usr/share/blender/2.90/scripts/modules/bpy/ops.py:201
location: :-1
The text was updated successfully, but these errors were encountered: