kristinbranson / APT

Animal Part Tracker
GNU General Public License v3.0
72 stars 14 forks source link

lObj.delete() doesn't work for multiview projs #274

Closed allenleetc closed 5 years ago

allenleetc commented 5 years ago

user wants proper close-down command for scripting

stephenhuston commented 5 years ago

this is a decent workaround: deleteValidHandles(apt.gdata.figs_all); apt.delete;

allenleetc commented 5 years ago

hopefully fixed