refactor: renamed blext_simple_exampel to blroots_simple_example
parent
866bd41366
commit
431aec6400
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue