Fix T76821: Generalize Use Flow Tooltip

This commit is contained in:
Aaron Carlisle
2020-05-19 00:53:59 -04:00
parent 15bf81268c
commit 5fa58fb8a2
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, Panel):
col = grid.column()
col.prop(flow, "flow_behavior", expand=False)
if flow.flow_behavior in {'INFLOW', 'OUTFLOW'}:
col.prop(flow, "use_inflow", text="Use Flow")
col.prop(flow, "use_inflow")
col.prop(flow, "subframes", text="Sampling Substeps")