Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton
2017-11-29 18:06:24 +11:00
14 changed files with 66 additions and 46 deletions

View File

@@ -32,10 +32,10 @@ __all__ = (
import bpy
from bpy.props import (
BoolProperty,
BoolVectorProperty,
FloatVectorProperty,
)
BoolProperty,
BoolVectorProperty,
FloatVectorProperty,
)
def add_object_align_init(context, operator):