Commit Graph

19 Commits

Author SHA1 Message Date
tassaron 219e846984 relativeWidgets might as well be a list 2017-08-03 12:16:57 -04:00
tassaron 5784cdbcf8 x/y pixel values update to match output resolution 2017-08-01 21:57:36 -04:00
tassaron 3c1b52205f component class now tracks colorwidgets
so adding new color-selection widgets is now simple
2017-08-01 17:57:39 -04:00
tassaron 1297af61c9 waveform component is working, preview is glitchy 2017-07-29 20:27:46 -04:00
tassaron de1324a6a7 fixed video component eating stdout
+ made height/width into properties to simplify render methods
2017-07-27 17:49:08 -04:00
tassaron d38109453c better component error messages
fatal errors cancel the export instead of crashing
2017-07-23 17:14:21 -04:00
tassaron bf0890e7c8 components auto-connect & track widgets, less autosave spam
importing toolkit from live interpreter now works
2017-07-23 01:53:54 -04:00
tassaron f454814867 ffmpeg functions moved to toolkit, component format simplified
component methods are auto-decorated & settings are now class variables
2017-07-20 20:31:38 -04:00
tassaron b1713d38fa combined toolkit.py & frame.py into toolkit package 2017-07-17 22:07:33 -04:00
tassaron cbbb787615 components automatically drawPreview & save currentPreset
this makes a Component easier to program. also more comments
2017-07-13 21:59:23 -04:00
tassaron 8811b699a9 merge consecutive static components 2017-07-13 00:05:11 -04:00
tassaron 94d4acc1f4 more comments + warnings for outdated dependencies 2017-07-09 01:10:06 -04:00
tassaron 3a6d7ae421 frame-drawing tools for components to share 2017-07-02 21:38:19 -04:00
tassaron 0da275bf1b renamed component base 2017-07-02 20:46:48 -04:00
tassaron a95ecd7e42 added visualizer options + invalid presets get ignored 2017-06-26 19:07:49 -04:00
tassaron 252639e9a2 renamed Original Audio Visualization to Classic Visualizer 2017-06-25 18:12:16 -04:00
tassaron e32ba958cb fixing bugs 2017-06-24 23:12:41 -04:00
DH4 83d55593d0 Fixed QtWidgets not imported on some components. 2017-06-23 23:39:22 -05:00
DH4 e92e9d79f9 QT5 Conversion + Directory Structure 2017-06-23 17:38:05 -05:00
Renamed from components/original.py (Browse further)