diff --git a/examples/simple/blext_simple_example/__init__.py b/examples/simple/blroots_simple_example/__init__.py similarity index 100% rename from examples/simple/blext_simple_example/__init__.py rename to examples/simple/blroots_simple_example/__init__.py diff --git a/examples/simple/blext_simple_example/contracts/__init__.py b/examples/simple/blroots_simple_example/contracts/__init__.py similarity index 100% rename from examples/simple/blext_simple_example/contracts/__init__.py rename to examples/simple/blroots_simple_example/contracts/__init__.py diff --git a/examples/simple/blext_simple_example/contracts/icons.py b/examples/simple/blroots_simple_example/contracts/icons.py similarity index 100% rename from examples/simple/blext_simple_example/contracts/icons.py rename to examples/simple/blroots_simple_example/contracts/icons.py diff --git a/examples/simple/blext_simple_example/contracts/operator_types.py b/examples/simple/blroots_simple_example/contracts/operator_types.py similarity index 100% rename from examples/simple/blext_simple_example/contracts/operator_types.py rename to examples/simple/blroots_simple_example/contracts/operator_types.py diff --git a/examples/simple/blext_simple_example/contracts/panel_types.py b/examples/simple/blroots_simple_example/contracts/panel_types.py similarity index 100% rename from examples/simple/blext_simple_example/contracts/panel_types.py rename to examples/simple/blroots_simple_example/contracts/panel_types.py diff --git a/examples/simple/blext_simple_example/id_props/__init__.py b/examples/simple/blroots_simple_example/id_props/__init__.py similarity index 100% rename from examples/simple/blext_simple_example/id_props/__init__.py rename to examples/simple/blroots_simple_example/id_props/__init__.py diff --git a/examples/simple/blext_simple_example/id_props/simple_integer.py b/examples/simple/blroots_simple_example/id_props/simple_integer.py similarity index 100% rename from examples/simple/blext_simple_example/id_props/simple_integer.py rename to examples/simple/blroots_simple_example/id_props/simple_integer.py diff --git a/examples/simple/blext_simple_example/operators/__init__.py b/examples/simple/blroots_simple_example/operators/__init__.py similarity index 100% rename from examples/simple/blext_simple_example/operators/__init__.py rename to examples/simple/blroots_simple_example/operators/__init__.py diff --git a/examples/simple/blext_simple_example/operators/simple_operator.py b/examples/simple/blroots_simple_example/operators/simple_operator.py similarity index 100% rename from examples/simple/blext_simple_example/operators/simple_operator.py rename to examples/simple/blroots_simple_example/operators/simple_operator.py diff --git a/examples/simple/blext_simple_example/panels/__init__.py b/examples/simple/blroots_simple_example/panels/__init__.py similarity index 100% rename from examples/simple/blext_simple_example/panels/__init__.py rename to examples/simple/blroots_simple_example/panels/__init__.py diff --git a/examples/simple/blext_simple_example/panels/simple_panel.py b/examples/simple/blroots_simple_example/panels/simple_panel.py similarity index 100% rename from examples/simple/blext_simple_example/panels/simple_panel.py rename to examples/simple/blroots_simple_example/panels/simple_panel.py diff --git a/examples/simple/blext_simple_example/preferences.py b/examples/simple/blroots_simple_example/preferences.py similarity index 100% rename from examples/simple/blext_simple_example/preferences.py rename to examples/simple/blroots_simple_example/preferences.py diff --git a/examples/simple/pyproject.toml b/examples/simple/pyproject.toml index 088ec4c..66263b0 100644 --- a/examples/simple/pyproject.toml +++ b/examples/simple/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "blext_simple_example" +name = "blroots_simple_example" version = "0.1.0" description = "Simple real-world example of a Blender extension" authors = [ @@ -19,7 +19,7 @@ dependencies = [ # - Blender Extension #################### [tool.blext] -pretty_name = "BLExt Simple Example" +pretty_name = "BLRoots Simple Example" blender_version_min = '4.2.0' blender_version_max = '4.3.10' bl_tags = ["Development"]