Hi guys! I have a problem. I'am trying to add one more surface plane t o scatter, but it doesnt add any instances there. Looks like calculation work in background, but nothing appears. And here is error that i've facing:
LogPython: -------------- failed to run the tool Surface Scatter --------------
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "C:\Users\andre\AppData\Local\Programs\Polygonflow\Dash\Modules\GN\GNL\Core.py", line 1973, in runInstance
result = self.tool.graph.run(kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LogPython: Error: File "C:\Users\andre\AppData\Local\Programs\Polygonflow\Dash\Modules\GNLTools\SurfaceScatter\Versions\2.9\source.py", line 685, in run
border_lines = CurveLibrary.GNCurve.fromMeshes(meshes=surface, func_id=index+110739)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LogPython: Error: File "C:\Users\andre\AppData\Local\Programs\Polygonflow\Dash\Modules\GN\Core\FunctionDecorators.py", line 113, in globalCache
result = function(*args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
LogPython: Error: File "<string>", line 6, in node_call
LogPython: Error: File "C:\Users\andre\AppData\Local\Programs\Polygonflow\Dash\Modules\GN\FunctionLibraries\CurveLibrary.py", line 1726, in fromMeshes
for interface in meshes.toMeshInterfaces():
^^^^^^^^^^^^^^^^^^^^^^^
LogPython: Error: AttributeError: 'GNMesh' object has no attribute 'toMeshInterfaces'
LogPython: --------------------------------------------------------