Difference between revisions of "Develop menu"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{KBcaution|This listing is for the Second Life Viewer 3.6.12 (plus viewer-interesting). Other viewers will have different menu layouts, and similar menu items on other viewers may do different things.}}
{{Help|Viewer=*|Glossary=*}}
{{KBwarning|The '''Develop''' menu and the unique features within it are NOT supported by Linden Lab, because they're intended for technical debugging. You may find them beneficial and we appreciate Residents documenting its use, but we do NOT guarantee any of it to function correctly. USE AT YOUR OWN RISK.}}


{{KBcaution|This listing is for the Second Life Viewer  3.7.11.291465 . Other viewers will have different menu layouts, and similar menu items on other viewers may do different things.}}
Continued from [[Viewer 3 menus]].
__TOC__


The Develop menu is a hidden home for the most geeky viewer features: debug displays, administrative functions, troubleshooting tests, workarounds, and [http://forums-archive.secondlife.com/120/24/1727/1.html hippos]. Many parts are useful to anyone. Some features are unfinished or only work in development environments. Proceed with caution, some of these can make your viewer act strangely.
The Develop menu is a hidden home for the most geeky viewer features: debug displays, administrative functions, troubleshooting tests, workarounds, and [http://forums-archive.secondlife.com/120/24/1727/1.html hippos]. Many parts are useful to anyone. Some features are unfinished or only work in development environments. Proceed with caution, some of these can make your viewer act strangely.


To enable this menu, go to '''Me>Preferences''', Advanced tab, and check "Show Developer Menu".
To enable this menu, go to '''Me>Preferences''', Advanced tab, and check "Show Developer Menu".


==Develop==
==Develop==
Line 17: Line 25:
**'''Group Info to Debug Console''' dump summary of active group info to log.
**'''Group Info to Debug Console''' dump summary of active group info to log.
**'''Capabilities Info to Debug Console''' dump [[Capabilities|capability]] names and URLs to log.<hr/>
**'''Capabilities Info to Debug Console''' dump [[Capabilities|capability]] names and URLs to log.<hr/>
**'''Camera''' camera and agent position/rotation overlaid on screen.
**'''Camera''' camera and agent position/rotation overlaid on screen. See [[AgentUpdate]] for details.
**'''Wind''' region wind speed and heading is overlaid on screen.
**'''Wind''' region wind speed and heading is overlaid on screen.
**'''FOV''' camera field of view angle overlaid on screen.
**'''FOV''' camera field of view angle overlaid on screen.
Line 33: Line 41:
**'''Show Texture Info''' texture stats overlaid on screen, for object face under cursor.
**'''Show Texture Info''' texture stats overlaid on screen, for object face under cursor.
**'''Show Matrices''' [http://www.songho.ca/opengl/gl_transform.html OpenGL matrix] info overlaid on screen.
**'''Show Matrices''' [http://www.songho.ca/opengl/gl_transform.html OpenGL matrix] info overlaid on screen.
**'''Show Color Under Cursor''' rendered RGBA values overlaid on screen.
**'''Show Color Under Cursor''' rendered RGBA values overlaid on screen. (For building purposes you can ignore the A value, it is a side effect of the rendering process.)
**'''Show Memory''' total viewer memory use overlaid on screen.
**'''Show Memory''' total viewer memory use overlaid on screen.
**'''Show Private Mem Info''' private pool stats overlaid on screen, use with MemoryPrivatePoolEnabled [[debug setting]].<hr/>
**'''Show Private Mem Info''' private pool stats overlaid on screen, use with MemoryPrivatePoolEnabled [[debug setting]].<hr/>
Line 53: Line 61:
**'''Frame Test''' capture buffer and pause.
**'''Frame Test''' capture buffer and pause.
**'''Frame Profile''' dump GL stats to log.
**'''Frame Profile''' dump GL stats to log.
**'''Benchmark''' Measure GPU performance, results to log.
*'''''Render Metadata''''' &#9654;
*'''''Render Metadata''''' &#9654;
**'''[[Bounding Boxes]]''' render bboxes color coded by type.
**'''[[Bounding Boxes]]''' render bboxes color coded by type.
**'''Normals''' {{Wikipedia|Normal_(geometry)}}
**'''Normals''' {{Wikipedia|Normal_(geometry)}}
**'''Octree''' render bounding boxes color coded by {{Wikipedia|octree|octree}} buffer usage and activity.
**'''Octree''' render bounding boxes color coded by {{Wikipedia|octree|octree}} buffer usage and activity.
**'''Shadow frustrum''' render each {{Wikipedia|frustum|frustum}} as a shaded box.
**'''Shadow Frusta''' render each {{Wikipedia|frustum|frustum}} as a shaded box.
**'''Physics Shapes''' render terrain and objects as they appear to the simulator's physics engine.
**'''Physics Shapes''' render terrain and objects as they appear to the simulator's physics engine.
**'''Occlusion''' highlight objects that are hidden behind others.
**'''Occlusion''' highlight objects that are hidden behind others.
Line 69: Line 78:
**'''Build Queue''' draw boxes around objects being rebuilt.
**'''Build Queue''' draw boxes around objects being rebuilt.
**'''Lights''' highlight local light sources and bbox of the light they cast.
**'''Lights''' highlight local light sources and bbox of the light they cast.
**'''Collision Skeleton''' show avatar's "collision volume" joints. Used with [[Mesh/Rigging Fitted Mesh|fitted mesh]]. Not used with simulator physics.
**'''Particles''' hover text with [[llParticleSystem|particle parameters]] at each emitter.
**'''Raycast''' show mouse targets for selection and touches.
**'''Collision Skeleton''' show avatar's "collision volume" joints. Used with [[Mesh/Rigging Fitted Mesh|fitted mesh]] and touch/select. Not used with simulator physics.
**'''Raycast''' show mouse targets for selection and touches. Hold {{K|Ctrl}} or {{K|Alt}} for 3D cursor.
**'''Wind Vectors''' red lines overhead show wind direction.
**'''Wind Vectors''' red lines overhead show wind direction.
**'''Render Complexity''' (not used) <!-- function exists, no menu handler -->
**'''Render Complexity''' (not used) <!-- function exists, no menu handler -->
**'''Attachment Bytes''' hover text with memory and size of avatar attachments.
**'''Attachment Bytes''' hover text with memory and size of avatar attachments.
**'''Sculpt''' hover text with sculpt map sizes.
**'''Sculpt''' hover text with sculpt map sizes.
**'''''Texture Density''' &#9654; (check)
**'''''Texture Density''''' &#9654; (buggy)
***'''None'''
***'''None'''
***'''Desired'''
***'''Desired'''
Line 85: Line 95:
**'''Selected Material Info''' {{K|Ctrl|Alt|Shift|M}} (broken) show materials used on faces selected in editor.
**'''Selected Material Info''' {{K|Ctrl|Alt|Shift|M}} (broken) show materials used on faces selected in editor.
**'''Wireframe''' {{K|Ctrl|Shift|R}} show object geometry.
**'''Wireframe''' {{K|Ctrl|Shift|R}} show object geometry.
**'''Object-Object Occlusion''' optimization, skip rendering objects that are hidden behind others.<hr/>
**'''Object-Object Occlusion''' {{K|Ctrl|Shift|O}} optimization, skip rendering objects that are hidden behind others.<hr/>
**'''Advanced Lighting Model''' enable deferred rendering.
**'''Advanced Lighting Model''' enable deferred rendering.
***'''Shadows from Sun/Moon/Projectors'''
***'''Shadows from Sun/Moon/Projectors'''
***'''SSAO and Shadow Smoothing''' {{Wikipedia|Screen space ambient occlusion}}<hr/>
***'''SSAO and Shadow Smoothing''' {{Wikipedia|Screen space ambient occlusion}}<hr/>
**'''Debug GL''' enable extra OpenGL error checking
**'''Debug GL''' enable extra OpenGL error checking.
**'''Debug Pipeline''' subset of Debug GL
**'''Debug Pipeline''' subset of Debug GL.
**'''Automatic Alpha Masks (deferred)''' force alpha test instead of blend if texture has little transparency (when advanced lighting on).
**'''Automatic Alpha Masks (deferred)''' force alpha test instead of blend if texture has little transparency (when advanced lighting on).
**'''Automatic Alpha Masks (non-deferred)''' force alpha test instead of blend if texture has little transparency (when advanced lighting off).
**'''Automatic Alpha Masks (non-deferred)''' force alpha test instead of blend if texture has little transparency (when advanced lighting off).
Line 139: Line 149:
*'''''XUI''''' &#9654;
*'''''XUI''''' &#9654;
**'''Reload Color Settings''' refresh from skin's colors.xml
**'''Reload Color Settings''' refresh from skin's colors.xml
**'''Show Font Test''' open floater with type specimen
**'''Show Font Test''' open floater with type specimen.
**'''Show XUI Names''' identify XUI source for UI element under cursor.
**'''Show XUI Names''' identify XUI source for UI element under cursor.
**'''Send Test IMs''' send dummy messages to test accounts.
**'''Send Test IMs''' send dummy messages to test accounts.
Line 151: Line 161:
***'''Skirt'''
***'''Skirt'''
**'''''Character Tests''''' &#9654;
**'''''Character Tests''''' &#9654;
***'''Appearance to XML''' dump appearance params to logs directory as username_s_nnnn.xml
***'''Appearance to XML''' dump appearance params to [http://community.secondlife.com/t5/English-Knowledge-Base/How-to-report-a-bug/ta-p/733545#Section_.3 logs directory] as username_s_nnnn.xml
***'''Toggle Character Geometry''' server "hack for easily testing new avatar geometry", requires admin login.
***'''Toggle Character Geometry''' server "hack for easily testing new avatar geometry", requires admin login.
***'''Test Male''' shortcut to wear "Male Shape & Outfit" from inventory Library/Clothing.
***'''Test Male''' shortcut to wear "Male Shape & Outfit" from inventory Library/Clothing.
***'''Test Female''' shortcut wear "Female Shape & Outfit" from inventory Library/Clothing.
***'''Test Female''' shortcut to wear "Female Shape & Outfit" from inventory Library/Clothing.
***'''Allow Select Avatar''' avatars can be selected and "moved" with object editor, local effect only, movements do not appear to others.
***'''Allow Select Avatar''' avatars can be selected and "moved" with object editor, local effect only, movements do not appear to others.
**'''''Animation Speed''''' &#9654; speed changes are a local effect, only seen on your viewer.
**'''''Animation Speed''''' &#9654; speed changes are a local effect, only seen on your viewer.
Line 160: Line 170:
***'''All Animations 10% Slower'''
***'''All Animations 10% Slower'''
***'''Reset All Animation Speed'''
***'''Reset All Animation Speed'''
***'''Slow Motion Animations''' half speed.
***'''Slow Motion Animations''' 1/5 speed.
**'''Force Params to Default''' clear and refresh tweakable appearance settings
**'''Force Params to Default''' clear and refresh tweakable appearance settings.
**'''Animation Info''' text over avatars with running animations and priorities. On release viewers, UUID view requires admin login.
**'''Animation Info''' text over avatars with running animations and priorities. On release viewers, UUID view requires admin login.
**'''[[Show Look At]]'''
**'''[[Show Look At]]'''
**'''Show Point At''' show destination for selection beam as a red crosshair.
**'''Show Point At''' show destination for selection beam as a red crosshair.
**'''Debug Joint Updates''' rapid summary of updates to log, see llvoavatar.cpp
**'''Debug Joint Updates''' rapid summary of updates to log, see sJointDebug in [https://bitbucket.org/lindenlab/viewer-release/src/default/indra/newview/llvoavatar.cpp llvoavatar.cpp].
**'''Disable LOD''' for avatar bodies.
**'''Disable LOD''' for avatar bodies.
**'''Debug Character Vis''' dump avatar and attachment visibility to log.
**'''Debug Character Vis''' dump avatar and attachment visibility to log.
**'''Show Collision Skeleton''' <!-- intentional duplicate -->  show avatar's "collision volume" joints. Used with [[Mesh/Rigging Fitted Mesh|fitted mesh]]. Not used with simulator physics.
**'''Show Collision Skeleton''' <!-- intentional duplicate -->  show avatar's "collision volume" joints. Used with [[Mesh/Rigging Fitted Mesh|fitted mesh]] and touch/select. Not used with simulator physics.
**'''Display Agent Target''' crosshairs with avatar's actual and rendered positions. Color coding currently broken.
**'''Display Agent Target''' crosshairs with avatar's actual and rendered positions. Color coding currently broken.
**'''Dump Attachments''' attachment points, UUIDs, positions, visibility to log.
**'''Dump Attachments''' attachment points, UUIDs, positions, visibility to log.
Line 175: Line 185:
----
----
*'''HTTP Textures''' disable to use the old UDP texture fetches.
*'''HTTP Textures''' disable to use the old UDP texture fetches.
*'''HTTP Inventory''' disable to use the old UDP inventory fetches. Use with care, most cases of apparent inventory loss used to come from UDP packet loss.
*'''HTTP Inventory''' Leave this enabled when connecting to Second Life. UDP inventory fetch has been discontinued.
*'''Compress Images''' select a file and convert to .j2c, results to log. Apparently broken.
*'''Compress Images''' select one or more .tga files and save copies as .j2c, results to log.
*'''Enable Visual Leak Detector''' Not available in release viewer, needs debug build linked to vld.
*'''Enable Visual Leak Detector''' Not available in release viewer, needs debug build linked to [http://vld.codeplex.com/ vld].
*'''Output Debug Minidump''' (not used)
*'''Output Debug Minidump''' (not used)
*'''Console Window on Next Run''' on Windows, open a "DOS box" log window at viewer startup. Same as ShowConsoleWindow [[debug setting]].
*'''Console Window on Next Run''' on Windows, open a "DOS box" log window at viewer startup. Same as ShowConsoleWindow [[debug setting]].
Line 189: Line 199:
*'''Request Admin Status''' {{K|Ctrl|Alt|G}} request privileges. Only works if you are a Linden.
*'''Request Admin Status''' {{K|Ctrl|Alt|G}} request privileges. Only works if you are a Linden.
*'''Leave Admin Status''' {{K|Alt|Shift|G}}
*'''Leave Admin Status''' {{K|Alt|Shift|G}}
*'''[[God Mode|Show Admin Menu]]''' only active if AdminMenu is TRUE.
*'''Show Admin Menu''' only active if AdminMenu is TRUE.
 
==Admin==
''Most items in this section are only really available to Lindens with [[God Mode|admin access]]. They are listed here to satisfy curiosity.
Note that when the Admin menu is active, the viewer ignores the "no fly" parcel setting.''
*'''''Object''''' &#9654;
**'''Take Copy''' {{K|Ctrl|Alt|Shift|O}}
**'''Force Owner To Me'''
**'''Force Owner Permissive'''
**'''Delete''' {{K|Ctrl|Alt|Shift|Del}} permanently delete object ''without'' returning. <span style="background-color:#FF0">Careful, this one works on your own objects, even if you are not a Linden.</span>
**'''Lock''' {{K|Ctrl|Alt|Shift|L}} prevents changing most prim attributes, ''not'' quite the same as "Lock" in the object editor. However you can toggle the "Lock" box in the editor to undo.
**'''Get Assets IDs''' {{K|Ctrl|Alt|Shift|I}}
*'''''Parcel''''' &#9654;
**'''Force Owner To Me'''
**'''Set to Linden Content''' {{K|Ctrl|Alt|Shift|C}}
**'''Claim Public Land'''
*'''''Region''''' &#9654;
**'''Dump Temp Asset Data''' sent to the server's log
**'''Save Region State'''
**'''God Tools''' [[Viewerhelp:God Tools - Grid|Grid]], [[Viewerhelp:God Tools - Region|Region]], [[Viewerhelp:God Tools - Objects|Objects]], [[Viewerhelp:God Tools - Request|Request]]
 
[[Category:Advanced menu]]
[[Category:User interface]]

Latest revision as of 01:36, 12 April 2015

KBwarning.png Warning: The Develop menu and the unique features within it are NOT supported by Linden Lab, because they're intended for technical debugging. You may find them beneficial and we appreciate Residents documenting its use, but we do NOT guarantee any of it to function correctly. USE AT YOUR OWN RISK.


KBcaution.png Important: This listing is for the Second Life Viewer 3.7.11.291465 . Other viewers will have different menu layouts, and similar menu items on other viewers may do different things.

Continued from Viewer 3 menus.

The Develop menu is a hidden home for the most geeky viewer features: debug displays, administrative functions, troubleshooting tests, workarounds, and hippos. Many parts are useful to anyone. Some features are unfinished or only work in development environments. Proceed with caution, some of these can make your viewer act strangely.

To enable this menu, go to Me>Preferences, Advanced tab, and check "Show Developer Menu".


Develop

  • Consoles
    • Texture Console Ctrl+Shift ⇧+3
    • Debug Console Ctrl+Shift ⇧+4 scroll activity log on the main viewer window.
    • Notifications Console Ctrl+Shift ⇧+5 trace dialogs, alerts, notifications.
    • Fast Timers Ctrl+Shift ⇧+9 shows tasks performed per frame, see How do I get my Fast Timers results?.
    • Scene Statistics plot complexity of objects in view.
    • Scene Loading Monitor (not used)
    • Region Info to Debug Console dump region flags and stats to log.
    • Group Info to Debug Console dump summary of active group info to log.
    • Capabilities Info to Debug Console dump capability names and URLs to log.
    • Camera camera and agent position/rotation overlaid on screen. See AgentUpdate for details.
    • Wind region wind speed and heading is overlaid on screen.
    • FOV camera field of view angle overlaid on screen.
    • Badge Ctrl+Alt+Shift ⇧+H Addresses VWR-11118.
  • Show Info
    • Show Time elapsed viewer run and texture time overlaid on screen.
    • Show Upload Cost (not used)
    • Show Render Info render stats overlaid on screen.
    • Show Avatar Render Info show load state and attachment weights for visible avatars.
      • rez: 1=cloud, 2=gray, 3=baked textures available, 4=baked textures all downloaded
      • weight: see Rendering weight
      • bytes: total viewer memory used to show this avatar's attachments
      • area: estimated visible surface area (m2) for this avatar's attachments
    • Show Texture Info texture stats overlaid on screen, for object face under cursor.
    • Show Matrices OpenGL matrix info overlaid on screen.
    • Show Color Under Cursor rendered RGBA values overlaid on screen. (For building purposes you can ignore the A value, it is a side effect of the rendering process.)
    • Show Memory total viewer memory use overlaid on screen.
    • Show Private Mem Info private pool stats overlaid on screen, use with MemoryPrivatePoolEnabled debug setting.
    • Show Updates to Objects Ctrl+Alt+Shift ⇧+U

  • Force an ErrorThese intentionally crash the viewer, for debugging only.
    • Force Breakpoint Ctrl+Alt+Shift ⇧+B
    • Force LLError and Crash
    • Force Bad Memory Access
    • Force Infinite Loop
    • Force Driver Crash
    • Force Software Exception
    • Force Disconnect Viewer
    • Simulate a Memory Leak
  • Render Tests
    • Camera Offset shortcut to CameraOffset debug setting.
    • Randomize Framerate add a random duration sleep with each rendered frame.
    • Periodic Slow Frame sleep half a second every 10 frames.
    • Frame Test capture buffer and pause.
    • Frame Profile dump GL stats to log.
    • Benchmark Measure GPU performance, results to log.
  • Render Metadata
    • Bounding Boxes render bboxes color coded by type.
    • Normals "Wikipedia logo"Normal_(geometry)
    • Octree render bounding boxes color coded by "Wikipedia logo"octree buffer usage and activity.
    • Shadow Frusta render each "Wikipedia logo"frustum as a shaded box.
    • Physics Shapes render terrain and objects as they appear to the simulator's physics engine.
    • Occlusion highlight objects that are hidden behind others.
    • Render Batches highlight rendering groups with different colored tints.
    • Update Type highlight each object by last update performed.
    • Texture Anim highlight animated texture faces in yellow.
    • Texture Priority highlight redder for high priority, bluer for low, pecking order as float text.
    • Texture Area show min:max rendered texture area for each face.
    • Face Area show min:max rendered area for each face.
    • LOD Info (not used)
    • Build Queue draw boxes around objects being rebuilt.
    • Lights highlight local light sources and bbox of the light they cast.
    • Particles hover text with particle parameters at each emitter.
    • Collision Skeleton show avatar's "collision volume" joints. Used with fitted mesh and touch/select. Not used with simulator physics.
    • Raycast show mouse targets for selection and touches. Hold Ctrl or Alt for 3D cursor.
    • Wind Vectors red lines overhead show wind direction.
    • Render Complexity (not used)
    • Attachment Bytes hover text with memory and size of avatar attachments.
    • Sculpt hover text with sculpt map sizes.
    • Texture Density ▶ (buggy)
      • None
      • Desired
      • Full
  • Rendering
    • Axes draw XYZ axis display centered on avatar plus region origin marker.
    • Tangent Basis (not used)
    • Selected Texture Info Basis Ctrl+Alt+Shift ⇧+T show size and alpha channel presence for faces selected in editor.
    • Selected Material Info Ctrl+Alt+Shift ⇧+M (broken) show materials used on faces selected in editor.
    • Wireframe Ctrl+Shift ⇧+R show object geometry.
    • Object-Object Occlusion Ctrl+Shift ⇧+O optimization, skip rendering objects that are hidden behind others.
    • Advanced Lighting Model enable deferred rendering.
    • Debug GL enable extra OpenGL error checking.
    • Debug Pipeline subset of Debug GL.
    • Automatic Alpha Masks (deferred) force alpha test instead of blend if texture has little transparency (when advanced lighting on).
    • Automatic Alpha Masks (non-deferred) force alpha test instead of blend if texture has little transparency (when advanced lighting off).
    • Animation Textures allow llSetTextureAnim to work.
    • Disable Textures stop fetching new textures from the network.
    • Full Res Textures disregard LOD and display all textures at full resolution. Increases network and memory use.
    • Render Attached Lights render local light sources on avatar attachments.
    • Render Attached Particles render particle systems emitted by avatar attachments.
    • Hover Glow Objects shortcut to RenderHoverGlowEnable debug setting. Unfinished feature.
    • Clear Cache Immediately (unused)
  • Network
    • Pause Agent Stop avatar movement updates. Local turns and interpolated motion will still appear.
    • Enable Message Log dump every protocol message to log.
    • Disable Message Log stop protocol message dump.
    • Velocity Interpolate Objects enabled, allows smoothed object motion between updates and for llTargetOmega motion to work. Disabled, stops "rubber band" effect at cost of these features.
    • Ping interpolate Object Positions factor ping time into interpolation.
    • Drop a Packet Ctrl+Alt+L simulate loss.
  • Dump Scripted Camera FollowCam settings to log.
  • Bumps, Pushes & Hits open a floater listing hits to your avatar, list will be incomplete.
  • Recorder ▶ Record and retrace your avatar's positions over time.
    • Start Playback
    • Stop Playback
    • Loop Playback
    • Start Record
    • Stop Record
  • World
    • Sim Sun Override
    • Fixed Weather
    • Dump Region Object Cache send object cache statistics to log.
  • UI
    • Media Browser Test opens embedded browser with Viewer URI Name Space test page.
    • Web Content Browser Ctrl+Shift ⇧+Z open embedded browser.
    • FB Connect Test for checking Second Life Share API.
    • Dump SelectMgr info about selected objects to log.
    • Dump Inventory inventory UUIDs and names to log.
    • Dump Timers function call stats to log.
    • Dump Focus Holder what UI element has keyboard focus to log.
    • Print Selected Object Info Ctrl+Shift ⇧+P object details to log.
    • Print Agent Info Shift ⇧+P avatar name and camera to log.
    • Region Debug Console Ctrl+Shift ⇧+`
    • Debug SelectMgr if this and Limit Select Distance are active, dump auto deselects to log.
    • Debug Clicks mouse button changes with coordinates to log.
    • Debug Views identify UI elements on screen.
    • Debug Name Tooltips identify XUI source for UI element under cursor. (alias of Show XUI Names)
    • Debug Mouse Events info about what has mouse focus to log.
    • Debug Keys text entry field activity to log.
    • Debug WindowProc low level info for main viewer window to log.
  • XUI
    • Reload Color Settings refresh from skin's colors.xml
    • Show Font Test open floater with type specimen.
    • Show XUI Names identify XUI source for UI element under cursor.
    • Send Test IMs send dummy messages to test accounts.
    • Flush Names Caches clean avatar name cache.
  • Avatar
    • Grab Baked Texture ▶ save baked avatar textures to inventory. On release viewers, requires admin login.
      • Iris
      • Head
      • Upper Body
      • Lower Body
      • Skirt
    • Character Tests
      • Appearance to XML dump appearance params to logs directory as username_s_nnnn.xml
      • Toggle Character Geometry server "hack for easily testing new avatar geometry", requires admin login.
      • Test Male shortcut to wear "Male Shape & Outfit" from inventory Library/Clothing.
      • Test Female shortcut to wear "Female Shape & Outfit" from inventory Library/Clothing.
      • Allow Select Avatar avatars can be selected and "moved" with object editor, local effect only, movements do not appear to others.
    • Animation Speed ▶ speed changes are a local effect, only seen on your viewer.
      • All Animations 10% Faster
      • All Animations 10% Slower
      • Reset All Animation Speed
      • Slow Motion Animations 1/5 speed.
    • Force Params to Default clear and refresh tweakable appearance settings.
    • Animation Info text over avatars with running animations and priorities. On release viewers, UUID view requires admin login.
    • Show Look At
    • Show Point At show destination for selection beam as a red crosshair.
    • Debug Joint Updates rapid summary of updates to log, see sJointDebug in llvoavatar.cpp.
    • Disable LOD for avatar bodies.
    • Debug Character Vis dump avatar and attachment visibility to log.
    • Show Collision Skeleton show avatar's "collision volume" joints. Used with fitted mesh and touch/select. Not used with simulator physics.
    • Display Agent Target crosshairs with avatar's actual and rendered positions. Color coding currently broken.
    • Dump Attachments attachment points, UUIDs, positions, visibility to log.
    • Debug Avatar Textures Ctrl+Alt+Shift ⇧+A shows component textures for own avatar. Not available in release viewers.
    • Dump Local Textures Alt+Shift ⇧+M avatar texture info to log. Not available in release viewers.

  • HTTP Textures disable to use the old UDP texture fetches.
  • HTTP Inventory Leave this enabled when connecting to Second Life. UDP inventory fetch has been discontinued.
  • Compress Images select one or more .tga files and save copies as .j2c, results to log.
  • Enable Visual Leak Detector Not available in release viewer, needs debug build linked to vld.
  • Output Debug Minidump (not used)
  • Console Window on Next Run on Windows, open a "DOS box" log window at viewer startup. Same as ShowConsoleWindow debug setting.
  • Set Logging Level ▶ choose log verbosity and size.
    • Debug
    • Info default.
    • Warning
    • Error
    • None

  • Request Admin Status Ctrl+Alt+G request privileges. Only works if you are a Linden.
  • Leave Admin Status Alt+Shift ⇧+G
  • Show Admin Menu only active if AdminMenu is TRUE.

Admin

Most items in this section are only really available to Lindens with admin access. They are listed here to satisfy curiosity. Note that when the Admin menu is active, the viewer ignores the "no fly" parcel setting.

  • Object
    • Take Copy Ctrl+Alt+Shift ⇧+O
    • Force Owner To Me
    • Force Owner Permissive
    • Delete Ctrl+Alt+Shift ⇧+Del permanently delete object without returning. Careful, this one works on your own objects, even if you are not a Linden.
    • Lock Ctrl+Alt+Shift ⇧+L prevents changing most prim attributes, not quite the same as "Lock" in the object editor. However you can toggle the "Lock" box in the editor to undo.
    • Get Assets IDs Ctrl+Alt+Shift ⇧+I
  • Parcel
    • Force Owner To Me
    • Set to Linden Content Ctrl+Alt+Shift ⇧+C
    • Claim Public Land
  • Region