mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
addded a new tool in panda tool softimage to egg
This commit is contained in:
parent
6aefeadd6c
commit
5951f37a02
@ -417,6 +417,11 @@
|
||||
#define MAYA_LICENSE_FILE
|
||||
#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
|
||||
|
||||
// In the same fashion as mayaegg converter above, set softimage to egg converter as well
|
||||
#define SOFTIMAGE_LOCATION /c/Softimage/sdk_18sp2/SDK_1.8SP2/SAAPHIRE
|
||||
#defer SOFTIMAGE_LIBS SAA.lib
|
||||
#defer HAVE_SOFTIMAGE $[isdir $[SOFTIMAGE_LOCATION]/h]
|
||||
|
||||
|
||||
// Define this to generate static libraries and executables, rather than
|
||||
// dynamic libraries.
|
||||
|
@ -31,6 +31,9 @@ $[cdefine COMPILE_IN_DEFAULT_FONT]
|
||||
/* Define if we have Maya available. */
|
||||
$[cdefine HAVE_MAYA]
|
||||
|
||||
/* Define if we have SoftImage available. */
|
||||
$[cdefine HAVE_SOFTIMAGE]
|
||||
|
||||
/* Define if we have NSPR installed. */
|
||||
$[cdefine HAVE_NSPR]
|
||||
|
||||
|
@ -203,6 +203,9 @@
|
||||
#set MAYA_LOCATION $[unixfilename $[MAYA_LOCATION]]
|
||||
#set HAVE_MAYA $[HAVE_MAYA]
|
||||
|
||||
#set SOFTIMAGE_LOCATION $[unixfilename $[SOFTIMAGE_LOCATION]]
|
||||
#set HAVE_SOFTIMAGE $[HAVE_SOFTIMAGE]
|
||||
|
||||
|
||||
// Now infer a few more variables based on what was defined.
|
||||
#if $[and $[HAVE_MIKMOD],$[MIKMOD_CONFIG]]
|
||||
|
@ -217,6 +217,12 @@
|
||||
#define maya_libs $[MAYA_LIBS]
|
||||
#endif
|
||||
|
||||
#if $[and $[HAVE_SOFTIMAGE],$[SOFTIMAGE_LOCATION]]
|
||||
#define softimage_ipath $[SOFTIMAGE_LOCATION]/h
|
||||
#define softimage_lpath $[SOFTIMAGE_LOCATION]/dso
|
||||
#define softimage_libs $[SOFTIMAGE_LIBS]
|
||||
#endif
|
||||
|
||||
#if $[HAVE_NET]
|
||||
#define net_ipath $[wildcard $[NET_IPATH]]
|
||||
#define net_lpath $[wildcard $[NET_LPATH]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user