Resources
Links to useful MoI information on the web ( French)
MOI's site links | External links |
MoI help file online (French) ( German) ( Spanish) ( Italian) Burr's script archive - collection of scripts posted on the forum |
Petr's MoI page, a variety of informations including scripts and custom commands. (French version) Max Smirnov's MoI scripts, numerous advanced scripts from Max. |
Language packs: | |
French v4 update |
Tutorials
Helper programs
Some standalone small programs to help accomplish specific tasks.
Rhino6/7 3DM file format to Rhino5 3DM file format (MOI3D compatible) converter
Download Convert3DMToRhinoV5 converter for Windows
Download Convert3DMToRhinoV5 converter for Mac
Obj23dmWireframe converter
Download Obj23dmWireframe converter
This enables bringing polygon data in an .obj file into MoI to use as a construction guide. Unzip it to some folder, and then you can run the Obj23dmWireframe.exe program. It will prompt you for the name of an .obj file to read, and after that the name of a .3dm file to create. It will read all the polygon data from the obj file and convert the edges of polygons into line segments, and then write those line segments to the 3dm file. You can then load that 3dm file into MoI and use those line segments to snap on to. Originally posted on the forum here.
MergeOBJ utility
This utility program can combine several input OBJ files into one single OBJ file. This may be useful if you want to build up a set of different OBJ files possibly by exporting pieces with different mesh settings, and then combine them into one OBJ file if your target program wants to work with only a single file. This was created because the freely available mesh editing tools have a tendency to remove vertex normals when combining files together, this utility will preserve vertex normals. Announced on the forum here.
Old utilities
3dmCurves2DXF converter - This could convert curves in a 3DM file to a DXF file to be used for CAM programs. It's not needed anymore since MoI v3 now directly supports DXF file export.
These utilities were to help with MoI v1 which did not export material assignments to OBJ files. Since MoI v2 can control material assignments by assigning Styles, these are no longer necessary but are still included here for v1 users.
SeparateOBJ editor - Breaks an OBJ file exported from MoI v1 into smaller pieces and puts separate material assignments on each piece for import into programs that require that.
MergeOBJ editor (old version) - Edits an OBJ file to combine all the different objects in it into one single object so there will be just one material for the whole thing.