bugfix [#24264] toggle UV selection fails.
was using the 4th selection flag on tri's. also some minor changes, removed unused args and corrected some comments.
This commit is contained in:
@@ -41,7 +41,7 @@ ARegion *node_has_buttons_region(ScrArea *sa);
|
||||
|
||||
/* node_header.c */
|
||||
void node_header_buttons(const bContext *C, ARegion *ar);
|
||||
void node_menus_register(struct ARegionType *art);
|
||||
void node_menus_register(void);
|
||||
|
||||
/* node_draw.c */
|
||||
void drawnodespace(const bContext *C, ARegion *ar, View2D *v2d);
|
||||
|
||||
Reference in New Issue
Block a user