Go to file
Nathan Vegdahl c372d485e2 Fix bug in PsychoBlend where render hangs.
This was because it was taking the standard input from Psychopath,
but was buffering it and not reading it.  The percentage complete
printouts would fill the buffer in some cases, and cause the
process to not exit since not all stdout had been handled.
2016-07-10 19:31:26 -07:00
example_scenes PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
psychoblend Fix bug in PsychoBlend where render hangs. 2016-07-10 19:31:26 -07:00
src Finished implementing motion blur. 2016-07-10 19:20:37 -07:00
.gitignore Added PsychoBlend exporter to repo. 2016-07-10 17:03:50 -07:00
Cargo.lock PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
Cargo.toml PsychoBlend now exports meshes as meshes, and Psychopath renders to PNGs. 2016-07-10 17:42:28 -07:00
todo.txt Print render progress and auto-determine bucket size. 2016-07-10 16:40:30 -07:00