Hello Dynos,
I checked some script and it workes fine, but the flipping is front/back instead of Left/Right.
doors = UnwrapElement(IN[0])
for door in doors:
door.flipFacing()
OUT = IN[0]
How can i choose the direction of the flipping ?
KR
Andreas
flip_doors_V1.dyn (4.5 KB)