Added Wavefront OBJ format exporter

Exporter written by Apelsin:
https://github.com/Apelsin

TODO: Hookup avatar export
This commit is contained in:
Latif Khalifa
2013-07-09 22:04:27 +02:00
parent 62f03bc489
commit 8e503f2596
10 changed files with 650 additions and 7 deletions

View File

@@ -93,6 +93,9 @@ public:
// Export result flags for textures.
U32 mNonExportedTextures;
// Is exporting these objects allowed
bool validatePerms(const LLPermissions* item_permissions);
private:
// Static singleton stuff
LLObjectBackup();
@@ -103,7 +106,6 @@ private:
void updateExportNumbers();
// Permissions stuff.
bool validatePerms(const LLPermissions* item_permissions);
LLUUID validateTextureID(LLUUID asset_id);
// Convert a selection list of objects to LLSD