Blender Git Loki
Git Commits -> Revision aba3c36
Revision aba3c36 by Ton Roosendaal (master) February 14, 2009, 18:31 (GMT) |
2.5 Test: making screencast movies inside Blender! Hotkey: CTRL+F3. Stop with ESC Keep in mind it's unfinished :) Just nice to see how simple cleaner code with the new event system and job manager can be put to work! - it uses currently output directory and image/movie settings from scene. No buttons for this yet. - Framerate is hardcoded 10 fps - Thread job takes care of open/write/close movie or save image files. - For speed it uses glReadPixels from backbuffer. Have to consult Brecht for nifty triple buffer trick. - On file reads it stops now. |
Commit Details:
Full Hash: aba3c36e33cca600a98588d1a9f559922d1aaaed
SVN Revision: 18971
Parent Commit: 7dce015
Lines Changed: +109, -16