MoI discussion forum
MoI discussion forum

Full Version: Moi and Ubuntu

Show messages:  1-11  12-31  32-51  52-71  72-91  92-105

From: bigseb
24 Nov 2011   [#72]
I'm not too keen on 11.10. Would MoI also work on an earlier version, say, 10.10 or 10.04? Just use the latest Wine. What about Mint and Puppy? Or even Kubuntu? Would they work?
From: Michael Gibson
24 Nov 2011   [#73] In reply to [#72]
Hi Sebastian,

> Would MoI also work on an earlier version, say, 10.10 or
> 10.04? Just use the latest Wine.

Yes, that should work fine, just as long as you can get a good video driver installed.

Getting a reliable and non-buggy video driver running seems to be the biggest barrier to getting things working on Linux.


> What about Mint and Puppy? Or even Kubuntu? Would they work?

I've tested with Mint over here and got it to work.

Again though the major obstacle is getting a good video driver set up.

- Michael
From: MarkkuM
1 Dec 2011   [#74] In reply to [#73]
Michael, thank you!

First, thank you making v3 usable in Linux! I have missed MoI a lot after leaving Windows-world.

Also, thanks for important information about video drivers. I updated my Ubuntu nVidia drivers from (default) 270.x to 290.10, and v3 beta worked!

I understand that you can't possibly support every computer architecture or operating system, but this is wonderful! Many have asked for this.

--MarkkuM
From: bigseb
1 Dec 2011   [#75]
Finally got round to trying this out for myself. Works beautifully. A huge bonus for Linux.

Running Mint 12.
From: d^^b (DAVID)
15 Feb 2012   [#76]
Well...finally I changed the graphic card and now MoI runs very fine!
I had a Nvidia 6200 and it was a poor performance, actually.

¡A 10 for MoI again! :-)
From: Michael Gibson
15 Feb 2012   [#77] In reply to [#76]
Hi David, that's great news!

Yes, on Linux getting a good video driver seems to be tricky, it seems that some particular cards (specific cards I mean, not necessarily just entire brands) are supported better than others.

- Michael
From: TpwUK
22 Mar 2012   [#78]
This is sounding good news for me. I have been using Rhino since its early days and it's the one app that keeps tied to windows. I have a couple of questions though ...

1. New Ubuntu and Mint flavours of linux have a kernel mod that enables 32bit platforms to take advantage of systems with more than 4gb RAM, does moi see this and use it, or is that something done at kernel level ?

2. Has anyone tried rendering with blender/yafaray combination with an exported mesh from Moi, is it reliable and stable ?

I much prefer Linux to windows, and Linux's ability to address >4gb with 32bit platform is fantastic, this could be the solution i have been searching for for the last 5 years. If it works, then I will definitely spend - I am a landscape garden designer and i love the speed and accuracy i get with NURBs but i also need stability with large models. I would prefer a native linux app with no translation layers at all, but wine will do as long as it can handle the strain. My Rhino3d v4 and Vray cant hack the pressure on a 64bit windows environment which i need with windows to get all my RAM.

As a footnote, as far as i am aware AMD/ATI are now doing their very own Linux drivers for all their recent graphics cards and ATI has a better pedigree with OpenGL if i remember from the old days 3DSmax and Autodesk were supplied drivers with ATI cards, hopefully we will be going back to those days ... NVidia = Games ... ATI = Design

Martin Spencer-Ford
(TpwUK)
From: Michael Gibson
22 Mar 2012   [#79] In reply to [#78]
Hi Martin,

> 1. New Ubuntu and Mint flavours of linux have a kernel mod
> that enables 32bit platforms to take advantage of systems
> with more than 4gb RAM, does moi see this and use it, or is
> that something done at kernel level ?

I don't know the specifics of this mod, but most likely it's something at the kernel level, probably allowing the kernel itself to use more than 4GB to divide between all available processes. But any one individual 32-bit process will still be limited itself to a 4GB address space, that's just how much memory can be addressed by a 32-bit number so that per-process limit is fundamental to a 32-bit program.

If you are working with large models, one thing you can do in MoI to help is to adjust the display settings to make a coarser display mesh. By default the settings are fairly high to make for a nice smooth looking surface display but on large models higher density display meshes can consume quite a bit of memory. See here for some information about how to adjust the settings to make a coarser (and a bit more jaggedy appearing) but lower memory consuming display mesh:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4196.2


> 2. Has anyone tried rendering with blender/yafaray combination
> with an exported mesh from Moi, is it reliable and stable ?

Yes, some others have used that combination ok before, here are some gallery images done with that method:
http://moi3d.com/gallery/viewitem.php?id=142
http://moi3d.com/gallery/viewitem.php?id=141

But Blender has some problems with importing meshes exported from CAD programs since it does not have the ability to read vertex normals in from the mesh file, which can result in a lower quality shading than with other rendering and modeling programs that are able to read that vertex normal shading data in and use it. As far as I know every other rendering program other than Blender is able to use that information, it seems to be a problem unique to Blender.

See here for some more information on this Blender problem:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4515.3
http://moi3d.com/forum/index.php?webtag=MOI&msg=4272.1

It will still work to import the mesh into Blender but Blender will ignore the vertex normals stored in the mesh file and instead create its own vertex normals for shading just by averaging the normals of the polygonal data. That will tend to make polygonal artifacts appear in the shading.

It can help if you dice your mesh data up into smaller more evenly sized pieces using the "Divide larger than" setting like this:
http://moi3d.com/forum/index.php?webtag=MOI&msg=2833.5

Basically because it does not import vertex normals Blender is set up to only work with sub-d type mesh structures which are all made up of small evenly shaped quads and not things like big polygons next to small polygons (and polygons at sharp angles to one another) like you will typically get with CAD generated meshes. Other rendering programs can deal with the CAD-generated data much better because they use the vertex normals from the file which come from the original NURBS data instead of being approximated from the polygon structure. When those vertex normals are used it helps to make the shading look exactly the same as the original NURBS CAD structure.

So because of this Blender is not really the best renderer to use for MoI data (or any kind of CAD-generated data), and unfortunately so far the developers have shown no interest in fixing it.

- Michael
From: Frenchy Pilou (PILOU)
22 Mar 2012   [#80] In reply to [#79]
I can speak of that to the Blender gurus, because I know some of ones ;)

Done!
So wait and see :)
From: Michael Gibson
22 Mar 2012   [#81] In reply to [#80]
Hi Pilou, well there seems to be several layers to the problem with Blender vertex normals.

The first layer is that the OBJ importer just ignores vertex normals from the OBJ file.

But even if that one particular thing is fixed, there are some more problems like whenever you enter edit mode, vertex normals are discarded and recalculated and even more problematic is that whenever you go to a render the vertex normals are again discarded and recalculated then too.

So just getting them imported is only one of the problems.

Here for example someone opened a bug that any vertex normals that were actually imported are discarded if you just go to edit mode and back out again without actually doing anything, and the bug was rejected:
http://projects.blender.org/tracker/?group_id=9&atid=498&func=detail&aid=26405

There was an extensive discussion of this on the forum here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4272.1

- Michael
From: TpwUK
22 Mar 2012   [#82]
Well to be honest i don't mind loosing blender, the new 2.6 release has done me no favours with it's new gui, and it's modelling is not that intuitive to me, it's kinda gone Autodesk on me and just yugh, I am getting on in life and like software I can use without reading 400page manuals and don't require a degree just to find the tools i need. Rhino and MOI fit the bill nicely, but I am starting to see the greed factor developing in Rhino and having to spend money on new windows platforms every 5 years has become tedious, it's OT for this thread i know but i don't really do 3D renderings of garden designs for many clients, but i like to play at car design and rendering so if anyone feels like adding a free or cheap standalone rendering app for Linux into the equation then feel free to do so ... I am really close to grabbing the debit card ;¬)

Martin Spencer-Ford
From: DannyT (DANTAS)
22 Mar 2012   [#83] In reply to [#82]
Hi Martin,

I used to dabble in Linux for a while, but then made a rule for myself, if it doesn't work out of the box forget it, I can do more interesting and productive stuff with my time instead of trying to work out how to get something running on an un-native platform when it already runs perfectly on another, that's just me.

Anyhow here's a free renderer that runs on Linux, http://www.luxrender.net/en_GB/standalone

Cheers
From: TpwUK
22 Mar 2012   [#84] In reply to [#83]
Thanks Danny, I don't mind tweaking and playing with the guts of OS's - I have been around computers for a long time (Yawn), things might be native to an OS but you generally find you still need to tweak things here and there to get the best from them. But I do expect an artistic tool to be quick and easy to learn. Rhino was like that, but it just feels as if it's loosing its way. Alias is like way too expensive and the learning curve isn't even a curve if you know what I mean. I was trying out MOI but sadly my partner suffered a severe brain injury and I never got to finish my trial period, however the little time I got to play impressed me quiet a lot, a single person development showing a consistent logic to the tools and just being able to play and find things was fun but intuitive.

Thanks for the render engine - I scoured the net last night and found several multi-platform ones so I am going to try some over the next few days and see how they work out.

Many thanks to you all

Martin Spencer-Ford
From: SurlyBird
25 Oct 2013   [#85]

Just for fun, I recently revived a 10-year-old PC by installing Linux on it (Ubuntu 13.10 running lxde or xfce depending on how I am feeling at the moment). I had a few display driver shenanigans to sort out early on to get anything to run acceptably, but overall it's been a smooth transition. One of the biggest tests (and a major win, in my opinion) is to see if I can run MoI using WINE. I am happy to report that with my first try, I launched MoI and it runs really well - definitely usable in a production environment.

Performance has been so good, my goal now is to repeat the process on my wife's old Dell laptop which has been gathering cobwebs. It's pretty fun to breathe new life into old hardware and to actually make it useful and productive again.


From: SteveD
25 Oct 2013   [#86] In reply to [#85]
Thanks for the report SurlyBird.

I recently installed Linux Mint 13 on a low cost Acer laptop. MoI runs well under Wine on that system too.

- Steve
From: Frenchy Pilou (PILOU)
25 Oct 2013   [#87]
I have Xubuntu on a very old PC latop just for the Net and kow absolutly nothing about Linux...
What does I must install for running Moi on this config ?
And this necessary need many memory more? I have just 256 Megas ram !

Moi works very fine on the XP part! :)
From: Michael Gibson
25 Oct 2013   [#88] In reply to [#87]
Hi Pilou,

> What does I must install for running Moi on this config ?

You have to install a program called "Wine" which can then let you run Windows programs on your Linux machine.

But if your laptop is very old you may have some difficulty getting OpenGL drivers to work very well on it. Also 256MB is a pretty small amount of system RAM, it's fairly likely that you will run out pretty easily.

So I'd say chances are not too good on a such a very old machine like that.

- Michael
From: Frenchy Pilou (PILOU)
25 Oct 2013   [#89] In reply to [#88]
so okay I will not test that! :)
The xp partition is suficient for run MOi with pleasure! ;)
From: Dan (MONTAGMAN)
11 Jun 2014   [#90]
I know this thread is kind of old, but it seemed the appropriate place for this question.

I've been using Rhino for a few years and really like it; in fact it's the one thing that's holding me back from getting rid of Windows completely. That said, I've been looking for an alternative off and on that I can run in Linux. I downloaded the trial of MoI (Windows v2.0) and I have to say it's really nice. I think it could replace Rhino for almost all of what I need it to do, and I'm thinking I might just take the plunge now that I'm reading it works well under Wine.

My question is regarding video cards -- my laptop is a Thinkpad with Intel HD4000 (I believe, it's either that or HD5000) graphics. Has anyone tried running MoI v3 on a similar setup under Wine in Linux, and how does it work? I don't want to buy it only to find out that I can't actually use it on my computer under Linux.
From: Michael Gibson
11 Jun 2014   [#91] In reply to [#90]
Hi Dan, I don't remember specifically hearing anything about someone running on that particular video card, so I can't be sure right now if it will work or not. It all depends on the quality of the graphics driver.

You may need to wait until the v3 trial version is out so that you could test it yourself before you will know if it will work or not.

- Michael

Show messages:  1-11  12-31  32-51  52-71  72-91  92-105