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 'add_mesh_extra_objects/add_mesh_torusknot.py')
-rw-r--r--add_mesh_extra_objects/add_mesh_torusknot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py
index 1cdac6b6..7004fab4 100644
--- a/add_mesh_extra_objects/add_mesh_torusknot.py
+++ b/add_mesh_extra_objects/add_mesh_torusknot.py
@@ -98,13 +98,13 @@ class AddTorusKnot(bpy.types.Operator):
bl_description = "Construct a torus knot mesh"
bl_options = {"REGISTER", "UNDO"}
- resolution = IntProperty(
+ resolution: IntProperty(
name="Resolution",
description="Resolution of the Torus Knot",
default=80,
min=30, max=256
)
- objecttype = IntProperty(
+ objecttype: IntProperty(
name="Knot Type",
description="Type of Knot",
default=1,