Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Bezier animation tracks #1

Closed
lpszmoths opened this issue Feb 15, 2023 · 3 comments
Closed

Add support for Bezier animation tracks #1

lpszmoths opened this issue Feb 15, 2023 · 3 comments

Comments

@lpszmoths
Copy link

Repro steps

  1. Create a new scene starting from an empty Spatial root node
  2. Add a Spatial node and rename it ModifiersTarget
  3. Add and configure the Modifiers node
    3.1. Add a Modifiers node and rename it Modifiers
    3.2. In the Modifiers inspector, set ModifiersTarget as the target of Modifiers
    3.3. In the Modifiers inspector, click on Add Property
    3.4. Select the Transform property
    3.5. Click on Add Modifier
    3.6. Name the new modifier TargetTransform
  4. Animation player setup
    4.1. Add an AnimationPlayer to the scene
    4.2. Create a new animation named Scale
    4.3. Open the animation bottom panel and click on Add Track
    4.4. Select Bezier Curve Track
    4.5. Select the Modifiers node.

Actual result

The modifier we created does not appear on the list, so I can't animate it with a Bezier track.

image

Expected result

When you create a new Bezier curve track, you should be able to see Modifiers nodes, select their modifiers, and animate them.

I haven't taken a look at the code so I'm not sure if this is dependent on godotengine/godot-proposals#300

Otherwise great plugin!

@samdze
Copy link
Owner

samdze commented Feb 18, 2023

I'll take a look, may be a Godot bug.

@samdze
Copy link
Owner

samdze commented Feb 18, 2023

Alright, I see, it's not that the Modifiers plugin doesn't support Bezier animation tracks, It's Bezier tracks that don't support the Transform type, of course.

The default editor property selector shows extra properties for Spatial nodes (and other types of nodes too).
Right now the plugin shows non-computed properties only, but I'll update it so that the property selector also shows those extra ones!

@samdze
Copy link
Owner

samdze commented Feb 18, 2023

Fixed by 3d2c222

@samdze samdze closed this as completed Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants