diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2015-12-08 02:52:15 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2015-12-08 02:52:15 +0200 |
commit | dca797c3db34d119ccdc2d6f24c7742df75ff9c6 (patch) | |
tree | 99f9d93f8df21d0800bb78b3e8c99f8947eaa02c /indra/llprimitive/lldaeloader.h | |
parent | a9fff9a868b3e4d889ed758702637149b452122a (diff) |
MAINT-5678 [Importer] materials with spaces in name import with truncated names
Diffstat (limited to 'indra/llprimitive/lldaeloader.h')
-rw-r--r-- | indra/llprimitive/lldaeloader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llprimitive/lldaeloader.h b/indra/llprimitive/lldaeloader.h index 7d91a6063b..19a85a5339 100644 --- a/indra/llprimitive/lldaeloader.h +++ b/indra/llprimitive/lldaeloader.h @@ -100,6 +100,8 @@ protected: static size_t getSuffixPosition(std::string label); static std::string getLodlessLabel(daeElement *element); + static std::string preprocessDAE(std::string filename); + private: U32 mGeneratedModelLimit; // Attempt to limit amount of generated submodels |