Can i ignore this warning, script runs well?

hi,

So i created in 2022 a python costum node and it says:

callWarning


if isinstance(rooms,list): rooms = UnwrapElement(rooms)
else: rooms = [UnwrapElement(rooms)]

Can i ignore that?

KR

Andreas

@Draxl_Andreas Can you please share the whole code?

Possible solution: You also try using your learnings from your post below for this situation:

2 Likes

realy, so i just implement that “Try” as accepted! @AmolShah

here is this beautiful pice of art

2 Likes

@Draxl_Andreas not sure why you are getting that error, try the attached custom node:


RoomsGetRoomsParameters.dyf (9.6 KB)
roomsParameters.dyn (8.3 KB)

1 Like