[#23156] Cannot Edit Custom Properties

Missing import after moving operators around.
This commit is contained in:
2010-08-02 22:52:55 +00:00
parent f811ab1356
commit 15e4753396

View File

@@ -21,7 +21,7 @@
import bpy
from bpy.props import *
from rna_prop_ui import rna_idprop_ui_prop_get, rna_idprop_ui_prop_clear
class MESH_OT_delete_edgeloop(bpy.types.Operator):
'''Delete an edge loop by merging the faces on each side to a single face loop'''