virtualsatellite / VirtualSatellite4-FreeCAD-mod

A FreeCAD Module to interchange information with Virtual Satellite.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Changing shape isn't deleting the old part #26

Open ghost opened 4 years ago

ghost commented 4 years ago

Changing a shape with having the former shape not as RootObject doesn't delete the old shape. This is because in json_part: "root_objects = list(active_document.app_active_document.RootObjects)" doesn't delete objects not on the root object layer

What is the wanted behavior here?: