﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
1038	Atom DrawMode Python values out of sync with C++ enum	Tristan Croll	Eric Pettersen	"in C++:
{{{    enum class DrawMode: unsigned char { Sphere, EndCap, Ball };}}}

in Python:
{{{
from chimerax.core.atomic import Atom
Atom.SPHERE_STYLE
  0
Atom.STICK_STYLE
  2
Atom.BALL_STYLE
  1
}}}

... so I think EndCap and Ball need to be switched for consistency?

"	defect	closed	major		Depiction		fixed						all	ChimeraX
