Marwa

Results 11 comments of Marwa

> May I again kindly but strongly suggest Mol* project owners to provide an architecture document at a conceptual level, using only few words and pictures in a simple slideshow?...

Thank you! I'll check the mentioned extension and review my approach.

@dsehnal Really sorry for bothering you! It's ok if you don't have time to dig deeper in this issue. > These structures load immediately with the default preset and in...

Thank you for the quick reply! Creating detailed and small components is to have more control over the structure, so it becomes easier to change the color/hide/show of a specific...

> * 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...

> You may try wrapping creating all the components in a single transaction > > ``` > plugin.dataTransaction(async () => { ... }); > ``` Thank you for the suggestion!...

> Wrapping it in a single transaction won't change anything about the performance. Unfortunately it didn't! :(

> 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...

The carbon color should be like this: `colorParams: { carbonColor: { name: 'uniform', params: {value: Color(0xff00ff)} } }`

I'm not sure I fully comprehended the second approach so please bear with me. If I want to get the ligand part of a specific chain using the second approach,...