diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp
index 3786480f2e891b39d813429982e7b83b1fb07f88..d7d5d9a078a6e2b03dbdb32bf75405bfded64bff 100644
--- a/indra/newview/llpanelobject.cpp
+++ b/indra/newview/llpanelobject.cpp
@@ -513,7 +513,7 @@ void LLPanelObject::getState( )
 	mCheckPhysics->set( mIsPhysical );
 	mCheckPhysics->setEnabled( roots_selected>0 
 								&& (editable || gAgent.isGodlike()) 
-								&& !is_flexible && !is_permanent && !is_character);
+								&& !is_flexible && !is_permanent);
 
 	mIsTemporary = root_objectp->flagTemporaryOnRez();
 	llassert(!is_permanent || !mIsTemporary); // should never has a permanent object that is also temporary