nikitron
nikitron
so should I remove json?
weak place here is afterwords process - list del levels most users not understand it. summing areas also (if we need total value area node not gives opportunity). also weakk...
> Then what socket type should be in this case? >  how it expects to exist? Just add matrix in node
Got it, i remade list input node: ```python class SvListInputNode(Show3DProperties, bpy.types.Node, SverchCustomTreeNode): ''' Creta a float or int List ''' bl_idname = 'SvListInputNode' bl_label = 'List Input' bl_icon = 'OUTLINER_OB_EMPTY'...
and draw items: ```python def listinput_drawI(node,col): k = 0 lists = 'int_list', 'int_list1', 'int_list2', 'int_list3' for i in range(node.int_//32): for t in range(32): col.prop(node, lists[i], index=t, text=str(k)) k += 1...
hm. 1. There could be socket as matrix, interpreted as location/scale/rotation XYZ for each position, witch can be randomised right inside matrix. 2. Also mask for polygons should be inverted...
split+zip zip not works as expected anyway
mesh expression/object in light if something. or to store mesh inside object in also?
just want to have interaction between ArchiCAD24 and Sverchok since it possible from 24 version of Archicad without problems