Changes between Version 8 and Version 9 of SummerOfCode/SaraFoster/PySoySceneDesigner
- Timestamp:
- 05/02/11 18:16:16 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode/SaraFoster/PySoySceneDesigner
v8 v9 27 27 === Editor Window === 28 28 29 The editor window will display scenes as nodes connected to each other, with the scene name labeling the individual nodes. When a user double clicks on a node, the editor will take them into that specific scene for editing. To jump back out the node view should be simple as a keyboard shortcut. Nodes cluster together based on how many connections they have to each other. Nodes that have no connections to each or nodes that are connected to other nodes but not to each other will lie further outside of the main node cluster. The primary node is the node marked as such by the user. This node is the one that all other nodes will be relative too when displayed in the editor. Moving nodes around could also be handled manually by the user, which may end up being the most reasonable option. Internally this could be represented by so emderivative of the [http://en.wikipedia.org/wiki/Disjoint-set_data_structure disjoint set data structure.]29 The editor window will display scenes as nodes connected to each other, with the scene name labeling the individual nodes. When a user double clicks on a node, the editor will take them into that specific scene for editing. To jump back out the node view should be simple as a keyboard shortcut. Nodes cluster together based on how many connections they have to each other. Nodes that have no connections to each or nodes that are connected to other nodes but not to each other will lie further outside of the main node cluster. The primary node is the node marked as such by the user. This node is the one that all other nodes will be relative too when displayed in the editor. Moving nodes around could also be handled manually by the user, which may end up being the most reasonable option. Internally this could be represented by some derivative of the [http://en.wikipedia.org/wiki/Disjoint-set_data_structure disjoint set data structure.] 30 30 31 31 [[Image(http://i.imgur.com/BkL2r.png)]]
