Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.h
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | |||||
| /* space_node.c */ | /* space_node.c */ | ||||
| /* transform between View2Ds in the tree path */ | /* transform between View2Ds in the tree path */ | ||||
| void space_node_group_offset(struct SpaceNode *snode, float *x, float *y); | void space_node_group_offset(struct SpaceNode *snode, float *x, float *y); | ||||
| /* node_draw.cc */ | /* node_draw.cc */ | ||||
| float node_socket_calculate_height(const bNodeSocket *socket); | float node_socket_calculate_height(const bNodeSocket *socket); | ||||
| void count_multi_input_socket_links(struct bNodeTree *ntree, struct SpaceNode *snode); | |||||
| void node_link_calculate_multi_input_position(const float socket_x, | void node_link_calculate_multi_input_position(const float socket_x, | ||||
| const float socket_y, | const float socket_y, | ||||
| const int index, | const int index, | ||||
| const int total_inputs, | const int total_inputs, | ||||
| float r[2]); | float r[2]); | ||||
| int node_get_colorid(struct bNode *node); | int node_get_colorid(struct bNode *node); | ||||
| int node_get_resize_cursor(int directions); | int node_get_resize_cursor(int directions); | ||||
| ▲ Show 20 Lines • Show All 238 Lines • Show Last 20 Lines | |||||