Skip to content

Commit

Permalink
InspectorColumn : Migrate editor interactions to column
Browse files Browse the repository at this point in the history
This migrates the column-specific editing functionality from the Light Editor and Render Pass Editor to a common set of interactions on InspectorColumn itself.

This is mostly a direct migration of the existing functionality from the two editors, with adjustments made where necessary to combine overlapping functionality.
  • Loading branch information
murraystevenson committed Sep 4, 2024
1 parent dbd0a85 commit a61490d
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 688 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Fixes
- Fixed error when `resize()` removed plugs with input connections.
- Fixed error when `resize()` was used on an output plug.
- CreateViews : Fixed redundant serialisation of internal connections.
- LightEditor, RenderPassEditor : Removed ambiguous `The selected cells cannot be edited in the current Edit Scope` message when attempting to edit non-editable columns, such as the `Name` column.

API
---
Expand Down
Loading

0 comments on commit a61490d

Please sign in to comment.