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

The graph generated when multiple KfKeyframedConditionWithText have the same text is incorrect. #31

Open
nomadoor opened this issue Jan 30, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@nomadoor
Copy link

121
121.json
In this workflow, the same “1” is entered in the first and third KfKeyframedConditionWithText nodes. In this case, the schedule of the first text is not displayed.

123
This is how it should be.

@dmarx
Copy link
Owner

dmarx commented May 22, 2024

hey sorry for the late response!

I'm probably not going to fix this anytime soon, but there are a few alternative ways you could go about this that would result in a correct graph. Here's what I recommend:

  • Replace that third KfKeyframedConditionWithText node with a KfKeyframedCondition node and feed the CONDITIONING output from the first node into this new node. This will attach a new keyframe to the "curve" object created by that first node. This would result in a graph with no third green curve: instead, the blue curve will just go back up.

@dmarx dmarx closed this as completed May 22, 2024
@dmarx dmarx reopened this May 22, 2024
@dmarx dmarx added the wontfix This will not be worked on label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants