From 2c170b35ad2cb0f9babbe874b284ddeb6dc6c3c1 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 11 May 2023 15:17:41 +0200 Subject: [PATCH] Draft: Indicate which DXF pref option is for legacy importer/exporter only - fixes #6001 --- src/Mod/Draft/Resources/ui/preferences-dxf.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Mod/Draft/Resources/ui/preferences-dxf.ui b/src/Mod/Draft/Resources/ui/preferences-dxf.ui index ef408b3c10..cbe0b8f148 100644 --- a/src/Mod/Draft/Resources/ui/preferences-dxf.ui +++ b/src/Mod/Draft/Resources/ui/preferences-dxf.ui @@ -94,7 +94,7 @@ Note: C++ exporter is faster, but is not as featureful yet Allow FreeCAD to download the Python converter for DXF import and export. -You can also do this manually by installing the "dxf_library" workbench +You can also do this manually by installing the "dxf_library" workbench from the Addon Manager. @@ -339,7 +339,7 @@ Example: for files in millimeters: 1, in centimeters: 10, Otherwise default colors will be applied. - Get original colors from the DXF file + Get original colors from the DXF file (legacy importer only) dxfGetOriginalColors @@ -445,7 +445,7 @@ instead of the size they have in the DXF document Hatches will be converted into simple wires - Import hatch boundaries as wires + Import hatch boundaries as wires (legacy importer only) importDxfHatches @@ -466,7 +466,7 @@ instead of the size they have in the DXF document as closed wires with correct width - Render polylines with width + Render polylines with width (legacy importer only) renderPolylineWidth @@ -567,7 +567,7 @@ If it is set to '0' the whole spline is treated as a straight segment. All objects containing faces will be exported as 3D polyfaces - Export 3D objects as polyface meshes + Export 3D objects as polyface meshes (legacy exporter only) dxfmesh @@ -611,7 +611,7 @@ This might fail for post DXF R12 templates. Exported objects will be projected to reflect the current view direction - Project exported objects along current view direction + Project exported objects along current view direction (legacy exporter only) dxfproject