From 64f401ac690d572055c1d5ad26a7af672ca2e313 Mon Sep 17 00:00:00 2001 From: NoviSun19 Date: Tue, 8 Sep 2026 18:04:04 +0900 Subject: [PATCH 1/5] Add comment for validator test in model_region_tools.js Added a comment indicating a validator test at the end of the file. --- plugins/model_region_tools/model_region_tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model_region_tools/model_region_tools.js b/plugins/model_region_tools/model_region_tools.js index 146e4081..980e1679 100644 --- a/plugins/model_region_tools/model_region_tools.js +++ b/plugins/model_region_tools/model_region_tools.js @@ -30,4 +30,4 @@ Plugin.register('model_region_tools', { this.region_select.delete(); } } -}); \ No newline at end of file +}); // Validator test From 3192abc860d165f512ff12ae96f6027cf5c435db Mon Sep 17 00:00:00 2001 From: NoviSun19 Date: Tue, 8 Sep 2026 18:17:54 +0900 Subject: [PATCH 2/5] Update validator test comment to version 1.0.0 --- plugins/model_region_tools/model_region_tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model_region_tools/model_region_tools.js b/plugins/model_region_tools/model_region_tools.js index 980e1679..7607fb3a 100644 --- a/plugins/model_region_tools/model_region_tools.js +++ b/plugins/model_region_tools/model_region_tools.js @@ -30,4 +30,4 @@ Plugin.register('model_region_tools', { this.region_select.delete(); } } -}); // Validator test +}); // Validator test 1.0.0 From 508a33ab50eda91d302405d1ae3f45d1d4674166 Mon Sep 17 00:00:00 2001 From: NoviSun19 Date: Tue, 8 Sep 2026 18:22:57 +0900 Subject: [PATCH 3/5] Update validator test version to 1.0.1 --- plugins/model_region_tools/model_region_tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model_region_tools/model_region_tools.js b/plugins/model_region_tools/model_region_tools.js index 7607fb3a..cfd54fe3 100644 --- a/plugins/model_region_tools/model_region_tools.js +++ b/plugins/model_region_tools/model_region_tools.js @@ -30,4 +30,4 @@ Plugin.register('model_region_tools', { this.region_select.delete(); } } -}); // Validator test 1.0.0 +}); // Validator test 1.0.1 From 855eeda712c01cc037213c2ea6d9dd43b2d58b84 Mon Sep 17 00:00:00 2001 From: NoviSun19 Date: Tue, 8 Sep 2026 18:42:51 +0900 Subject: [PATCH 4/5] Set min_version to 4.8.0 in plugins.json Added minimum version requirement for a plugin. --- plugins.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.json b/plugins.json index c80bd695..7f8cb45b 100644 --- a/plugins.json +++ b/plugins.json @@ -1583,6 +1583,7 @@ "description": "Tools for selecting regions directly on the 3D model.", "icon": "select_all", "version": "1.0.0", + "min_version": "4.8.0", "variant": "both" }, "structure_to_model": { From a0781e273bc554dfca5791451ccb0c73874eaa41 Mon Sep 17 00:00:00 2001 From: NoviSun19 Date: Tue, 8 Sep 2026 18:45:02 +0900 Subject: [PATCH 5/5] Add min_version requirement to model_region_tools --- plugins/model_region_tools/model_region_tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/model_region_tools/model_region_tools.js b/plugins/model_region_tools/model_region_tools.js index cfd54fe3..fe7b2578 100644 --- a/plugins/model_region_tools/model_region_tools.js +++ b/plugins/model_region_tools/model_region_tools.js @@ -4,6 +4,7 @@ Plugin.register('model_region_tools', { description: 'Tools for selecting regions directly on the 3D model.', icon: 'select_all', version: '1.0.0', + min_version: '4.8.0', variant: 'both', onload() {