Compare commits
2 Commits
3bea3d67b9
...
0681f0d240
Author | SHA1 | Date | |
---|---|---|---|
0681f0d240 | |||
d700f1276a |
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "is_sink_",
|
"field": "is_sink_",
|
||||||
"type": "float",
|
"type": "bool",
|
||||||
"title": "Is Sink",
|
"title": "Is Sink",
|
||||||
"desc": "Whether this flat floor is used for sink floor.",
|
"desc": "Whether this flat floor is used for sink floor.",
|
||||||
"default": "False"
|
"default": "False"
|
||||||
|
@ -250,7 +250,7 @@ class BBP_OT_add_bme_struct(bpy.types.Operator):
|
|||||||
case UTIL_bme.PrototypeShowcaseCfgsTypes.Float:
|
case UTIL_bme.PrototypeShowcaseCfgsTypes.Float:
|
||||||
box_layout.prop(op_cfgs_visitor[cfg_index], 'prop_float', text='')
|
box_layout.prop(op_cfgs_visitor[cfg_index], 'prop_float', text='')
|
||||||
case UTIL_bme.PrototypeShowcaseCfgsTypes.Boolean:
|
case UTIL_bme.PrototypeShowcaseCfgsTypes.Boolean:
|
||||||
box_layout.prop(op_cfgs_visitor[cfg_index], 'prop_bool', text='')
|
box_layout.prop(op_cfgs_visitor[cfg_index], 'prop_bool', toggle=1, text='Yes', text_ctxt='BBP_OT_add_bme_struct/draw')
|
||||||
case UTIL_bme.PrototypeShowcaseCfgsTypes.Face:
|
case UTIL_bme.PrototypeShowcaseCfgsTypes.Face:
|
||||||
# face will show a special layout (grid view)
|
# face will show a special layout (grid view)
|
||||||
grids = box_layout.grid_flow(
|
grids = box_layout.grid_flow(
|
||||||
|
Reference in New Issue
Block a user