MeasureIt: Apply world scale to Area

This is part of T68964
This commit is contained in:
Antonio Vazquez 2020-02-29 11:54:35 +01:00
parent 14ee8dfc0f
commit b530802c22
1 changed files with 3 additions and 0 deletions

View File

@ -709,6 +709,9 @@ def get_area_and_paint(myvertices, myobj, obverts, region, rv3d, rgba, ms_scale)
else:
return 0.0
# Apply world scale
totarea *= bpy.context.scene.unit_settings.scale_length
return totarea