Page 1 of 1

Opening CMOD in blender

Posted: 21.04.2021, 14:08
by trappistplanets
is there anyway to open CMOD in blender?
i tried to reopen the original .obj (i made) but nothing is showing up and this happens every single time to my obj files
so how can i open cmod in blender?

Posted: 21.04.2021, 16:28
by Anthony_B_Russo10
Get a CMOD plugin.

Posted: 21.04.2021, 17:41
by trappistplanets
Anthony_B_Russo10 wrote:Get a CMOD plugin.
i don't know of any

Opening CMOD in blender

Posted: 21.04.2021, 23:43
by John Van Vliet
there was a very very old EXPORT only plugin for Blender 2.49b

however there is a DOT NET 5 ( C# ) microsoft only ( maybe linux with wine but i have not tried it ) , cmod to obj program

see:

viewtopic.php?f=25&t=21059



.

Posted: 22.04.2021, 12:35
by trappistplanets
John Van Vliet wrote:there was a very very old EXPORT only plugin for Blender 2.49b
i want somthing that can import cmod
and somthing i don't have to build on my own, i don't know how to compile/build programs or plugins

Posted: 22.04.2021, 14:23
by SevenSpheres
trappistplanets wrote:i want [something] that can import cmod
and [something] i don't have to build on my own, i don't know how to compile/build programs or plugins

That doesn't exist (unless someone compiles Andrew Tribick's program and releases it on the forum).

Update: there's a pre-compiled version now.

Posted: 22.04.2021, 17:05
by trappistplanets
SevenSpheres wrote:That doesn't exist (unless someone compiles Andrew Tribick's program and releases it on the forum).
okay so who should i talk to about compiling it?

Posted: 22.04.2021, 19:11
by ajtribick
John Van Vliet wrote:however there is a DOT NET 5 ( C# ) microsoft only ( maybe linux with wine but i have not tried it ) , cmod to obj program
It should work on any platform where the .NET 5 runtime can be installed, which includes Mac and Linux (at least several of the more popular distros), so hopefully WINE would not be necessary. Although since I abandoned the idea of putting a GUI on this, I might end up converting it to Rust at some point.

Whether converting from CMOD to OBJ will solve the original issue, no idea unfortunately.

Posted: 22.04.2021, 19:16
by trappistplanets
ajtribick wrote:It should work on any platform where the .NET 5 runtime can be installed, which includes Mac and Linux (at least several of the more popular distros), so hopefully WINE would not be necessary. Although since I abandoned the idea of putting a GUI on this, I might end up converting it to Rust at some point.
i use windows 7 x32

Posted: 22.04.2021, 19:18
by SevenSpheres
trappistplanets wrote:i use windows 7 x32
https://dotnet.microsoft.com/download/dotnet/5.0
Click on the Windows x86 installer. (x86 = 32-bit)

Posted: 23.04.2021, 00:22
by John Van Vliet
a rust version would be nice , looking at the code ( dot net) it looks like it will be a pain in the rear end to compile on linux or apple

however this is a great start