summaryrefslogtreecommitdiff
path: root/indra/llprimitive/lldaeloader.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-04-16 17:58:50 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-04-16 17:58:50 +0300
commit10e1bb6ea4db3fc84e3834786ab4614d48a7668d (patch)
treec621b811b1bd5e5b11822fb3017d95402b395c39 /indra/llprimitive/lldaeloader.h
parent1dd7e76908277f0ad4b24a8e320aa2b9f9321048 (diff)
MAINT-5114 FIXED [Project-Importer] LOD files following new naming cannot be uploaded on their own.
Diffstat (limited to 'indra/llprimitive/lldaeloader.h')
-rw-r--r--indra/llprimitive/lldaeloader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llprimitive/lldaeloader.h b/indra/llprimitive/lldaeloader.h
index e31b023d22..7d91a6063b 100644
--- a/indra/llprimitive/lldaeloader.h
+++ b/indra/llprimitive/lldaeloader.h
@@ -96,8 +96,9 @@ protected:
//
bool loadModelsFromDomMesh(domMesh* mesh, std::vector<LLModel*>& models_out, U32 submodel_limit);
- static std::string getElementLabel(daeElement *element);
+ static std::string getElementLabel(daeElement *element);
static size_t getSuffixPosition(std::string label);
+ static std::string getLodlessLabel(daeElement *element);
private:
U32 mGeneratedModelLimit; // Attempt to limit amount of generated submodels