diff options
Diffstat (limited to 'indra')
| -rw-r--r--[-rwxr-xr-x] | indra/newview/llmeshrepository.cpp | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | indra/newview/llmeshrepository.h | 0 | ||||
| -rw-r--r-- | indra/newview/llpanelobject.cpp | 8 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index d9a58d56fe..d9a58d56fe 100755..100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index f859e29c07..f859e29c07 100755..100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp index 204c146f3c..34a92cd0ac 100644 --- a/indra/newview/llpanelobject.cpp +++ b/indra/newview/llpanelobject.cpp @@ -1027,12 +1027,9 @@ void LLPanelObject::getState( )  	mCtrlSculptTexture->setVisible(sculpt_texture_visible);  	mLabelSculptType->setVisible(sculpt_texture_visible);  	mCtrlSculptType->setVisible(sculpt_texture_visible); -	mCtrlSculptMirror->setVisible(sculpt_texture_visible); -	mCtrlSculptInvert->setVisible(sculpt_texture_visible);  	// sculpt texture -  	if (selected_item == MI_SCULPT)  	{ @@ -1077,7 +1074,7 @@ void LLPanelObject::getState( )  			if (mCtrlSculptMirror)  			{  				mCtrlSculptMirror->set(sculpt_mirror); -				mCtrlSculptMirror->setEnabled(editable); +				mCtrlSculptMirror->setEnabled(editable && !isMesh);  			}  			if (mCtrlSculptInvert) @@ -1098,6 +1095,9 @@ void LLPanelObject::getState( )  		mSculptTextureRevert = LLUUID::null;		  	} +	mCtrlSculptMirror->setVisible(sculpt_texture_visible && !isMesh); +	mCtrlSculptInvert->setVisible(sculpt_texture_visible && !isMesh); +  	//----------------------------------------------------------------------------  	mObject = objectp; | 
