Hi folks - great release! Been playing with the scripting during the betas, and had seen this bug mentioned previously, but am wondering if I am doing something wrong.
- Code: Select all
Py2> print srcclips[1.0].GetClipProperty('In');
{'In': '19:09:51:14'}
Py2> srcclips[1.0].SetClipProperty({'In', '19:09:59:00'})
Py2> print srcclips[1.0].GetClipProperty('In');
{'In': '19:09:51:14'}
Py2>
The In point should change, no?