Skip to content
Snippets Groups Projects
Commit eecdd445 authored by Marco Biasini's avatar Marco Biasini
Browse files

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("*")
parent be6d6e34
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment