Jarrett Johnson

Results 134 comments of Jarrett Johnson

Just wanted to drop by and say that I see the same issue as the couple of other users mentioned above on master and the corrections suggested work for me...

Thanks for submitting this issue. This is something that needs work on the Wiki as well. The `geometry` parameter here refers to the steric number of that atom (number of...

Hi Pedro, This is something we're currently working toward. We have some C++ events currently, but we're looking to extend this for python scripting as well.

Also, were you able to take a look at the Scene's panel that was introduced to open-source a couple of years ago? It's a very similar premise to the Views...

Ah, didn't know that. PyMOL3's Scene's Panel is much more developed than the one in open-source and does save to session files, but that functionality might've not been brought to...

From what I see, this is all hardcoded, but it's definitely reasonable to have this be rotated around to fit your use-cases.

Correct. AFAIK, this is not yet possible.

Let's leave it up as as a feature request. I do think something like this is helpful to have in the future.

Thanks for opening this issue. There was a commit that I forgot to transfer here which includes the following ```python PyMOLInstance::PyMOLInstance() { auto options = PyMOLOptions_New(); options->show_splash = false; m_Inst...

I've silenced the tests that use `PyMOLInstance` for now just so that the suite can pass on these machines. I'll look into fixing the underlying issue soon when I get...