Python Templates: Fix Operator Mesh Add
This was broken since: 06fe2a5e0c
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user