Page 1 of 1

Python: SetClipProperty working?

PostPosted: Mon Aug 13, 2018 10:41 pm
by austin_at_FX
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?