Tomasz Chabora

Results 934 comments of Tomasz Chabora

If an exposed node is a child of non-exposed node, it will not appear in the instancing scene. ![image](https://github.com/user-attachments/assets/85a70f8a-7ea3-4d08-9129-62324a507d5d) ![image](https://github.com/user-attachments/assets/02efb3d6-6230-4eb8-865e-215d3e343676)

- [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: ![image](https://github.com/user-attachments/assets/067c4ffc-32aa-492c-8620-9bea116b989c) 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. ![image](https://github.com/user-attachments/assets/b2aba832-372b-4560-9766-34c9fccc940b) 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.