Commit Graph

4 Commits

Author SHA1 Message Date
ec42d60c3d Weekly cleanup in my precious blender tree :)
Unused variables, missing prototypes mostly.
2006-02-14 11:46:45 +00:00
Stephen Swaney
6ca0a74b86 add #include <sys/time.h> to get declaration of struct timeval on
loonix for that ${BADWORD} webserver thingie.
2006-02-08 23:00:34 +00:00
38fe80f402 uint8_t changed to unsigned char (barfed on MSVC) 2006-02-05 23:08:30 +00:00
1ce9e196f7 Adds support for frameserver rendering to blender. This is done by
integrating a mini-webserver (around 300 lines of code) into blender.
Using the VFAPI-plugin in contrib/windows it enables blender to
directly feed its output into TMPGEnc, a commercial high quality MPEG-Encoder.
Since it is a mini-webserver, you can probably easily use it for other
interfacing purposes.
2006-02-05 19:12:25 +00:00