Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'materials_utils/texture_rename.py')
-rw-r--r--materials_utils/texture_rename.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/materials_utils/texture_rename.py b/materials_utils/texture_rename.py
index 585a3a7d..7ca26c4a 100644
--- a/materials_utils/texture_rename.py
+++ b/materials_utils/texture_rename.py
@@ -28,12 +28,12 @@ class TEXTURE_OT_patern_rename(Operator):
def_name = "Texture" # default name
is_not_undo = False # prevent drawing props on undo
- named = StringProperty(
+ named: StringProperty(
name="Search for name",
description="Enter the name pattern or choose the one from the dropdown list below",
default=def_name
)
- replace_all = BoolProperty(
+ replace_all: BoolProperty(
name="Replace all",
description="Replace all the Textures in the data with the names of the images attached",
default=False