diff --git a/release/scripts/startup/bl_operators/object_quick_effects.py b/release/scripts/startup/bl_operators/object_quick_effects.py index d08eeadcd42e49d59a25406183760e0258114984..d1a4729f1980f5320d223430d33cbe7c0ea20893 100644 --- a/release/scripts/startup/bl_operators/object_quick_effects.py +++ b/release/scripts/startup/bl_operators/object_quick_effects.py @@ -318,8 +318,8 @@ class QuickSmoke(Operator): ) def execute(self, context): - if not bpy.app.build_options.mod_smoke: - self.report({'ERROR'}, "Built without Smoke modifier support") + if not bpy.app.build_options.manta: + self.report({'ERROR'}, "Built without Fluid Mantaflow modifier") return {'CANCELLED'} fake_context = context.copy()