Note disappears when sang is deleted
-
Hello,
I added a note on the screen with the code below:
Sketchup.active_model.add_note("some text")
trouble is, when I delete the last entity (for example Sang if he 's the only one on the screen) the note also disappears. When I put something back on the screen my note comes back.
Is there a way to avoid that ?
Thanks
Matthias -
It's a known bug, you need any entity in the model for the notes to display.
-
Thanks a lot Thomas.
Advertisement