Tomasz Chabora
Tomasz Chabora
I never had a working pre-commit seutp.
You can use FlowContainer instead of BoxContainer for toolbars.
It would be nice to have some visualization of before and after the changes. GitHub isn't very friendly for previewing the changes.
I made a before and after using this script: ```GDScript @tool extends Tree @export_global_dir var base_folder: String func _ready() -> void: add_folder(base_folder, null) func add_folder(path: String, parent: TreeItem): var folder_item...
The new structure: Unfold  - Not sure about `textures/`, it sounds like a folder with textures. `texture/` could be better, if it's fine. - `color_channel_selector` should be in `textures/`....
> Have you made sure to clean before building? They have been moved I didn't. I actually didn't even build, so this is probably why 🙃 > Can you please...
Latest structure (this time properly includes all changes): Unfold  - [x] Why is `doc_data_compressed.gen` in `translations/`? - [x] `dependency_editor` belongs to `file_system/`. - [x] `editor_folding` can be in `settings/`....
Latest structure for reference: Unfold 
- [ ] Pin stops working when you deselect AnimationTree twice: https://github.com/user-attachments/assets/63f43a22-f620-4a77-bf66-d935f4f2487f EDIT: Replication has the same problem. - [ ] You can pin both AnimationPlayer and AnimationTree, but sometimes...
Check `exact_match` argument of action methods.