mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Make the field value editable.
This commit is contained in:
parent
66ecf9eba0
commit
ca71034680
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ class EntityPanel(bpy.types.Panel):
|
|||
row = layout.row()
|
||||
field = qfentity.fields[qfentity.field_idx]
|
||||
row.prop(field, "name", text="Field Name")
|
||||
row.prop(field, "value", text="Value")
|
||||
|
||||
def default_brush_entity(entityclass):
|
||||
name = entityclass.name
|
||||
|
|
Loading…
Reference in a new issue