Fluid: Removed Empty Space option for liquid domains
The option only makes sense for gas domains where there is some density.
This commit is contained in:
@@ -194,7 +194,8 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, Panel):
|
||||
col.prop(domain, "gravity", text="Gravity")
|
||||
|
||||
col = flow.column()
|
||||
col.prop(domain, "clipping", text="Empty Space")
|
||||
if PhysicButtonsPanel.poll_gas_domain(context):
|
||||
col.prop(domain, "clipping", text="Empty Space")
|
||||
col.prop(domain, "delete_in_obstacle", text="Delete In Obstacle")
|
||||
|
||||
if domain.cache_type == 'MODULAR':
|
||||
|
Reference in New Issue
Block a user