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:
@@ -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
|
||||
|
Reference in New Issue
Block a user