Forum: Poser - OFFICIAL


Subject: New Reality (lux render) Plugin over at Daz...time for Poser Plugin Update?

Ridley5 opened this issue on Jul 26, 2010 · 1724 posts


odf posted Wed, 25 August 2010 at 8:23 AM

Quote -
The last little things I a need to learn is:

I'll start with these and may experiment with the AIR stuff later. I find the installer rather annoying myself.

Anway, Python has the os.name attribute, which does not tell you the name of the operating system itself, but the name of the operating system specific module that was imported. On Linux (and supposedly on MacOS as well, but I haven't tested that) the value is 'posix'. Under Wine, I get 'nt', which I suppose is also the value under Windows. I'll keep investigating. Hopefully, there's some way of distinguishing between Linux and MacOS.

MacOS uses a BSD kernel, which means that basically, the Apple-specific stuff is piled on top of a Unix system. So all the basic Unix functionality will still work. Executable files can be installed and executed normally, as long as they're compiled for MacOS. But there's also a special packaging system, which I am not familiar with. If AIR uses that, we'll have to call in an expert. Otherwise, we might be able to feel our way. I have access to Apple computers at work, so I could do some testing if necessary. But I'm sure there are quite a few genuine Mac people reading this thread as well, so I may still be spared from that.

-- I'm not mad at you, just Westphalian.