diff options
author | nyx <none@none> | 2011-07-29 15:56:51 -0400 |
---|---|---|
committer | nyx <none@none> | 2011-07-29 15:56:51 -0400 |
commit | 9d44be190367b911ff087b17c3d083c093df3c3b (patch) | |
tree | 11a1b9352450a7af96bd84fe209c4376598bed94 /indra/llprimitive | |
parent | 762143377a5c62bf79dabe158c72658a33873a2a (diff) | |
parent | 6c7653c65bd3f9907bcd4a8a54e4e5c1d172d15e (diff) |
merging in PE's fixes for new UI to mesh-development.
Included are upload floater tweaks, build panel tweaks,
and removing the mesh enabled checkbox in region tools.
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/llmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 9dab3a0400..90c1c252ed 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -148,6 +148,7 @@ public: static LLModel* loadModelFromDomMesh(domMesh* mesh); static std::string getElementLabel(daeElement* element); std::string getName() const; + std::string getMetric() const {return mMetric;} EModelStatus getStatus() const {return mStatus;} static std::string getStatusString(U32 status) ; @@ -250,6 +251,8 @@ public: std::string mRequestedLabel; // name requested in UI, if any. std::string mLabel; // name computed from dae. + std::string mMetric; // user-supplied metric data for upload + LLVector3 mNormalizedScale; LLVector3 mNormalizedTranslation; |