Blender Git Commit Log
Git Commits -> Revision c4229b0
Revision c4229b0 by Peter Schlaile (master) June 10, 2006, 19:56 (GMT) |
==Sequencer== Fixed the blur-plugin (and maybe a lot more) crashes by expecting future float-buffer aware sequencer-plugins to have a bumped PLUGIN_VERSION number. Since quality and speed is degraded by converting the float buffer first to byte, performing the effect on bytes and then converting back again an additional warning is displayed in the effect strip, suggesting to update the used sequencer-plugins. Fixed some more crashes along the way. Float buffer aware sequencer plugins should - first check, if the output-ibuf has a rect_float => perform all operations with floats (input and output) - if not: perform everything on bytes (intput and output) |
Commit Details:
Full Hash: c4229b0272ac223e3723773321ce9263ef858607
SVN Revision: 7677
Parent Commit: 43e7766
Lines Changed: +60, -12