MoI discussion forum
MoI discussion forum

Full Version: V4 beta Feb-27-2019 available now

Show messages:  1-13  …  114-133  134-153  154-173  174-193  194-213  214-218

From: Frenchy Pilou (PILOU)
28 Jul 2019   [#174] In reply to [#173]
This ?


From: LarryV
28 Jul 2019   [#175] In reply to [#172]
Hello Michael,

Thanks a lot for confirming! Can't wait for the release v4 release!

About that, will the release 4.0 version need to be installed over 3.0, in the same folder? As an add-on or expansion of sorts? Or will it be a separate installation?

If it comes as a separate installer which can be installed in a separate folder, if I install it over V3 would it retain the plugins I installed? I'm sorry if these questions were already asked and answered earlier in this thread.

Thanks for your time and consideration.

Best regards!

Larry.
From: LarryV
28 Jul 2019   [#176] In reply to [#174]
Hey Pilou,

That's indeed where the import issue in 3.0 is and it looks similar to your screenshot from the current beta of 4.0 so it was probably the same issue as in 3.0.

Best regards,

Larry.
From: Michael Gibson
28 Jul 2019   [#177] In reply to [#174]
Hi Pilou, yes that's the problem area, it will be ok in the next v4 beta though.

- Michael
From: Michael Gibson
28 Jul 2019   [#178] In reply to [#175]
Hi Larry also I should mention that I'm hoping that the next v4 beta will be the last one and after that I'll switch to a very conservative mode trying not to make any more changes if possible to avoid introducing new bugs for the final v4 release. So if you have any other .3dm files that don't come across well now would be the time to send them to have a chance at getting them fixed for v4.

So far it seems that CAD exchanger .3dm transfer is working well other than this one particular bug though.


> About that, will the release 4.0 version need to be installed over 3.0, in the same folder? As an add-on
> or expansion of sorts? Or will it be a separate installation?

It's meant to be a separate installation, it's best not to try and install it directly in the same folder as v3.


> If it comes as a separate installer which can be installed in a separate folder, if I install it over V3
> would it retain the plugins I installed?

I'm not quite sure what would happen. It's best not to try and intermingle a v3 and a v4 installation directly over top of each other in a single install folder. It's intended that v3 and v4 should be in separate folders. Probably what would happen is you would have a v4 that worked and the current v3 installation would be broken. Many of the binaries for v3 and v4 have the same file name like MoI.exe, etc... so if you tried to put them in the same folder the v3 ones would get overwritten.

For plugins, most plugins are installed by copying them into the commands folder, you would just copy those from v3's commands folder into v4's commands folder. Also v4 now supports an additional commands folder located in appdata, outside of the main installation folder. It's good to put plugins there instead because then future versions will find them them there instead of needing to copy them around.

- Michael
From: LarryV
28 Jul 2019   [#179] In reply to [#178]
Hey Michael!

It doesn't look like I have any more models which don't import correctly either as .step files or as .3dm files, after conversion with CAD Exchanger. From what I can tell, it looks like I'll be able to reliably use this pipeline going forward.

Thank you!

Best regards,

Larry.
From: Michael Gibson
28 Jul 2019   [#180] In reply to [#179]
Thanks Larry, that's great!

- Michael
From: LarryV
29 Jul 2019   [#181] In reply to [#180]
Hey Michael!

Me again, just came across another .step model that doesn't import correctly as Rhino 5 .3dm in MOI 3.0. What's unusual is that the .step file appears to import correctly.

I'm fairly sure this is fixed in the latest beta of 4.0 but just thought I'd report it anyway.

Thank you!

Attachments:
conical.throttle.valve.variant.B.7z


From: Michael Gibson
29 Jul 2019   [#182] In reply to [#181]
Hi Larry, thanks for sending it. Yes that is indeed another case of the same bug and it will come in ok now in the next v4 beta.

- Michael
From: Rudl
29 Jul 2019   [#183]
Will the next Beta contain the dimension tools?
From: Michael Gibson
30 Jul 2019   [#184] In reply to [#183]
Hi Rudl,

re:
> Will the next Beta contain the dimension tools?

Yes!

- Michael
From: pafurijaz
30 Jul 2019   [#185]
Hi to all a think this was asked before but with upcoming version a figure out if planed a script or a new command to develop surfaces inside moi like Rhino here https://wiki.mcneel.com/labs/devsrf

thanks..
From: bemfarmer
30 Jul 2019   [#186] In reply to [#185]
It seems a lot like LineWeb.
Maybe some of the new crv methods of MoI4beta could be adapted...(?)...coplanar tangents...

- Brian
From: Michael Gibson
30 Jul 2019   [#187] In reply to [#185]
Hi pafurijaz,

> Hi to all a think this was asked before but with upcoming version a figure out if planed
> a script or a new command to develop surfaces inside moi like Rhino here
> https://wiki.mcneel.com/labs/devsrf

Sorry no there are not currently any plans for developable surface focused tools in MoI. I would recommend using Rhino for those particular tools.

- Michael
From: LarryV
31 Jul 2019   [#188] In reply to [#187]
Hey Michael!

Hope it's not too late for the next beta but I've found another model of mine which MOI 3.0 seems to have trouble with and it's different enough from the previous ones that I think it might possibly be a different bug than the one already addressed. So I thought I'd upload it here so you can maybe test the latest 4.0 beta with it as well.

I provided the problem model in .sat, .step and .3dm (Rhino 5) format in the attached archive file. Can you please test this .3dm as well? I promise I'll stop bugging you afterwards :)

Thank you!

Best regards,

Larry!

Attachments:
threelobed.and.pentalobe.circles.joined.01.7z


From: Michael Gibson
31 Jul 2019   [#189] In reply to [#188]
Hi Larry, thanks for sending it in, it is indeed a different bug than the other one. Actually it's 2 bugs, the first one is in display mesh generation and the second one was in the same area of code as that previous bug but in a slightly different thing.

The display mesh bug is the one that looks like this:


So the problem is if this edge here is not refined with enough points:



It's going to cross over the inner boundary like this:



That one will go away during mesh export if you use a tight enough angle like 6 degrees or lower. This one is pretty difficult to fix because it would involve testing a lot of edges against each other to see if they intersect or not which would be a major performance degradation in display mesh generation. In the future maybe I could try something like only do that additional testing if the mesh was damaged. But it's basically a display artifact and the actual model is ok there and will also be ok during mesh export using a tight enough angle. Even without a tight enough angle the export mesh doesn't leak out so badly and the damage is contained just to that small area. So I'm not expecting to fix this one in v4.

All the other messed up areas are from the 2nd bug which I've fixed for the next v4 beta so in the next beta the export will look like this:




> I promise I'll stop bugging you afterwards :)

:) It's not any problem at all in fact I really appreciate you sending them in so I can get them fixed in v4! If you run into any more please go ahead and send them. If it's more convenient you can e-mail them to me at moi@moi3d.com .

MoI itself does not happen to write out .3dm files with the thing that involves these bugs, that's why they've stayed hidden for quite a while.

Thanks, - Michael

Image Attachments:
larry_3dm_bugs1.jpg  larry_3dm_bugs2.jpg  larry_3dm_bugs3.jpg  larry_3dm_bugs4.jpg 


From: AlexPolo
5 Aug 2019   [#190]
Hi Michael,
With PDF export is it possible to control line widths for export - please find same file exported to PDF on MOI3 and MOI4.

Have checked INI file but not sure where to make changes.

thanks
Alex.
From: Michael Gibson
5 Aug 2019   [#191] In reply to [#190]
Hi Alex, yes when exporting a solid where it will create a hidden-line drawing, it is possible in both MoI v3 and v4 to control the line widths by using the "Line style options" button in the PDF export options dialog:



Then on the "Line style options" dialog, the widths are controlled by this column here:



It appears that your v4 export is using the default values while your v3 export has had them modified.

Did you do the v3 and v4 export from different machines though or from the same machine? If it's on a different machine then you would want to modify your v4 settings to match what you have on v3. If it's on the same machine that might be some kind of bug since the values should be coming from the same section in moi.ini for both v3 and v4.

If you want to sync up 2 moi.ini files, you would copy over the [AI/PDF Export] section from your v3 to your v4.

- Michael

Image Attachments:
alex_pdf_linewidth1.jpg  alex_pdf_linewidth2.jpg 


From: AlexPolo
5 Aug 2019   [#192]
Thanks again Michael - sorry on my part for missing the obvious I presumed the Line Style Options Box was referring to the tick boxes above and never clicked on that. All AOK your in depth support is priceless.

regards
Alex.
From: bemfarmer
23 Aug 2019   [#193]
After my recent re-install to SSD drive:

The moi.ini file is in the appdata directory, and is being used by both MoI3 and MoI4Beta, which is a problem when trying to use the same hotkey
for nodeeditor for both MoI3 and MoI4Beta.


- Brian

I see on my old laptop, which lacks V4beta, that MoI3 saves moi.ini to %appdata%.

So on my main SSD drive computer, I have only Moi directory in appdata. Maybe I need Moi3 and Moi4beta directory there?

Show messages:  1-13  …  114-133  134-153  154-173  174-193  194-213  214-218