Changes between Initial Version and Version 1 of Ticket #4536
- Timestamp:
- Aug 10, 2021, 4:16:29 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4536
- Property Summary consist model color scheme → consistent model color scheme
-
Ticket #4536 – Description
initial v1 18 18 19 19 Hi 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!). 21 21 22 22 --Eric