David Sehnal
David Sehnal
These could currently only come in from the built-in compute. We have talked about having the option to generate the interactions from "source data" but noone has implemented that yet....
How to set the custom residues label in the bottom right corner of the panel when hovering over them
You can add your own "loci label provider" that accomplishes this. Search `managers.lociLabels.addProvider` to get some examples in the codebase.
These structures load immediately with the default preset and in general we are able to create scenes with tens or even hundreds of structures representing billions of atoms (e.g. see...
Well, the question is if you really need a separate component for each chain. The components system was never really meant to be used like this. I don't know what...
- You can change colors easily as params to a single custom color theme or there is also the overpaint functionality for that. - As for hiding parts of the...
Wrapping it in a single transaction won't change anything about the performance.
You are just gonna have to change how you think about the state of the application and hiding/coloring things on demand and separate the information of representation/components from what residues...
@arose It seems you wanted to merge this in to `v4-dev` instead of master. Also, this is likely going to cause a nightmare when merging with the other active PRs....
This is a case of bad UX. Thanks for bringing this up, will think about how to improve this. Using the "upload" button creates a default snapshot which doesn't get...
Well, the reason the snapshots are not automatically overwritten is that there can be more than one. In this case it could lead to a different kind of unexpected behavior....