Cleanup: GPencil Clarify comment

This commit is contained in:
Antonio Vazquez 2019-06-26 21:03:34 +02:00
parent 96af590d58
commit 155c62b070
Notes: blender-bot 2023-02-14 07:31:34 +01:00
Referenced by issue #66510, External IES is not packing in .blend file
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static void deformStroke(GpencilModifierData *md,
}
copy_v3_v3(factor, mmd->hsv);
/* keep Hue equals. */
/* keep initial values unchanged, subtracting the default values. */
factor[0] -= 0.5f;
factor[1] -= 1.0f;
factor[2] -= 1.0f;