Update wearable import to use the new export data.
Better/more notifications. No longer applies UUIDs of textures exported on a different grid, except for secondlife <--> secondlife_beta, but with a warning.
This commit is contained in:
@@ -165,7 +165,7 @@ Import Failure: the file "[FILE]" is not a linden_genepool XML file.
|
||||
icon="alertmodal.tga"
|
||||
name="AIXMLImportRootVersionError"
|
||||
type="alertmodal">
|
||||
Import Failure: the file "[FILE]" contains linden_genepool XML data of the wrong version. Version 1.0 is required.
|
||||
Import Failure: the file "[FILE]" contains linden_genepool XML data with the wrong [TAG]. Version "[VERSIONMAJOR].0" or less is required.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
@@ -175,12 +175,26 @@ Import Failure: the file "[FILE]" contains linden_genepool XML data of
|
||||
Import Failure: the file "[FILE]" contains invalid data.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="AIXMLImportDifferentGrid"
|
||||
type="alertmodal">
|
||||
Import was successful but note that the wearable was exported on grid [EXPORTGRID] (and the current grid is [CURRENTGRID]). Texture UUIDs have NOT been applied!
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="AIXMLImportMixedGrid"
|
||||
type="alertmodal">
|
||||
Import was successful but note that the wearable was exported on grid [EXPORTGRID] (and the current grid is [CURRENTGRID]). Texture UUIDs have been applied but might not exist here!
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="AIXMLImportWearableTypeMismatch"
|
||||
type="alert">
|
||||
Import Warning: the file "[FILE]" does not contain a wearable of type [TYPE].
|
||||
Please select the correct type before importing.
|
||||
It contains an archetype of type [ARCHETYPENAME]. Please select the correct type before importing.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
|
||||
Reference in New Issue
Block a user