Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-29 05:45:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-29 05:45:46 +0300
commitdbdb8a335545d1f7287b9474e54f40b685a48fad (patch)
tree67248bcbd90af97bfdae8031641df54b3a14c700 /release/scripts/startup/bl_operators
parent5ec18ae4abc2ae70f450416d10bd454033b4bd65 (diff)
Cleanup: line length, single quote enums, invalid URL
Diffstat (limited to 'release/scripts/startup/bl_operators')
-rw-r--r--release/scripts/startup/bl_operators/uvcalc_follow_active.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/uvcalc_follow_active.py b/release/scripts/startup/bl_operators/uvcalc_follow_active.py
index 83d451fbc89..6f441238606 100644
--- a/release/scripts/startup/bl_operators/uvcalc_follow_active.py
+++ b/release/scripts/startup/bl_operators/uvcalc_follow_active.py
@@ -18,9 +18,6 @@
# <pep8 compliant>
-# for full docs see...
-# https://docs.blender.org/manual/en/latest/editors/uv_image/uv/editing/unwrapping/mapping_types.html#follow-active-quads
-
import bpy
from bpy.types import Operator