Hi dodeqaa, for both extrude and offset MoI uses a mechanism where it does the calculation for these in a separate moi_commandprocessor.exe process and uses interprocess communication to send the result back to the main moi.exe process.
It uses this method so that complex cases can get interrupted when there is new input.
The lag on your machine indicates that there is some slowdown on your machine in regard to either the creation of a new moi_commandprocessor.exe process, or something like a virus checker might be inserting itself into the interprocess communication and slowing that down.
Do you have any type of realtime anti-virus or anti-malware type software running on your machine? If so try looking at its options and see if you can disable it for certain programs and disable it for moi.exe and moi_commandprocessor.exe and see if that helps.
- Michael
|