diff --git a/Cool b/Cool index f330cf41..0abd7209 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit f330cf41f3eafd32a4eab872ee4407e38bd787e7 +Subproject commit 0abd72097bb44cce38ac115a62e220dd10a34973 diff --git a/Nodes/50 2D Modifier/Scale.clbnode.presets.json b/Nodes/50 2D Modifier/Scale.clbnode.presets.json index a4c654cd..56b6db3d 100644 --- a/Nodes/50 2D Modifier/Scale.clbnode.presets.json +++ b/Nodes/50 2D Modifier/Scale.clbnode.presets.json @@ -2,9 +2,9 @@ "Presets": { "Underlying container": [ { - "first": "ae55f3d4-2b28-4091-a8ea-238c250ef338", + "first": "6d05078b-b07c-4b3c-98b1-1239a6864aff", "second": { - "Name": "default", + "Name": "Default", "Values": [ { "index": 2, @@ -13,13 +13,13 @@ "Value": 1.0, "Metadata": { "Bounds": { - "Has min bound": false, - "Min": 0.0, + "Has min bound": true, + "Min": 0.0010000000474974514, "Has max bound": false, "Max": 1.0, - "Drag speed": 0.009999999776482582, + "Drag speed": 0.0010000000474974514, "Use slider": false, - "Is logarithmic": false + "Is logarithmic": true } } } @@ -31,13 +31,13 @@ "Value": 1.0, "Metadata": { "Bounds": { - "Has min bound": false, - "Min": 0.0, + "Has min bound": true, + "Min": 0.0010000000474974514, "Has max bound": false, "Max": 1.0, - "Drag speed": 0.009999999776482582, + "Drag speed": 0.0010000000474974514, "Use slider": false, - "Is logarithmic": false + "Is logarithmic": true } } } diff --git a/Nodes/50 2D Modifier/Zoom.clbnode.presets.json b/Nodes/50 2D Modifier/Zoom.clbnode.presets.json index 8e1767ff..38864e9f 100644 --- a/Nodes/50 2D Modifier/Zoom.clbnode.presets.json +++ b/Nodes/50 2D Modifier/Zoom.clbnode.presets.json @@ -9,7 +9,7 @@ { "index": 2, "data": { - "Name": "zoom", + "Name": "Zoom", "Value": 1.0, "Metadata": { "Bounds": { @@ -19,7 +19,7 @@ "Max": 10.0, "Drag speed": 0.009999999776482582, "Use slider": false, - "Is logarithmic": false + "Is logarithmic": true } } } diff --git a/changelog.md b/changelog.md index 7401e889..7a3736fa 100644 --- a/changelog.md +++ b/changelog.md @@ -20,6 +20,8 @@ ## 🐣beta-16 WIP +- ✨ The slider for some parameters (Zoom, Time Speed, etc.) now behaves logarithmically, meaning it will have equal precision in the 0-1 range as in 1-∞. Basically this means they are more practical to use. + ## 🐣beta-15 - ✨ Added a Time Speed on the timeline, which allows you to slow down or speed up your entire animation easily.