alessandro-zomparelli / tissue

Tissue - Blender's add-on for computational design
1.02k stars 72 forks source link

Numba Tesselate Error #119

Open smh2287 opened 3 years ago

smh2287 commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Same error here, Blender 2.93.4

prubini87 commented 2 years ago

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 commented 2 years ago

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