Blender Git Commit Log

Git Commits -> Revision 28667a3

Revision 28667a3 by Ton Roosendaal (master)
January 14, 2008, 19:03 (GMT)
Feature + Fix:

- while sampling color in image window, you now get the sampled color as a line
drawn in the node editor Curve nodes, allowing quicker view of what values you
actually change.

- reverted temporary the patch [#6779] by Matthew Plough
He replaced image drawing of backdrop-node-editor with our Texture drawing
function. That call is extremely slow, and should be by definition slower
than glDrawPixels (unless you don't upload the image each time to gfx mem).

Drawing large frames (2k, 4k) in node editor became unacceptable slow, even
with the neatest hardware around. (tested nvidia, ati)

Probably (Campbell thinks) this is a bypass for Linux ATI cards?
Anyhoo, this should be investigated further before applying. It better then
becomes a user pref, or even much better: part of the OpenGL profiler we need.

Commit Details:

Full Hash: 28667a314e94da91de6121894dfd237217da0b80
SVN Revision: 13236
Parent Commit: cdcba16
Lines Changed: +113, -15

5 Modified Paths:

/source/blender/include/BSE_node.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_color_types.h (+4, -1) (Diff)
/source/blender/src/drawnode.c (+50, -3) (Diff)
/source/blender/src/editsima.c (+29, -9) (Diff)
/source/blender/src/interface_draw.c (+27, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021