Tomasz Chabora
Tomasz Chabora
If an exposed node is a child of non-exposed node, it will not appear in the instancing scene.  
- [x] If you enable editable children in exposed node, but its parent also has enabled editable children, the editable state of exposed node is not saved in scene. EDIT:...
Related #435 Doing this by default could often get in the way, e.g. when creating a scene root.
Looks like the addon is functional even without #92303 EDIT: Ah I see you mentioned "without any errors". I don't think it's that important, as long as stuff works correctly.
The panel looks nice (tested on PC). What more is planned for this feature? Right now it's probably fine as a base. Though I think the undo/redo buttons should get...
I'm not sure about positioning of the buttons:  The first 2 buttons (padlock and arrows) are related to the panel itself. It would be nice if they were more...
#82979 could be used for better joypad navigation _if it was merged_. For now the only way is implement the behavior using NOTIFICATION_PROCESS manually, like it was done in Slider...
The wheel is difficult to use.  You need to press the direction depending on the current rotation. It would be easier if you could press a button to start...
> The reason is that both accept and cancel actions close the popup that ColorPicker is in. You could try using `accept_event()` in the shape's gui input, to prevent the...
The interactions are much better since I last checked. I agree that the cursor should appear in front of the focus outline. Other than that the behavior is fine.