Skip to content
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

Taichi-build Anton Add-on Bug #7

Open
meldiwin opened this issue Dec 14, 2020 · 0 comments
Open

Taichi-build Anton Add-on Bug #7

meldiwin opened this issue Dec 14, 2020 · 0 comments

Comments

@meldiwin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant