UI / Python: rename X-Ray to In Front, Draw to Display.
See T56648.
This commit is contained in:
@@ -347,7 +347,7 @@ class QuickSmoke(Operator):
|
||||
obj.modifiers[-1].flow_settings.smoke_flow_type = self.style
|
||||
|
||||
if not self.show_flows:
|
||||
obj.draw_type = 'WIRE'
|
||||
obj.display_type = 'WIRE'
|
||||
|
||||
# store bounding box min/max for the domain object
|
||||
obj_bb_minmax(obj, min_co, max_co)
|
||||
@@ -472,7 +472,7 @@ class QuickFluid(Operator):
|
||||
|
||||
obj.hide_render = not self.show_flows
|
||||
if not self.show_flows:
|
||||
obj.draw_type = 'WIRE'
|
||||
obj.display_type = 'WIRE'
|
||||
|
||||
# store bounding box min/max for the domain object
|
||||
obj_bb_minmax(obj, min_co, max_co)
|
||||
|
Reference in New Issue
Block a user