Create annotation tag_archi-lab

Hey, guys!
I’ve a problem whith creating annotation tags on spaces throught archi-lab node “Create Annotation Tag”: when I select a list of views, node creating tags in random order. I think that problem in python code (lines 101-109), because code create tag in the following way (node used function ‘zip’):
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)

May be someone know another node?
p.s.: sorry for my English)

Nobody have no ideas???

Can you explain why do you need the created tags in a defined order ?

No, I don’t need create tags in a defined order. If you try to create tags in a list of views, you can see, that tags creating in random order. I mean, that in a view node created tags not in full. Just take a look at my picture. On right you can see a view after dynamo worked

So if I understand correctly, some space tags are not created.
For example, you have 60 spaces in your picture and only 4 tags are created.
If I’m rigth I have maybe a solution for you.

Yes, it created only part of all tags. I’ve 550 spaces, and in node “Watch” I see 550 created space tags. But I can see only part of all tags on my views

You can try with the Create Annotation Tag (Multi-Category) node. It should solve your issue.
It’s a variation on this great archilab’s node.
You no longer need to cycle the views.

1 Like

Yes! It’s work! @Alban_de_Chasteigner, thank you!!!
Guys from Genius Loci just changed “if” in two lines of code( in archi-lab - lines 104-105, in genius loci -121-122) , and it’s worked!

1 Like