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:
@@ -452,7 +452,7 @@ void ED_spacetype_node(void)
|
||||
|
||||
BLI_addhead(&st->regiontypes, art);
|
||||
|
||||
node_menus_register(art);
|
||||
node_menus_register();
|
||||
|
||||
/* regions: listview/buttons */
|
||||
art= MEM_callocN(sizeof(ARegionType), "spacetype node region");
|
||||
|
||||
Reference in New Issue
Block a user