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
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-03-29 12:28:38 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-03-29 12:28:38 +0300
commit17757eabc7d04f4619723a83ebfae15d3c14277f (patch)
tree9eab4427b964dd2ac36e82bfe11a6408567e86fc /source
parent9450057b43cb278e6b8003f54ec0705dae599165 (diff)
Cleanup: Remove commented lines of previous commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index aa17f6bc366..9a9b6d582e5 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -848,10 +848,6 @@ static float rna_GPencilStrokePoints_weight_get(bGPDstroke *stroke,
}
MDeformVert *pt_dvert = stroke->dvert + point_index;
- // if ((pt_dvert) && (pt_dvert->totweight <= vertex_group_index || vertex_group_index < 0)) {
- // BKE_report(reports, RPT_ERROR, "Groups: index out of range");
- // return -1.0f;
- // }
MDeformWeight *dw = BKE_defvert_find_index(pt_dvert, vertex_group_index);
if (dw) {