Hello, Konrad! I have a problem with creating tags on spaces. If I select a list of views, this node create tags random on views. I think, that I know where is a problem, but my python is not so good).
I think, that it’s lines 101-109, because code create tag in the following way:
element {№1} - uv - view {floor plan +0.000}
element {№2} - uv - view {floor plan +2.000}
element {№3} - uv - view {floor plan +3.000}
element {№4} - uv - view {floor plan +0.000}
…
But in fact I need:
element {№1} - uv - view {floor plan +0.000}
element {№2} - uv - view {floor plan +0.000}
element {№3} - uv - view {floor plan +0.000} (all elements on floor plan +0.000)
element {№4} - uv - view {floor plan +2.000} (all elements on floor plan +2.000)
…
P.s.: Sorry for my English)