Blender Git Commit Log
Git Commits -> Revision b3797d9
Revision b3797d9 by Sergey Sharybin (master) September 4, 2012, 16:55 (GMT) |
Sequencer: avoid allocating image buffer on every modifier This means that modifier would operate on buffer which was passed to it, without creating copy of image buffer and operating on it. All current modifiers fit into this model and if it would need to have original buffer on modifier calculation, that particular modifier can create copy. Gives some percentage of boost. |
Commit Details:
Full Hash: b3797d904d0c530b2f5ecd6c493ac44d29686c6c
SVN Revision: 50392
Parent Commit: 0e3f3a0
Lines Changed: +10, -28