GPencil: Cleanup unneeded initializations

This commit is contained in:
2020-05-11 16:13:03 +02:00
parent d63956d0e5
commit bdcf2083a3
16 changed files with 0 additions and 25 deletions

View File

@@ -77,9 +77,7 @@ static void initData(GpencilModifierData *md)
{
HookGpencilModifierData *gpmd = (HookGpencilModifierData *)md;
gpmd->pass_index = 0;
gpmd->layername[0] = '\0';
gpmd->material = NULL;
gpmd->vgname[0] = '\0';
gpmd->object = NULL;
gpmd->force = 0.5f;
gpmd->falloff_type = eGPHook_Falloff_Smooth;