- Downloads
don't overwrite scene.__getitem__ for glob-style access to scene objects
It's breaking more complexcases, e.g.
scene["model"].selection=scene["model"].view.Select('aname=CA')
To use the glob-style access, use scene.Match("*")
Please sign in to comment