Skip to content
Snippets Groups Projects
Commit b122c5ad authored by Sebastián Barschkis's avatar Sebastián Barschkis
Browse files

fix smoke / manta rename in quick effects

parent 77e3cacc
No related branches found
No related tags found
No related merge requests found
...@@ -318,8 +318,8 @@ class QuickSmoke(Operator): ...@@ -318,8 +318,8 @@ class QuickSmoke(Operator):
) )
def execute(self, context): def execute(self, context):
if not bpy.app.build_options.mod_smoke: if not bpy.app.build_options.manta:
self.report({'ERROR'}, "Built without Smoke modifier support") self.report({'ERROR'}, "Built without Fluid Mantaflow modifier")
return {'CANCELLED'} return {'CANCELLED'}
fake_context = context.copy() fake_context = context.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment