Files @ fc651955d6d9
Branch filter:

Location: light9/flax/editsub

Drew Perttula
curvecalc takes drops for new subterms and also to edit the sub of an existing one
Ignore-this: 448a61f7631d59bcd909869dc6300194
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)