feat: add default rail material when creating rail.
- add default rail material when creating rail. * add Rail material in bme material. - remove negative screw radius feature when creating curve rail. * originally negative screw radius will cause normal flip issue when creating. * however, negative screw radius feature can no fulfill each shapes of screw style. it is more convenient using blender mirror feature after creating screw rail. * thus I remove this feature, not fix it (I can fix it).
This commit is contained in:
@ -63,6 +63,11 @@ _g_BMEMaterialPresets: dict[str, _BMEMaterialPreset] = {
|
||||
'Ball_Wood.bmp',
|
||||
PROP_virtools_material.get_virtools_material_preset(PROP_virtools_material.MaterialPresetType.TraforWoodStone).mData
|
||||
),
|
||||
|
||||
'Rail': _BMEMaterialPreset(
|
||||
'Rail_Environment.bmp',
|
||||
PROP_virtools_material.get_virtools_material_preset(PROP_virtools_material.MaterialPresetType.Rail).mData
|
||||
),
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user