Skip to content
Snippets Groups Projects
Commit 7804d9ae authored by Marco Biasini's avatar Marco Biasini Committed by Ansgar Philippsen
Browse files

added overload to Entity.selection that accepts a string:

ent.selection='aname=CA'

is equivalent to

ent.selection=ent.view.Select('aname=CA')
parent 48a94e1b
No related branches found
No related tags found
No related merge requests found
t.py 0 → 100644
import desost_util
e=io.LoadPDB("examples/demos/data/sh2.pdb")
desost_util.RunStride(e,True)
scene.Add(gfx.Entity("t",gfx.HSC,e))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment