From 328a0f975be68404604ee2571c1d0c4cf828dfec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2019 23:14:35 +1100 Subject: Cleanup: comment line length (DNA) Prevents clang-format wrapping text before comments. --- source/blender/makesdna/DNA_material_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_material_types.h') diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h index 6cd964fddf9..41146a77e7b 100644 --- a/source/blender/makesdna/DNA_material_types.h +++ b/source/blender/makesdna/DNA_material_types.h @@ -55,7 +55,7 @@ typedef struct TexPaintSlot { /** Do we have a valid image and UV map. */ int valid; /** Copy of node inteporlation setting. */ - int interp; + int interp; } TexPaintSlot; typedef struct MaterialGPencilStyle { @@ -255,7 +255,8 @@ typedef struct Material { #define TEXCO_TANGENT (1 << 12) /* still stored in vertex->accum, 1 D */ #define TEXCO_STRAND (1 << 13) -#define TEXCO_PARTICLE (1 << 13) /* strand is used for normal materials, particle for halo materials */ +/** strand is used for normal materials, particle for halo materials */ +#define TEXCO_PARTICLE (1 << 13) #define TEXCO_STRESS (1 << 14) #define TEXCO_SPEED (1 << 15) -- cgit v1.2.3