sampling the node backdrop now draws a line in the curve (as it did in 2.4x).

This commit is contained in:
2012-06-21 14:12:14 +00:00
parent b4440696a5
commit c896a99213
4 changed files with 21 additions and 11 deletions

View File

@@ -61,6 +61,9 @@ void ED_node_link_insert(struct ScrArea *sa);
void ED_node_post_apply_transform(struct bContext *C, struct bNodeTree *ntree);
void ED_node_set_active(struct Main *bmain, struct bNodeTree *ntree, struct bNode *node);
void ED_node_sample_set(const float col[4]);
/* node ops.c */
void ED_operatormacros_node(void);