Import: issue #8884: C++ DXF importer never imports text (annotations
This reverts commit e1ebcef39e
This commit is contained in:
@@ -407,7 +407,7 @@ private:
|
||||
char* Name;
|
||||
const char* DocName=nullptr;
|
||||
const char* optionSource = nullptr;
|
||||
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Import";
|
||||
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Draft";
|
||||
bool IgnoreErrors=true;
|
||||
if (!PyArg_ParseTuple(args.ptr(), "et|sbs","utf-8",&Name,&DocName,&IgnoreErrors,&optionSource))
|
||||
throw Py::Exception();
|
||||
|
||||
Reference in New Issue
Block a user