Cleanup: pep8 (indentation, spacing, long lines)
This commit is contained in:
@@ -447,10 +447,10 @@ class QuickLiquid(Operator):
|
||||
bl_options = {'REGISTER', 'UNDO'}
|
||||
|
||||
show_flows: BoolProperty(
|
||||
name="Render Liquid Objects",
|
||||
description="Keep the liquid objects visible during rendering",
|
||||
default=False,
|
||||
)
|
||||
name="Render Liquid Objects",
|
||||
description="Keep the liquid objects visible during rendering",
|
||||
default=False,
|
||||
)
|
||||
|
||||
def execute(self, context):
|
||||
if not bpy.app.build_options.fluid:
|
||||
@@ -625,6 +625,7 @@ class QuickParticles(Operator):
|
||||
pointcloud_object.show_bounds = True
|
||||
return {'FINISHED'}
|
||||
|
||||
|
||||
classes = (
|
||||
QuickExplode,
|
||||
QuickFur,
|
||||
|
Reference in New Issue
Block a user