Commit: 7ca178d2ca57253aaea8c7f4d2156ef3c07ff9e3 Author: Antonio Vazquez Date: Fri Feb 12 15:52:24 2021 +0100 Branches: temp-gpencil-io https://developer.blender.org/rB7ca178d2ca57253aaea8c7f4d2156ef3c07ff9e3
GPencil: Revert change for warning This crash the compilation of C code =================================================================== M source/blender/editors/include/ED_gpencil.h =================================================================== diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h index 338cf3b09e3..57d4d852e8c 100644 --- a/source/blender/editors/include/ED_gpencil.h +++ b/source/blender/editors/include/ED_gpencil.h @@ -62,7 +62,7 @@ struct bAnimContext; struct wmKeyConfig; struct wmOperator; -enum eUndoStepDir : int; +enum eUndoStepDir; #define GPENCIL_MINIMUM_JOIN_DIST 20.0f _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
