Skip to content
Snippets Groups Projects
Commit 4d1cfd29 authored by Marco Biasini's avatar Marco Biasini Committed by Ansgar Philippsen
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 7804d9ae
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment