Presets: Cleanup preset naming
Before committing D10224, bundled preset names that are lowercase need updating to title case for display in the UI. This changes several of the preset file names to title case, and fixes a couple of other naming issues in the preset names. A few strings in the code are also changed to reflect the new filename of the Blender keymap.
This commit is contained in:
3
release/scripts/presets/fluid/Oil.py
Normal file
3
release/scripts/presets/fluid/Oil.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import bpy
|
||||
bpy.context.fluid.domain_settings.viscosity_base = 5.0
|
||||
bpy.context.fluid.domain_settings.viscosity_exponent = 5
|
||||
Reference in New Issue
Block a user