You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the traits.py file has no background set, python tries to get the first image from a folder named layer00 which doesn't jive with the way we have things explained in the docs.
Either we have to be specific about the need to keep background color in traits, even if you don't want it; or we add logic that says "if Background Color" doesn't exist, start at layer01.
The preferable solution is the latter, so people that don't care about background and have one set in images already won't get confused.
The text was updated successfully, but these errors were encountered:
If the traits.py file has no background set, python tries to get the first image from a folder named
layer00
which doesn't jive with the way we have things explained in the docs.Either we have to be specific about the need to keep background color in traits, even if you don't want it; or we add logic that says "if Background Color" doesn't exist, start at
layer01
.The preferable solution is the latter, so people that don't care about background and have one set in images already won't get confused.
The text was updated successfully, but these errors were encountered: