FeRD (Frank Dana)
72e09dc033
Fraction: Implement dict type methods
2021-01-27 05:48:06 -05:00
FeRD (Frank Dana)
1b82a3c97a
Fraction: Restore __string__ for Python
...
The Python code expects __string__() on a Fraction to return a
"{num}:{den}" representation, which __repr__() no longer does.
2021-01-02 18:33:39 -05:00
FeRD (Frank Dana)
b280fbd082
Bindings: Add template specializations
2020-12-04 11:28:59 -05:00
FeRD (Frank Dana)
2a9cf280f5
Merge branch 'develop' into frac-python-types
2020-12-04 09:34:55 -05:00
Jonathan Thomas
ac73bd965d
Fixing an issue caused by timeline::GetClip returning a ClipBase instead of a Clip (broke waveform generation).
...
Also adding a swig definition for the Caption effect.
2020-12-03 10:52:27 -06:00
FeRD (Frank Dana)
762f0e716d
Fraction: New ctors accept STL container args
2020-11-21 15:17:18 -05:00
FeRD (Frank Dana)
1c8a67333e
Fraction: Update Python __repr__
2020-11-21 15:15:30 -05:00
FeRD (Frank Dana)
a1e44edad4
Merge branch 'develop' into clip-refactor-keyframes
2020-10-19 16:28:49 -04:00
FeRD (Frank Dana)
600f559460
Bindings: Rename MappedMetadata to MetadataMap
2020-10-18 07:47:36 -04:00
FeRD (Frank Dana)
a6441d822d
Reorganize source tree (headers in src/)
...
- src/bindings/ moves to /bindings/
- src/examples/ moves to /examples/
- Contents of include/ merged into src/ with same hierarchy
- src/Qt/demo/ moves to examples/qt-demo/
2020-10-18 05:05:29 -04:00