You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Merge pull request #97081 from aXu-AP/uv-editor-without-polygon
Open UV editor in point editing mode if no points
This commit is contained in:
@@ -142,6 +142,7 @@ class Polygon2DEditor : public AbstractPolygon2DEditor {
|
||||
|
||||
void _cancel_editing();
|
||||
void _update_polygon_editing_state();
|
||||
void _update_available_modes();
|
||||
|
||||
void _center_view();
|
||||
void _update_zoom_and_pan(bool p_zoom_at_center);
|
||||
@@ -157,6 +158,7 @@ class Polygon2DEditor : public AbstractPolygon2DEditor {
|
||||
void _set_snap_step_y(real_t p_val);
|
||||
|
||||
void _uv_edit_mode_select(int p_mode);
|
||||
void _uv_edit_popup_show();
|
||||
void _uv_edit_popup_hide();
|
||||
void _bone_paint_selected(int p_index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user