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 tint not applying when bound to a parameter #54

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

Draconizations
Copy link

@Draconizations Draconizations commented Dec 1, 2023

Fixes tint (multiply) not working with composite nodes when bound to a parameter, and fixes tint (screen) not working with part nodes when bound to a parameter.

The wrong operations were used for calculating the tint. Composites used addition for both multiply and screen, while parts used multiplication for both.

Fixes Inochi2D/inochi-creator#315

@LunaTheFoxgirl LunaTheFoxgirl merged commit 031b815 into Inochi2D:v0_8 Dec 1, 2023
@Draconizations Draconizations deleted the fix-tint branch December 2, 2023 11:00
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