anton icon indicating copy to clipboard operation
anton copied to clipboard

Taichi-build Anton Add-on Bug

Open meldiwin opened this issue 4 years ago • 0 comments

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

meldiwin avatar Dec 14 '20 22:12 meldiwin