MCPcopy Create free account
hub / github.com/coldtype/st2 / draw

Method draw

ST2/font.py:62–72  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

60 return True
61
62 def draw(self, context):
63 ko = search.active_key_object(context)
64 layout = self.layout
65
66 row = layout.row()
67 row.prop(ko, "rotation_euler", text="Rotation")
68 row = layout.row()
69 row.prop(ko.data, "extrude", text="Extrude")
70 row.prop(ko.data, "bevel_depth", text="Bevel")
71 row = layout.row()
72 row.prop(ko.data, "fill_mode", text="Fill Mode")
73
74
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected