Using create_marker in batch view timebar

Is it possible to add markers with the python API on the timebar in the batch to show the handles the operator?

I would tend to think the way to do this would actually be in/out marks on the Render node. Any time its selected, it would show them. Same with a source clip.

<PyRenderNode>.in_mark
<PyRenderNode>.out_mark

I dont think markers exist on a naked Batch timebar… only on source clips

1 Like

thanks this works fine, I wish I could have the same on the write to file.

This is correct.

1 Like

Maybe submit a feature request for a PyNodeNote object? Maybe you could have in/outs just as text in note? Currently a note node has a get_value() & set_value() but it doesnt do what we want. Seems to just return the PyNode object.

Oh! What about a PyCompassNode around the Write node with the shot name, in & outs in the name?

This is an similar ongoing request that appears to have been floundering for 3 years.
https://feedback.autodesk.com/project/feedback/view.html?cap=5afe6c84-5cb3-447a-b36c-cbd7f0688f84&uf=0812fc5b-331b-415a-a950-66cb54da743a&slsid=6b27aec4-7a09-499d-bc60-94511db61621

I thought there was one for being able to see the markers on the batch timeline, no matter what node you are in.