On 07/04/2017 at 09:56, xxxxxxxx wrote:
I was curious about the proper way to delete a layer with python. I know you can get the layer and do layer.Remove() which does delete the layer but it leaves the scene in a weird state sometimes. If I have objects solo'd when I use layer.Remove() it leaves all objects solo'd even though the layer is gone.
Is there a proper way to go about this?
Thanks