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_advanced_objects_panels/oscurart_constellation.py')
-rw-r--r--add_advanced_objects_panels/oscurart_constellation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_advanced_objects_panels/oscurart_constellation.py b/add_advanced_objects_panels/oscurart_constellation.py
index 4e477a35..dfa33269 100644
--- a/add_advanced_objects_panels/oscurart_constellation.py
+++ b/add_advanced_objects_panels/oscurart_constellation.py
@@ -73,7 +73,7 @@ class Oscurart_Constellation(Operator):
"Needs an existing Active Mesh Object")
bl_options = {'REGISTER', 'UNDO'}
- limit = FloatProperty(
+ limit: FloatProperty(
name="Threshold",
description="Edges will be created only if the distance\n"
"between vertices is smaller than this value",