[Bf-blender-cvs] [1d18a2a5ec2] master: Fix Unreported: Error adding fluid presets

Aaron Carlisle noreply at git.blender.org
Wed Mar 4 23:43:23 CET 2020


Commit: 1d18a2a5ec2b782c3496c05843350f114871865a
Author: Aaron Carlisle
Date:   Wed Mar 4 16:12:20 2020 -0500
Branches: master
https://developer.blender.org/rB1d18a2a5ec2b782c3496c05843350f114871865a

Fix Unreported: Error adding fluid presets

===================================================================

M	release/scripts/startup/bl_operators/presets.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/presets.py b/release/scripts/startup/bl_operators/presets.py
index 6a21f7db654..b94edc23f4e 100644
--- a/release/scripts/startup/bl_operators/presets.py
+++ b/release/scripts/startup/bl_operators/presets.py
@@ -390,7 +390,7 @@ class AddPresetFluid(AddPresetBase, Operator):
 
     preset_values = [
         "fluid.domain_settings.viscosity_base",
-        "fluidanta.domain_settings.viscosity_exponent",
+        "fluid.domain_settings.viscosity_exponent",
         ]
 
     preset_subdir = "fluid"



More information about the Bf-blender-cvs mailing list