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

Numba Tesselate Error #119

Open
smh2287 opened this issue Jul 6, 2021 · 6 comments
Open

Numba Tesselate Error #119

smh2287 opened this issue Jul 6, 2021 · 6 comments

Comments

@smh2287
Copy link

smh2287 commented Jul 6, 2021

I cannot use numba tesselate due to an error
image

It works without numba.

image

but does not work when numba tesselation is turned on

@alessandro-zomparelli
Copy link
Owner

hi @smh2287
Are you using the stable Blender 2.93 or an old beta version?
I'm not able to reproduce your error. Does it happen every time that you tessellate something?
Can you please show me a screenshot of the console? Is there any other message?

@smh2287
Copy link
Author

smh2287 commented Jul 31, 2021

actually. it got fixed by itself. I too cannot reproduce the error right now. everything is fine I guess.. will notice you next time if this error happens again

@inca
Copy link

inca commented Aug 15, 2021

Not sure if it's the same issue, I've got numba_interp_points is not defined.

Error: Python: Traceback (most recent call last):
  File "...\Blender\2.93\scripts\addons\tissue\dual_mesh.py", line 131, in execute
    bpy.ops.object.tissue_update_tessellate()
  File "...\Blender\2.93\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
  File "...\Blender\2.93\scripts\addons\tissue\tessellate_numpy.py", line 2059, in execute
    same_iteration = tessellate_patch(tess_props)
  File "...\Blender\2.93\scripts\addons\tissue\tessellate_numpy.py", line 726, in tessellate_patch
    co2 = np_lerp2(v00, v10, v01, v11, vx, vy, 'verts')
  File "...\Blender\2.93\scripts\addons\tissue\utils.py", line 96, in np_lerp2
    co2 = numba_interp_points(v00, v10, v01, v11, vx, vy)
NameError: name 'numba_interp_points' is not defined

I am using Blender 2.93.2 and Tissue 0.3.50

@prubini87
Copy link

Same error here, Blender 2.93.4

@prubini87
Copy link

prubini87 commented Sep 12, 2021

Same error here, Blender 2.93.4

Restarting Blender has fixed it for me. It was my first time running Blender on a fresh Windows installation, perhaps that's connected to the error? Something else to note is that tissue v. 0.3.25, which comes with Blender 2.93.4, did not work for me, so I downloaded tissue v. 0.3.51 and installed it manually.

@onerawartist
Copy link

never use the one that comes with blender , its outdated and always has been, i dont know why lol so i never use that, i always use the one here on github

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

5 participants