1
Python and Java API / Re: saving file with scripts
« on: September 23, 2014, 10:37:37 AM »
Auto detected markers are created as not enabled and without coordinates. The enabled and coord properties are not accessible through python until the markers have been assigned some coordinates. It looks like you have to manually enable the markers by checking the boxes, which will initialise them with 0,0,0 before your script will work.