more debug
This commit is contained in:
parent
6ad0abbb8f
commit
9b228c1321
|
|
@ -56,12 +56,11 @@
|
|||
|
||||
// Also get the DIRECT Package file and everything that includes.
|
||||
#if $[not $[isfile $[DIRECT_SOURCE]/Package.pp]]
|
||||
#error DIRECT source directory not found! Are you attached properly?
|
||||
#printvar DIRECT_SOURCE
|
||||
#error DIRECT source directory not found from dmodels! Are you attached properly?
|
||||
#endif
|
||||
|
||||
#include $[DIRECT_SOURCE]/Package.pp
|
||||
|
||||
// Define some global variables for this tree.
|
||||
#define FLT2EGG_OPTS -no -uo ft
|
||||
#define MAYA2EGG_OPTS -fri 24 -uo ft -p
|
||||
#define EGG2BAM_OPTS -combine-geoms 1
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@
|
|||
|
||||
// Also get the PANDATOOL Package file and everything that includes.
|
||||
#if $[not $[isfile $[PANDATOOL_SOURCE]/Package.pp]]
|
||||
#error PANDATOOL source directory not found! Are you attached properly?
|
||||
#printvar PANDATOOL
|
||||
#error PANDATOOL source directory not found from pandaapp! Are you attached properly?
|
||||
#endif
|
||||
|
||||
#include $[PANDATOOL_SOURCE]/Package.pp
|
||||
|
|
|
|||
|
|
@ -49,7 +49,8 @@
|
|||
|
||||
// Also get the PANDA Package file and everything that includes.
|
||||
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
|
||||
#error PANDA source directory not found! Are you attached properly?
|
||||
#printvar PANDA_SOURCE
|
||||
#error PANDA source directory not found from pandatool! Are you attached properly?
|
||||
#endif
|
||||
|
||||
#include $[PANDA_SOURCE]/Package.pp
|
||||
|
|
|
|||
Loading…
Reference in New Issue