Skip to content

Commit

Permalink
Animation Sliders: Remove backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Oct 3, 2024
1 parent a19ebc1 commit 013d42d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 342 deletions.
3 changes: 1 addition & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@
"about": "Adds sliders and other tools to modify keyframes:\n\nYou can add the sliders and tools to any of your toolbars by clicking the three dots on the right side and selecting **Customize**. Search for the slider you want to add and click to add it.\n\n- **Tween Keyframes:** Amplify the values of the selected keyframes\n- **Amplify Keyframes:** Amplify the values of the selected keyframes\n- **Ease Keyframes:** Create a curve with the selected keyframes between the adjacent keyframes\n- **Retime Keyframes:** Shift the curve in the graph editor without changing the time of the keyframe. This allows you to change the time of one axis individually\n- **Keyframe Slider Axis:** Select which axis the keyframe sliders affect\n- **Create Keyframe Column:** Key all channels in the timeline at the current timecode, if they already have keyframes\n- **Select Keyframe Column:** Select all keyframes in the timeline along a column below the playhead\n- **Normalize Keyframes:** Subtract the currently displayed value from all selected keyframes, in order to remove the base pose from the model.",
"tags": ["Animation"],
"version": "0.3.1",
"min_version": "3.7.0",
"new_repository_format": true,
"min_version": "4.8.0",
"variant": "both"
},
"voxel_shape_generator": {
Expand Down
338 changes: 0 additions & 338 deletions plugins/animation_sliders.js

This file was deleted.

3 changes: 1 addition & 2 deletions plugins/animation_sliders/animation_sliders.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
description: 'Adds multiple sliders to tweak keyframes',
tags: ['Animation'],
version: '0.3.1',
min_version: '3.7.0',
new_repository_format: true,
min_version: '4.8.0',
variant: 'both',
onload() {

Expand Down

0 comments on commit 013d42d

Please sign in to comment.