X Tutup
Skip to content

Do not require editor restart when changing Path3D Tilt Disk Size setting#108546

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
Open-Industry-Project:path3d-no-restart
Nov 24, 2025
Merged

Do not require editor restart when changing Path3D Tilt Disk Size setting#108546
Repiteo merged 1 commit intogodotengine:masterfrom
Open-Industry-Project:path3d-no-restart

Conversation

@ryevdokimov
Copy link
Contributor

@ryevdokimov ryevdokimov commented Jul 12, 2025

Previously you had this prompt:

image

Now:

2025-07-12.17-03-20.mp4

Bugsquad edit:

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, it works as expected.

Code looks good to me.

@ryevdokimov ryevdokimov requested a review from a team October 24, 2025 05:19
@Repiteo Repiteo requested a review from KoBeWi November 14, 2025 19:47
return;
}

if (!EditorSettings::get_singleton()->get_changed_settings().has("editors/3d_gizmos/gizmo_settings/path3d_tilt_disk_size")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (!EditorSettings::get_singleton()->get_changed_settings().has("editors/3d_gizmos/gizmo_settings/path3d_tilt_disk_size")) {
if (!EditorSettings::get_singleton()->check_changed_settings_in_group("editors/3d_gizmos/gizmo_settings")) {

@KoBeWi KoBeWi modified the milestones: 4.x, 4.6 Nov 15, 2025
@Repiteo Repiteo merged commit 5144ee8 into godotengine:master Nov 24, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 24, 2025

Thanks!

@ryevdokimov ryevdokimov deleted the path3d-no-restart branch November 24, 2025 22:49
@ryevdokimov ryevdokimov changed the title Do not require editor restart when changing Path 3d Tilt Disk Size setting Do not require editor restart when changing Path3D Tilt Disk Size setting Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path3D tilt handle size in settings does not work and value is not kept between launches

5 participants

X Tutup