basic transform for sequencer strips

can transform the strips or move their handles
Still todo, click-drag transform, metastrips support, snapping, markers overlap checks and constrain to valid channels.
This commit is contained in:
2009-01-21 07:01:20 +00:00
parent 09357a91ce
commit 88e244ebb9
12 changed files with 346 additions and 141 deletions

View File

@@ -43,7 +43,15 @@
#undef PyLong_Check
#define PyLong_Check PyInt_Check
#ifdef PyUnicode_FromString
#undef PyUnicode_FromString
#endif
#define PyUnicode_FromString PyString_FromString
#ifdef PyUnicode_FromFormat
#undef PyUnicode_FromFormat
#endif
#define PyUnicode_FromFormat PyString_FromFormat
#endif