Opened 7 years ago
Last modified 7 years ago
#1263 closed defect
ChimeraX bug report submission — at Initial Version
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Graphics | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
The following bug report has been submitted:
Platform: Darwin-18.0.0-x86_64-i386-64bit
ChimeraX Version: 0.8 (2018-08-09)
Description
When Creating a plugin I used a function:
def change_bgcolor(session):
from chimerax.core.graphics.view import View
view = session.main_view # type: View
view.set_background_color([255, 255, 255, 1])
Note:
See TracTickets
for help on using tickets.
Added by email2trac