﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
984	Depth cueing fails if an empty Model is added before first AtomicStructure	Tristan Croll	Tom Goddard	"If I do:
{{{
from chimerax.core.models import Model
m = Model('test', session)
session.models.add([m])
}}}

... then load an atomic structure, ChimeraX fails to center the display on the new model, and after manually re-centering depth-cueing is non-functional, despite

{{{
session.view.lighting.depth_cue
  True
}}}

Running `lighting depthCue true` does reinstate it.

This only happens if done before any atomic structures have been loaded. If I load an atomic model, immediately close it and then do the above, everything works fine."	defect	closed	minor		Graphics		fixed						all	ChimeraX
