|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"/> |
| 5 | + <title>Scene Browser - QtFRED Help</title> |
| 6 | + <link rel="stylesheet" type="text/css" href="../css/help.css"/> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | +<nav class="breadcrumb"><a href="../index.html">QtFRED Help</a> › Scene Browser</nav> |
| 10 | +<h1>Scene Browser</h1> |
| 11 | +<p>Opens via <strong>View › Scene Browser</strong>.</p> |
| 12 | +<p>Shows a complete list of every object in the mission, organized by layer and then by object |
| 13 | +type within each layer. Provides an alternative to clicking objects in the viewport for |
| 14 | +selection and contextual actions.</p> |
| 15 | + |
| 16 | +<h2>Selecting objects</h2> |
| 17 | +<p>Click any object in the list to select it. Hold <strong>Ctrl</strong> or <strong>Shift</strong> |
| 18 | +to add to the selection.</p> |
| 19 | +<p><strong>Right-click</strong> an object in the list to open the same context menu that |
| 20 | +appears when right-clicking that object in the viewport.</p> |
| 21 | + |
| 22 | +<h2>Filtering</h2> |
| 23 | +<p>Use the <strong>search box</strong> to show only objects whose names match the typed text.</p> |
| 24 | +<p>Use the <strong>IFF checkboxes</strong> to show or hide objects by IFF team. Unchecking |
| 25 | +an IFF removes all objects belonging to that team from the list.</p> |
| 26 | + |
| 27 | +<h2>Selection shortcuts</h2> |
| 28 | +<p>Three buttons act only on the objects currently visible in the filtered list. Objects |
| 29 | +hidden by the search or IFF filters are not affected:</p> |
| 30 | +<ul> |
| 31 | + <li><strong>All</strong> - selects every visible object in the list.</li> |
| 32 | + <li><strong>Clear</strong> - deselects everything.</li> |
| 33 | + <li><strong>Invert</strong> - selects all currently unselected visible objects and |
| 34 | + deselects all currently selected ones.</li> |
| 35 | +</ul> |
| 36 | + |
| 37 | +<h2>Layer visibility</h2> |
| 38 | +<p>Each layer row in the list has a checkbox. Uncheck it to hide all objects on that layer |
| 39 | +in the viewport; check it to show them again. This is the same visibility toggle available |
| 40 | +in the <a href="LayerManagerDialog.html">Layer Manager</a>.</p> |
| 41 | + |
| 42 | +<div class="note">Hiding objects via the layer checkbox does not delete or disable them. |
| 43 | +Hidden objects remain in the mission file and function normally in-game.</div> |
| 44 | +</body> |
| 45 | +</html> |
0 commit comments