mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix up broken tool setup, also wrapping up moviemaker mess
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
0200 core
|
||||
X remove textMode(SCREEN)
|
||||
X added expand(long) and expand(double) because of Table
|
||||
X PImage.save() with full path raises exception
|
||||
X http://code.google.com/p/processing/issues/detail?id=808
|
||||
X update wiki re: PNode... also include notes about the changes
|
||||
X add note about textMode(SCREEN) to the wiki
|
||||
|
||||
|
||||
0199 core
|
||||
X pnode: look more closely at json and xml compatibility
|
||||
X argh, dumb mistake that broke SVG loading with loadNode()
|
||||
|
||||
+3
-9
@@ -1,12 +1,6 @@
|
||||
0200 core
|
||||
X remove textMode(SCREEN)
|
||||
X added expand(long) and expand(double) because of Table
|
||||
X PImage.save() with full path raises exception
|
||||
X http://code.google.com/p/processing/issues/detail?id=808
|
||||
X update wiki re: PNode... also include notes about the changes
|
||||
X add note about textMode(SCREEN) to the wiki
|
||||
|
||||
_ moviemaker built into core to write uncompressed frames? or PNG?
|
||||
0201 core
|
||||
o moviemaker built into core to write uncompressed frames? or PNG?
|
||||
X doing this via a tool instead
|
||||
|
||||
_ change how beginRecord() works.. passing around PApplet vs PGraphics is gross
|
||||
_ have to pass PApplet just to make the rendering work to both renderers
|
||||
|
||||
Reference in New Issue
Block a user