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

Fix math node backward compatibility #680

Merged
merged 1 commit into from
May 5, 2024

Conversation

williamchange
Copy link
Contributor

In #669 the new operation log(A, B) is added after log(A) in math nodes which causes math nodes' selected operation from v1.3 to shift by one when opened in v1.4a. Moving this operation to the end of the list fixes this.

Before

before

After

after

@RodZill4 RodZill4 added this to the 1.4 milestone May 4, 2024
@RodZill4 RodZill4 merged commit 6128931 into RodZill4:master May 5, 2024
2 checks passed
@williamchange williamchange deleted the fix-math-op-shift branch May 5, 2024 13:53
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

Successfully merging this pull request may close these issues.

2 participants