Merge branch 'master' into blender2.8

This commit is contained in:
2017-03-25 13:49:13 +11:00
28 changed files with 1247 additions and 150 deletions

View File

@@ -16,13 +16,15 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import bpy
from bpy.props import (
BoolProperty,
EnumProperty,
StringProperty,
)
BoolProperty,
EnumProperty,
StringProperty,
)
class SCENE_OT_freestyle_fill_range_by_selection(bpy.types.Operator):