We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Fails to add annotations (Sometimes)

Home Forums Puzzles Fails to add annotations (Sometimes)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47553
    grimmy
    Customer

    I have a bunch of objects and on each object I run a function to add an annotation.

    All of the print to console commands in the code attached work perfectly, however only ‘some’ of the annotations are ever displayed.

    Each time I run it, a different variation of the annotations are displayed but in all cases there are always one, two or three annotations missing.

    Whats happening? I cant understand how the debug text works fine but the annotations don’t appear.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #47775
    xeon
    Customer

    Without seeing your full code its hard to determine.

    Annotations are not very useful when assigned generically to an object.
    The will perfectly overlap and make it appear like an annotation is not displayed when in fact its just under a more recently created annotation.

    As an example, if you assign 2 annotations to an object using your code you would only see the second annotation. The first would be hidden underneath. So if you are going to use the default position by assigning it to an object then you can only provide one annotation per object.

    I find that putting empties around the object and then assigning the annotations to those empties will provide the desired results but without seeing your projects this is only a guess.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.