WIP: Fix to ensure consistent bolt sizes regardless of the user's unit scale preference. #16
@ -174,7 +174,7 @@ class add_mesh_bolt(Operator, AddObjectHelper):
|
||||
bf_12_Point_Head_Flat_Distance: FloatProperty(
|
||||
attr='bf_12_Point_Head_Flat_Distance',
|
||||
name='Flat Dist (mm)', default=3.0,
|
||||
min=0.001, soft_min=0, # limit to 0.001*createMesh.GLOBAL_SCALE to avoid calculation error
|
||||
min=0.001, soft_min=0, # limit to 0.001 to avoid calculation error
|
||||
Ado marked this conversation as resolved
Outdated
|
||||
max=MAX_INPUT_NUMBER,
|
||||
description='Flat Distance of the 12 Point Head',
|
||||
unit='NONE',
|
||||
|
Loading…
Reference in New Issue
Block a user
"createMesh.GLOBAL_SCALE" not needed in the comment.