Skip to content

Commit

Permalink
🟦 [Nodes] Use Logarithmic option
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Mar 18, 2024
1 parent ebda99f commit 152bdc5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cool
Submodule Cool updated 1 files
+5 −1 src/Cool/Time/Clock.h
20 changes: 10 additions & 10 deletions Nodes/50 2D Modifier/Scale.clbnode.presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
}
}
}
Expand All @@ -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
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Nodes/50 2D Modifier/Zoom.clbnode.presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"index": 2,
"data": {
"Name": "zoom",
"Name": "Zoom",
"Value": 1.0,
"Metadata": {
"Bounds": {
Expand All @@ -19,7 +19,7 @@
"Max": 10.0,
"Drag speed": 0.009999999776482582,
"Use slider": false,
"Is logarithmic": false
"Is logarithmic": true
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 152bdc5

Please sign in to comment.