Files @ 4e449d40f42c
Branch filter:

Location: light9/flax/editsub

Drew Perttula
inputdemo sends updates to curvecalc, which edits the curve. doesn't display right
Ignore-this: 5a71a9a6c85d533c79872c93d1c3f5a8
1
2
3
4
5
#!/usr/bin/env python

import sys
import Subcomposer
Subcomposer.open_sub_editing_window(sys.argv[-1], use_mainloop=1, dmxdummy=0)