Select objects Layer - question

Hi,
I am working on a file with a pretty complicated layer structure…
is there a way to map the “sel objects Layer” in the layer window to a key or so to speed up the process of selecting a layer of a selected object?

manually it takes too long IMHO

thanks

Andreas

Hi Andreas - for now, in V7 you can use this script, on an alias:

HighlightLayers.py (683 Bytes)

V8/WIP has HighlightObjectLayers

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

2 Likes

Thanks Pascal!