diff --git a/add_mesh_chain_rope/oscurart_rope_maker.py b/add_mesh_chain_rope/oscurart_rope_maker.py index 5faad5973a1fbdc44aaa1fabbe8e596c0c7d93e2..d7e4334e37619457260840e55c2ea9b6dd94dc0c 100644 --- a/add_mesh_chain_rope/oscurart_rope_maker.py +++ b/add_mesh_chain_rope/oscurart_rope_maker.py @@ -165,7 +165,7 @@ class OBJECT_OT_add_object(bpy.types.Operator): strands = IntProperty (name="Strands", default=5 , min=1, max=1000, step=1) diameter = FloatProperty (name="Diameter", default=1 , min=0, max=1000) distPos= FloatProperty (name="Stretch", default=1 , min=0.01, max=100.0) - vertices= IntProperty (name="Lenght", default=10 , min=0, max=1000, step=1) + vertices= IntProperty (name="Length", default=10 , min=0, max=1000, step=1) distResU= IntProperty (name="Resolution V", default=5 , min=1, max=1000, step=1) stResU= IntProperty (name="Resolution U", default=5 , min=1, max=1000, step=1) radio= FloatProperty (name="Radius", default=1 , min=0, max=1000) diff --git a/geodesic_domes/vefm_259.py b/geodesic_domes/vefm_259.py index ab790707e879784c6e5c6174d6d00590d788d23d..10d27912d6b75f01e5465a301d813657db9f88cf 100644 --- a/geodesic_domes/vefm_259.py +++ b/geodesic_domes/vefm_259.py @@ -85,7 +85,7 @@ class vertex: self.normal = average(target).centroid() self.normal.findlength() if self.length == 0: - print("******ERROR*** lenght zero in findnormal, j = (0,1,0) replcaced") + print("******ERROR*** length zero in findnormal, j = (0,1,0) replcaced") self.normal = vertex((0,1,0)) self.normal.normalize()