Browse Source

add keep-all-uvsets

David Rose 19 years ago
parent
commit
ed11448c65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/maya/eggObjectFlags.mel

+ 1 - 1
pandatool/src/maya/eggObjectFlags.mel

@@ -36,7 +36,7 @@ for ($i in $sel)
   string $attrName = "eggObjectTypes";
 
   // Modify this line as needed to add your own object types.
-  string $eggFlags = "none:portal:polylight:seq24:seq12:indexed:model:dcs:barrier:sphere:tube:trigger:trigger-sphere:bubble:ghost"
+  string $eggFlags = "none:portal:polylight:seq24:seq12:indexed:model:dcs:barrier:sphere:tube:trigger:trigger-sphere:bubble:ghost:keep-all-uvsets"
   
   string $object = ($i + ".eggObjectTypes");