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`.