Blender Git Loki
Git Commits -> Revision c8f5dac
Revision c8f5dac by Sergey Sharybin (master) February 3, 2012, 19:13 (GMT) |
Movie Clip Editor: implemented option to display frame using OpenGL textures Initial idea was to perform bilinear filtering for displaying proxied frame to make it looking a bit smoother. It was done but it was also discovered that using such kind of texture buffers helps on some crappy videocards when playing $k footage. Currently check for NPOT support is disabled, so use this option with care. |
Commit Details:
Full Hash: c8f5dac11bb67aa005502d62855292e41252bbb4
SVN Revision: 43873
Parent Commit: c354a6a
Lines Changed: +197, -10
10 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+4, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+30, -9) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+147, -0) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_clip/SConscript (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/include/ED_clip.h (+4, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+30, -9) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+147, -0) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_clip/SConscript (+1, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)