Added description to raw mesh data option

This commit is contained in:
Colin Basnett
2022-08-11 02:09:27 -07:00
parent a593224b14
commit ce6ae4a64c

View File

@@ -22,7 +22,10 @@ class ASE_OT_ExportOperator(bpy.types.Operator, bpy_extras.io_utils.ExportHelper
('U', 'Unreal', '')), ('U', 'Unreal', '')),
name='Units' name='Units'
) )
use_raw_mesh_data: BoolProperty(default=False, name='Raw Mesh Data') use_raw_mesh_data: BoolProperty(
default=False,
description='No modifiers will be evaluated as part of the exported mesh',
name='Raw Mesh Data')
units_scale = { units_scale = {
'M': 60.352, 'M': 60.352,
'U': 1.0 'U': 1.0