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:
authorCampbell Barton <ideasman42@gmail.com>2021-12-01 03:05:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-01 03:05:16 +0300
commita444e8cc19a4353ce35ecdec9bb7894ee73a204a (patch)
tree2caea22db0925f1e068fee7a35bbfe5fe88b46dd /mesh_inset
parent1d91e8c12a25618c308fcd25108bf36af0f27094 (diff)
Cleanup: quiet character escape warnings
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/offset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/offset.py b/mesh_inset/offset.py
index 3c6a7c76..6bc81787 100644
--- a/mesh_inset/offset.py
+++ b/mesh_inset/offset.py
@@ -576,7 +576,7 @@ class Offset(object):
return ans
def SplitJoinFaces(self, newfaces, ev):
- """Use event ev to split or join faces.
+ r"""Use event ev to split or join faces.
Given ev, an edge event, use the ev spoke to split the
other spoke's inner edge.