agreed, in my mind, "Select layer ID" isn't equivalent of "Go to layer ID" (or "make it the current one"),
probably an ambiguity here,
Svengali wrote:... I'd also expect there would be a tv_cmd that actually performs a real "SELECT" (or un-select) for one or more ID layers, something like
tv_LayerSelect id - Alas that command is already used instead to select a range of frames on the current layer.
imo, the command which should do that could be
tv_layerset ID Params,
where Params are the 12 layer's parameters :
Display (ON/OFF), Position, Opacity (0>255), Name, Type (SEQUENCE/IMAGE/VIDEO), Start, End, Pre-Lighttable (0>7), Post-Lighttable (0>7), Selection (0/1), unLock (0/1), Stencil (OFF/ON/INVERT)
f.i. to make a layer ID selected, we could type :
tv_layerset ID selection 1
thanks again for your answers.