Commit: 68b06208d2dcf4ef218e0a139a50cdb6eae35ad2 Author: Germano Cavalcante Date: Thu Jun 17 22:27:09 2021 -0300 Branches: master https://developer.blender.org/rB68b06208d2dcf4ef218e0a139a50cdb6eae35ad2
Fix undefs from previous commit =================================================================== M source/blender/editors/space_graph/graph_select.c =================================================================== diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index 9effcebc08e..73777568ab1 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -728,9 +728,9 @@ static bool rectf_curve_intersection( } return false; } -#undef UP +#undef ABOVE #undef INSIDE -#undef DOWN +#undef BELOW /* Perform a box selection of the curves themselves. This means this function tries * to select a curve by sampling it at various points instead of trying to select the _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
