From 0918f9319cb7891353a15149729a5134b4232b38 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 3 Jul 2026 16:46:28 +0800 Subject: [PATCH] rename example plugin --- ...a_plugin_example.py => orca_inspector_plugin_example_any.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sandboxes/{orca_plugin_example.py => orca_inspector_plugin_example_any.py} (99%) diff --git a/sandboxes/orca_plugin_example.py b/sandboxes/orca_inspector_plugin_example_any.py similarity index 99% rename from sandboxes/orca_plugin_example.py rename to sandboxes/orca_inspector_plugin_example_any.py index 3bce97899c..d5fc78bd8a 100644 --- a/sandboxes/orca_plugin_example.py +++ b/sandboxes/orca_inspector_plugin_example_any.py @@ -6,7 +6,7 @@ # name = "Orca Inspector Example" # description = "An interactive panel that browses the whole orca.host read-only API and demos every orca.host.ui facility." # author = "OrcaSlicer" -# version = "2.0.0" +# version = "0.0.1" # /// """Orca Inspector — the worked example for `orca.host` and `orca.host.ui`.