MoI discussion forum
MoI discussion forum

Full Version: DXF related question

Show messages: All  1-12  13-17

From: pw
4 Dec 2017   [#13] In reply to [#12]
Hi Michael,

I tested your solution with the DXF-export and after inserting the line
"objects = moi.geometryDatabase.getObjects();"
in your script after writing back from the helperarray it work's perfectly for me. It seems, that otherwise the unsorted array is written. Thank you very much for your help. No problem with the late response, it was anyway better for my learning curve to try things first and see your solution afterwards.

I have a wish and two questions.

- If you implement the DXF-layer to MoI-Styles feature, could you do this not only for the V4 but, if there will be a maintainace release in the future, also for the V3? The reason is, I use Linuxcnc form my mill, witch is the common Linux distro with realtime patches. Until now it is still 32bit, and the MiO V4 on Wine won't work there.

- If I have wishes/suggestions for the V4 (for example an autoupdate and autoscroll for the logging window for easier debugging?), where should I place them, in the forum and/or on the Wiki-pages?

- The same, I found some little thing, testing the V4, for example, when you click SaveAs, firstly the Open-Dialog appears, and after canceling that, the SaveAs Dialog (I assume you know that already), or the OSnap Info is not shown like in V3, when you approach an OSnap-point or a crash of the V4 after several hibernation-cycles. Are you interested in those reports, and if so, where should I place them?

Best Regards,
Paul

Attachments:
SaveAs.js


From: Michael Gibson
4 Dec 2017   [#14] In reply to [#13]
Hi Paul, that's great I'm glad that's working for you!

> - If you implement the DXF-layer to MoI-Styles feature, could you do this not only for
> the V4 but, if there will be a maintainace release in the future, also for the V3?

I'm sorry but I'm not doing any more work on V3 except for absolutely critical fixes.


> If I have wishes/suggestions for the V4 (for example an autoupdate and autoscroll for
> the logging window for easier debugging?), where should I place them, in the forum
> and/or on the Wiki-pages?

Here in the forum would be great. For improved logging it's probably more likely that I'd try to add support for some of the system logging tools like OutputDebugString on Windows, that way you'd be able to use some other existing tool to see a live logging stream rather than me spending time on that.


> The same, I found some little thing, testing the V4, for example, when you click SaveAs, firstly the
> Open-Dialog appears, and after canceling that, the SaveAs Dialog (I assume you know that already),

That looks like a bug in the customized SaveAs.js replacement - at the top where it uses getOpenFileName(); change it to getSaveFileName();


> or the OSnap Info is not shown like in V3, when you approach an OSnap-point

Yes I know about this one - the display of text inside of viewports is one of the few remaining areas that have not been implemented quite yet in V4.


> or a crash of the V4 after several hibernation-cycles. Are you interested in those reports, and if so, where should I place them?

If some crash report files were generated, like moi_report1.zip, moi_report2.zip , etc... can you please e-mail those to me at moi@moi3d.com so I can take a look?

Thanks, - Michael
From: Mindset (IGNITER)
21 Nov   [#15] In reply to [#14]
Howdy Y'all,

Don't know if this is the right thread for my issue, but I used this script to rename some open curves sequentially:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3114.23

Exported them to DXF for use in Blender, but there they all imported as one object.
Is there a better way to accomplish my goal?
I'd rather not have each on a separate layer.

Thanks.,
MindSet
From: Mindset (IGNITER)
21 Nov   [#16] In reply to [#15]
Well... a bit of progress to report:

Discovered a setting in the Blender DXF import dialog-box that allows for the avoidance of item merging.


Of course it does not provide the same sequence value as the original, but at least I can use it❗

Please, let me know if there is a better fix.
I couldn't find information on the other merge options, so I left them at their default.

Image Attachments:
Blender DXF Import.jpg 


From: Michael Gibson
21 Nov   [#17] In reply to [#15]
Hi MindSet, object names do not get written to DXF format because as far as I know there isn't a concept of an object name there.

The main thing that has name labels in DXF is layers, and the style names in MOI should be preserved in the layers list in the generated DXF file.

If you have any DXF files that do import into Blender with object names coming through please send them to me so I can see how they are set up.

- Michael

Show messages: All  1-12  13-17