Added description to raw mesh data option
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user