Commit: d9e253abce63bc5fbdc38e9aaff40db3124b07c0 Author: Campbell Barton Date: Wed Aug 16 00:25:25 2017 +1000 Branches: blender2.8 https://developer.blender.org/rBd9e253abce63bc5fbdc38e9aaff40db3124b07c0
Correct last commit =================================================================== M source/blender/editors/transform/transform_snap.c =================================================================== diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c index 8753018a9af..1181f584313 100644 --- a/source/blender/editors/transform/transform_snap.c +++ b/source/blender/editors/transform/transform_snap.c @@ -78,7 +78,7 @@ #include "transform.h" /* this should be passed as an arg for use in snap functions */ -#undef BASACT_NEW(sl) +#undef BASACT_NEW /* use half of flt-max so we can scale up without an exception */ _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
