Cleanup: imports, indentation, long lines
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
import bpy
|
||||
from bpy.types import Operator
|
||||
|
||||
from bpy.props import EnumProperty, IntProperty
|
||||
from bpy.props import (
|
||||
EnumProperty,
|
||||
IntProperty,
|
||||
)
|
||||
|
||||
|
||||
class MeshMirrorUV(Operator):
|
||||
@@ -254,4 +257,4 @@ classes = (
|
||||
MeshMirrorUV,
|
||||
MeshSelectNext,
|
||||
MeshSelectPrev,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user