Changes between Initial Version and Version 1 of Ticket #4536


Ignore:
Timestamp:
Aug 10, 2021, 4:16:29 PM (4 years ago)
Author:
Eric Pettersen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4536

    • Property Summary consist model color schemeconsistent model color scheme
  • Ticket #4536 – Description

    initial v1  
    1818
    1919Hi Tom,
    20         When you were speculating about how to undo single-coloring of models, apparently you'd gotten that you'd already implemented a scheme for it.  The Model.color_undo_state property is used to get/set the coloring of a model.  At least, that's what _set_model_colors() in std_commands/color.py (written by you) is using it for.  Seems like we should just keep using that (and probably implement it for more models -- like Structures!).
     20        When you were speculating about how to undo single-coloring of models, apparently you'd forgotten that you'd already implemented a scheme for it.  The Model.color_undo_state property is used to get/set the coloring of a model.  At least, that's what _set_model_colors() in std_commands/color.py (written by you) is using it for.  Seems like we should just keep using that (and probably implement it for more models -- like Structures!).
    2121
    2222--Eric