summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-03-31 15:40:48 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-03-31 15:40:48 +0300
commit3c2f3edb5fefff69e370f4e427dd23236cf8edbf (patch)
tree99699170f8099b39a028ab4afe57bee8e59efafd /indra/newview/llfloatermodelpreview.h
parentaaddcc0b704f28555fbd4a1f6068f44242966295 (diff)
SL-379 Render selected joint yellow when Avatar tab is open
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r--indra/newview/llfloatermodelpreview.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index d079a3d782..1542e97160 100644
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -108,8 +108,8 @@ public:
static void addStringToLog(const std::string& message, const LLSD& args, bool flash, S32 lod = -1);
static void addStringToLog(const std::string& str, bool flash);
static void addStringToLog(const std::ostringstream& strm, bool flash);
- void clearOverridesTab(); // clears table
- void updateOverridesTab(); // populates table and data as nessesary
+ void clearAvatarTab(); // clears table
+ void updateAvatarTab(); // populates table and data as nessesary
void setDetails(F32 x, F32 y, F32 z, F32 streaming_cost, F32 physics_cost);
void setPreviewLOD(S32 lod);
@@ -249,6 +249,9 @@ private:
LLViewerTextEditor* mUploadLogText;
LLTabContainer* mTabContainer;
+ S32 mAvatarTabIndex; // just to avoid any issues in case of xml changes
+ std::string mSelectedJointName;
+
joint_override_data_map_t mJointOverrides[LLModel::NUM_LODS];
};