diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 09:55:05 -0800 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 09:55:05 -0800 |
commit | 57a7f63dcce6eb20a05dbc42bfdc9ac51072cb7e (patch) | |
tree | 40eccd1797d0ef7545bdaf0c1e1eb00a90c219fc /indra/newview/llfloatermodelpreview.cpp | |
parent | 1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff) |
SL-98 - Render a "ground plane" in the model upload preview, so users can see any added offset
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
-rw-r--r-- | indra/newview/llfloatermodelpreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 64b24d54c3..165adf4644 100644 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -270,6 +270,7 @@ BOOL LLFloaterModelPreview::postBuild() LLPanel *panel = mTabContainer->getPanelByName("rigging_panel"); mAvatarTabIndex = mTabContainer->getIndexForPanel(panel); panel->getChild<LLScrollListCtrl>("joints_list")->setCommitCallback(boost::bind(&LLFloaterModelPreview::onJointListSelection, this)); + mPhysicsTabIndex = mTabContainer->getIndexForPanel(mTabContainer->getPanelByName("physics_panel")); if (LLConvexDecomposition::getInstance() != NULL) { |