Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-05-23 00:30:11 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-06-01 23:20:28 +0300
commit5c54a609a9abe09a3c5dd235868893cec5a4c88a (patch)
tree33b79445e3e0dd7f5c63247617e807878af066a6 /source/blender/editors/transform/transform_mode_gpshrinkfatten.c
parent91fb07f3611cfeadd1f0eb0cb0bb8c439bd8dc5e (diff)
Cleanup: Remove unused flag
Diffstat (limited to 'source/blender/editors/transform/transform_mode_gpshrinkfatten.c')
-rw-r--r--source/blender/editors/transform/transform_mode_gpshrinkfatten.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/transform/transform_mode_gpshrinkfatten.c b/source/blender/editors/transform/transform_mode_gpshrinkfatten.c
index 7c49d107703..ab9a0aa79ed 100644
--- a/source/blender/editors/transform/transform_mode_gpshrinkfatten.c
+++ b/source/blender/editors/transform/transform_mode_gpshrinkfatten.c
@@ -73,10 +73,6 @@ static void applyGPShrinkFatten(TransInfo *t, const int UNUSED(mval[2]))
FOREACH_TRANS_DATA_CONTAINER (t, tc) {
TransData *td = tc->data;
for (i = 0; i < tc->data_len; i++, td++) {
- if (td->flag & TD_NOACTION) {
- break;
- }
-
if (td->flag & TD_SKIP) {
continue;
}