Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2012 at 03:36, xxxxxxxx wrote:
_<_dt id="c4d.gegetcurrentos"_>_Currently, Cinema 4D python documentations tells us: Windows is OPERATINGSYSTEMWIN. However, that gives an error. When I use c4d.GE_WIN it is ok?
_OS">c4d.GeGetCurrentOS()
c4d.GeGetCurrentOS
Get the type of OS that is running CINEMA 4D.
On 31/10/2012 at 04:47, xxxxxxxx wrote:
There are typos and mistakes in the documentation here. The operating system IDs are: OPERATINGSYSTEM_WIN Windows OPERATINGSYSTEM_OSX OSX OPERATINGSYSTEM_UNIX Unix
So you should use OPERATINGSYSTEM_WIN. GE_WIN is an old COFFE symbol.
On 31/10/2012 at 06:45, xxxxxxxx wrote:
You could also just use either os.name or sys.platform().
_nik
On 02/11/2012 at 01:50, xxxxxxxx wrote:
Ok, thanks.