Python Templates: Fix Operator Mesh Add

This was broken since: 06fe2a5e0c
This commit is contained in:
Dalai Felinto
2019-06-28 09:24:35 -03:00
parent 2ffcb80cb6
commit da25748be7

View File

@@ -1,6 +1,6 @@
import bpy
import bmesh
from bpy_extras.object_utils import AddObjectHelper
def add_box(width, height, depth):
"""
@@ -38,6 +38,7 @@ def add_box(width, height, depth):
from bpy.props import (
BoolProperty,
BoolVectorProperty,
EnumProperty,
FloatProperty,
FloatVectorProperty,
)