Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_draw.c
| Context not available. | |||||
| glEnable(GL_LINE_SMOOTH); | glEnable(GL_LINE_SMOOTH); | ||||
| for (link = node->internal_links.first; link; link = link->next) | for (link = node->internal_links.first; link; link = link->next) | ||||
| node_draw_link_bezier(v2d, snode, link, TH_REDALERT, 0, TH_WIRE, 0, TH_WIRE); | node_draw_link_bezier_glsl(v2d, snode, link, TH_REDALERT, 0, TH_WIRE, 0, TH_WIRE); | ||||
| glDisable(GL_BLEND); | glDisable(GL_BLEND); | ||||
| glDisable(GL_LINE_SMOOTH); | glDisable(GL_LINE_SMOOTH); | ||||
| Context not available. | |||||