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 'archipack/archipack_manipulator.py')
-rw-r--r--archipack/archipack_manipulator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archipack/archipack_manipulator.py b/archipack/archipack_manipulator.py
index 60a05738..0eba8aba 100644
--- a/archipack/archipack_manipulator.py
+++ b/archipack/archipack_manipulator.py
@@ -263,7 +263,7 @@ class Manipulator():
def exit(self):
"""
- Modal exit, DONT EVEN TRY TO OVERRIDE
+ Modal exit, DON'T EVEN TRY TO OVERRIDE
"""
if self._handle is not None:
bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW')
@@ -2184,7 +2184,7 @@ class Manipulable():
"""
call this in operator invoke()
NB:
- if override dont forget to call:
+ if override don't forget to call:
_manipulable_invoke(context)
"""