Files @ f433e95f2e42
Branch filter:

Location: light9/flax/editsub

dmcc
subcomposer is now a module. You can still run it from the command
subcomposer is now a module. You can still run it from the command
line. If you want it to work as a module, you need to call the
considersendupdate() method with the period of the after loop that it
should use.
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)