GeGetCurrentOS manual?
-
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
()Get the type of OS that is running CINEMA 4D.
Return type: int Returns: The default FPS value. OPERATINGSYSTEMWIN Windows --- --- OPERATINGSYSTEMOSX OSX OPERATINGSYSTEMUNIX Unix_/tr>_d> -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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 UnixSo you should use OPERATINGSYSTEM_WIN. GE_WIN is an old COFFE symbol.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2012 at 06:45, xxxxxxxx wrote:
You could also just use either os.name or sys.platform().
_nik
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/11/2012 at 01:50, xxxxxxxx wrote:
Ok, thanks.