prepare name refactor
This commit is contained in:
parent
7e55f9e9bf
commit
97446d74e2
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class FONT3D_PT_TextPlacement(bpy.types.Panel):
|
|||
layout.column().prop(font3d, "orientation")
|
||||
placerow = layout.row()
|
||||
placerow.enabled = self.can_place
|
||||
placerow.operator('font3d.placetext', text='Place Text')
|
||||
placerow.operator(f"{__name__}.placetext", text='Place Text')
|
||||
if not self.can_place:
|
||||
layout.label(text="Cannot place Text.")
|
||||
layout.label(text="Select a curve as active object.")
|
||||
|
|
Loading…
Reference in a new issue