Yi,
To stuff a bunch of identical object in one PDB file, you need to assign
a unique segment ID to each one. For example:
load $PYMOL_PATH/test/dat/1tii.pdb
symexp s,1tii,1tii,5
names=cmd.get_names()
for a in range(len(names)): cmd.alter(names[a],"segi="+str(a))
save multi.pdb
Cheers,
Warre
Xavier,
A potentially confusing aspect of settings is that they only go down to
the object (and in some cases object-state) level. Individual atoms
don't have their own settings.
So what you've doing is changing the stick_transparency for all objects
that include atoms in the "met" selection.
Hello Sebastien,
* Sebastien Moretti [2005-07-28 08:47]
wrote:
> Hello,
> Is there a way to expand the names panel to be able to read object and
> selection names larger than 16 characters ?
At the bottom left corner of the panel, just to the left of the "VCR
controls" is a little vertical ba