Andreas Henschel wrote:
Is it the only possibility to put all functions
> that share memory in the same plugin?
no. you can do the following:
from pymol import cmd,stored
stored.colorDict = {
'blue': '/1ewf//A/1-217 and not hetatm',
'yellow': '/1ewf//A/218-456
}
and then do the same import on other scripts to access the contents
of stored.colorDict.
zac
