Hi,
Is there a way to iterator over the view/hotspots of the visual selector tag?
According to this thread, it is not possible. But perhaps, there were updates?
When you move the visual selector to another document, the link field will be lost. My use-case is to automate "inputting" the link field to every hotspots. Something like this:
for hotspot in hotposts:
hotspot_name = hotspot.GetName()
hotspot_obj = doc.SearchObject(hotspot_name)
hotspot.SetLink(hotspot_obj)
Regards,
Ben