some crap with baked textures

This commit is contained in:
Hazim Gazov
2010-05-09 07:29:10 -03:00
parent 40cd4c3034
commit efc658ccf1
2 changed files with 19 additions and 3 deletions

View File

@@ -2461,11 +2461,15 @@ class LLAvatarDebug : public view_listener_t
if( avatar )
{
avatar->dumpLocalTextures();
// <edit> hell no don't tell them about that
/*
llinfos << "Dumping temporary asset data to simulator logs for avatar " << avatar->getID() << llendl;
std::vector<std::string> strings;
strings.push_back(avatar->getID().asString());
LLUUID invoice;
send_generic_message("dumptempassetdata", strings, invoice);
*/
// </edit>
LLFloaterAvatarTextures::show( avatar->getID() );
}
return true;