Re: [PyMOL] iterate names in group
Hi Jordan - Grouped object names use dots to indicate group inheritance ("groupA.obj1"), so maybe try something like this: ``` from pymol import stored stored.group_names = [] group_name = "groupA" for obj in cmd.get_names(): if obj[0:len(group_name)] == group_name: # e
[PyMOL] iterate names in group
Hi, Is there a way to iterate through the names that have been grouped? iterate doesn’t seem to do it because it kills my pymol app. Jordan -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM