ladybug-tools / ladybug-blender

:beetle: :orange_book: Ladybug plugin for Blender
GNU General Public License v3.0
47 stars 9 forks source link

LB Out Error #38

Closed TZwielehner closed 1 year ago

TZwielehner commented 2 years ago

I get the following error:

Python: Traceback (most recent call last):
  File "C:\Users\abc\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\ladybug_tools\nodes\ladybug\LB_Out.py", line 33, in execute
    node.refresh()
TypeError: 'bool' object is not callable

The LB SunPath node analemma shows a nested list ([[[Polyline3D...).

helenkwok commented 1 year ago

I also get the same error. I connect analemma to the note node and get this:

[[[Polyline3D (5 vertices), Polyline3D (8 vertices), Polyline3D (12 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (13 vertices), Polyline3D (12 vertices), Polyline3D (8 vertices), Polyline3D (5 vertices)]]]

I am using Blender 3.4, Sverchok 1.1 and Ladybug Tools 0.0.220127

Feihei commented 1 year ago

I also met with this error, using blender 3.4.1 , sverchok 1.1 and Ladybug Tools 0.0.220127 I guess it was because sverchok changed the behavior of the node.refresh() method now it returns a boolean I also tried blender 2.93 and several early versions of sverchok, but no help :(