Cleanup: imports, indentation, long lines
This commit is contained in:
@@ -22,12 +22,12 @@ from mathutils import Vector
|
||||
import bpy
|
||||
from bpy.types import Operator
|
||||
from bpy.props import (
|
||||
BoolProperty,
|
||||
EnumProperty,
|
||||
IntProperty,
|
||||
FloatProperty,
|
||||
FloatVectorProperty,
|
||||
)
|
||||
BoolProperty,
|
||||
EnumProperty,
|
||||
IntProperty,
|
||||
FloatProperty,
|
||||
FloatVectorProperty,
|
||||
)
|
||||
|
||||
|
||||
def object_ensure_material(obj, mat_name):
|
||||
@@ -652,4 +652,4 @@ classes = (
|
||||
QuickFluid,
|
||||
QuickFur,
|
||||
QuickSmoke,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user