From 2ce948a2094c2513884be0a273c59489d8ab84cd Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Wed, 18 Jun 2025 13:24:06 +0200 Subject: [PATCH 1/3] Update ExampleView --- ExampleView/PluginInfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleView/PluginInfo.json b/ExampleView/PluginInfo.json index 063bb77..f7d401c 100644 --- a/ExampleView/PluginInfo.json +++ b/ExampleView/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] } From 9f1b85deb9dcf81746442efefba70f65341ae25a Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Wed, 18 Jun 2025 13:24:47 +0200 Subject: [PATCH 2/3] Update ExampleViewJS --- ExampleViewJS/PluginInfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleViewJS/PluginInfo.json b/ExampleViewJS/PluginInfo.json index 399577c..69fa540 100644 --- a/ExampleViewJS/PluginInfo.json +++ b/ExampleViewJS/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] } From 897eb4d3d81f03d49e3863158c71a997533ddef3 Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Wed, 18 Jun 2025 13:24:57 +0200 Subject: [PATCH 3/3] Update ExampleGL --- ExampleViewOpenGL/PluginInfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleViewOpenGL/PluginInfo.json b/ExampleViewOpenGL/PluginInfo.json index 0d243e7..ce8fe93 100644 --- a/ExampleViewOpenGL/PluginInfo.json +++ b/ExampleViewOpenGL/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] }