213f393293
Fix typos with codespell.
2022-12-22 19:51:25 +01:00
3220e9c592
Now in order to edit MeshDataInstance a new edit mode has to be togged from the top bar. While this mode is enabled the edited MeshDatainstace can't be deselected. Also now Mesh Data Editor's sidebar will only be visible in this mode, along with the editor gizmo.
2022-08-20 01:33:02 +02:00
730bce8587
Renamed Quat to Quaternion for consistency with the other engine math classes.
2022-08-13 15:22:33 +02:00
f423b30714
Backported from Godot4: Fix secondary handles in editor gizmos
...
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods.
Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos.
- JFonS
5ebea2d120
2022-08-12 22:21:00 +02:00
b6eb2db442
Backported returning AfterGUIInput from forward_spatial_gui_input from Godot4. Also removed the first index parameter. This fully broke the skeleton editor, it will be fixed soon.
2022-08-11 02:24:30 +02:00
0d6c6230fc
Went through mdr ed, and made as much parameters references as I could.
2022-04-14 17:13:07 +02:00
3406a11f5c
Went through mdr ed's code for bad poolvector assigns, hopefully fixed all of them.
2022-04-14 14:06:15 +02:00
386f52d84b
Fix the connect actions.
2022-04-14 13:05:11 +02:00
cd45c37881
Fix shadowed declaration warning.
2022-04-14 01:43:40 +02:00
52f53b785d
Fix signal already connected error.
2022-04-13 23:48:02 +02:00
4d49128e4c
Bind a few methods to fix undo redo support, and events for mdr ed.
2022-04-13 23:31:23 +02:00
496b1b7f34
Small cleanups, and enabled / registered the mesh data instance editor plugins. Editing itself seems to work, however the UI still need to be fixed.
2022-04-13 19:39:55 +02:00
bb4504d2f7
Finished the initial logic port for mdr ed's classses.
2022-04-13 14:59:40 +02:00
b0c2deab78
Work on the logic port for the rest of mdr ed's classes.
2022-04-13 02:08:30 +02:00
8c1c9e53d1
Turned the remaining mesh data resource editor gdscript classes into skeleton c++ classes.
2022-04-11 13:42:49 +02:00