Blender Git Loki

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

5 Modified Paths:

/release/plugins/sequence/blur.c (+2, -1) (Diff)
/source/blender/imbuf/intern/rectop.c (+1, -1) (Diff)
/source/blender/imbuf/intern/scaling.c (+1, -2) (Diff)
/source/blender/src/drawseq.c (+7, -3) (Diff)
/source/blender/src/seqeffects.c (+49, -5) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021