schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.2k stars 281 forks source link

Nested grouping failing #346

Closed pslacerda closed 8 months ago

pslacerda commented 8 months ago

Something is wrong at the objects sidebar.

image

session.pze.zip

JarrettSJohnson commented 8 months ago

Hi Pedro,

AFAIK, there are still some limitations with the contents panel (seems like this session includes nested groups which are currently not supported in PyMOL3 Incentive: see the Known Issues section at https://pymol.org/support.html )

For incentive-only features, we ask that you go through help@schrodinger.com

pslacerda commented 3 months ago

There is an way to enable the legacy contents panel and disable the new one programatically?

pslacerda commented 3 months ago

I missed set internal_gui, off.

JarrettSJohnson commented 3 months ago

There's no way to programmatically toggle the new contents panel, but I think it's been recently discussed for future consideration? Also, nested groups should also be addressed for 3.1. @TstewDev can probably chime in better on both of these.

TstewDev commented 3 months ago

Yes I'm currently working on nested groups and targeting 3.1! As far as toggling the new contents panel, this may be introduced in the future to allow the workspace to be larger and reduce clutter. Currently it's only hidden when there's an error in the process of populating/drawing the panel, so it wouldn't make sense have an option to show it again until I put some more thought into how to properly reinitialize and deal with these errors gracefully.

pslacerda commented 3 months ago

Never used, but Qt support for CSS may be an option to reduce clutter. Have a good job doing this panel!