indra_constants.cpp 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /**
  2. * @file indra_constants.cpp
  3. * @brief some useful short term constants for Indra
  4. *
  5. * $LicenseInfo:firstyear=2001&license=viewergpl$
  6. *
  7. * Copyright (c) 2001-2010, Linden Research, Inc.
  8. *
  9. * Second Life Viewer Source Code
  10. * The source code in this file ("Source Code") is provided by Linden Lab
  11. * to you under the terms of the GNU General Public License, version 2.0
  12. * ("GPL"), unless you have obtained a separate licensing agreement
  13. * ("Other License"), formally executed by you and Linden Lab. Terms of
  14. * the GPL can be found in doc/GPL-license.txt in this distribution, or
  15. * online at http://secondlife.com/developers/opensource/gplv2
  16. *
  17. * There are special exceptions to the terms and conditions of the GPL as
  18. * it is applied to this Source Code. View the full text of the exception
  19. * in the file doc/FLOSS-exception.txt in this software distribution, or
  20. * online at
  21. * http://secondlife.com/developers/opensource/flossexception
  22. *
  23. * By copying, modifying or distributing this software, you acknowledge
  24. * that you have read and understood your obligations described above,
  25. * and agree to abide by those obligations.
  26. *
  27. * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
  28. * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
  29. * COMPLETENESS OR PERFORMANCE.
  30. * $/LicenseInfo$
  31. */
  32. #include "linden_common.h"
  33. #include "indra_constants.h"
  34. // "agent id" for things that should be done to ALL agents
  35. const LLUUID LL_UUID_ALL_AGENTS("44e87126-e794-4ded-05b3-7c42da3d5cdb");
  36. // Library items owner's ID
  37. const LLUUID ALEXANDRIA_LINDEN_ID("ba2a564a-f0f1-4b82-9c61-b7520bfcd09f");
  38. // Governor Linden's agent id.
  39. const LLUUID GOVERNOR_LINDEN_ID("3d6181b0-6a4b-97ef-18d8-722652995cf1");
  40. // Maintenance's group id.
  41. const LLUUID MAINTENANCE_GROUP_ID("dc7b21cd-3c89-fcaa-31c8-25f9ffd224cd");
  42. // Attachments baking pseudo-textures
  43. const LLUUID IMG_USE_BAKED_HEAD("5a9f4a74-30f2-821c-b88d-70499d3e7183");
  44. const LLUUID IMG_USE_BAKED_UPPER("ae2de45c-d252-50b8-5c6e-19f39ce79317");
  45. const LLUUID IMG_USE_BAKED_LOWER("24daea5f-0539-cfcf-047f-fbc40b2786ba");
  46. const LLUUID IMG_USE_BAKED_HAIR("09aac1fb-6bce-0bee-7d44-caac6dbb6c63");
  47. const LLUUID IMG_USE_BAKED_EYES("52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a");
  48. const LLUUID IMG_USE_BAKED_SKIRT("43529ce8-7faa-ad92-165a-bc4078371687");
  49. const LLUUID IMG_USE_BAKED_LEFTARM("ff62763f-d60a-9855-890b-0c96f8f8cd98");
  50. const LLUUID IMG_USE_BAKED_LEFTLEG("8e915e25-31d1-cc95-ae08-d58a47488251");
  51. const LLUUID IMG_USE_BAKED_AUX1("9742065b-19b5-297c-858a-29711d539043");
  52. const LLUUID IMG_USE_BAKED_AUX2("03642e83-2bd1-4eb9-34b4-4c47ed586d2d");
  53. const LLUUID IMG_USE_BAKED_AUX3("edd51b77-fc10-ce7a-4b3d-011dfc349e4f");
  54. // Blank GLTF material asset Id
  55. const LLUUID BLANK_MATERIAL_ASSET_ID("968cbad0-4dad-d64e-71b5-72bf13ad051a");