Commit: b3d15c05a91a3685e1693ce95d9d1c235a3cc66d Author: Jacques Lucke Date: Thu Jan 13 16:43:08 2022 +0100 Branches: temp-move-geometry-to-cpp https://developer.blender.org/rBb3d15c05a91a3685e1693ce95d9d1c235a3cc66d
typo =================================================================== M source/blender/editors/geometry/geometry_intern.hh =================================================================== diff --git a/source/blender/editors/geometry/geometry_intern.hh b/source/blender/editors/geometry/geometry_intern.hh index 8a0f9294722..14992476edd 100644 --- a/source/blender/editors/geometry/geometry_intern.hh +++ b/source/blender/editors/geometry/geometry_intern.hh @@ -25,6 +25,6 @@ struct wmOperatorType; -/* *** geometry_attributes.c *** */ +/* *** geometry_attributes.cc *** */ void GEOMETRY_OT_attribute_add(struct wmOperatorType *ot); void GEOMETRY_OT_attribute_remove(struct wmOperatorType *ot); _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
