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

Spray w/ auto direction overwrites the direction of base texture #481

Closed
TokisanGames opened this issue Sep 6, 2024 · 1 comment · Fixed by #492
Closed

Spray w/ auto direction overwrites the direction of base texture #481

TokisanGames opened this issue Sep 6, 2024 · 1 comment · Fixed by #492
Assignees
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@TokisanGames
Copy link
Owner

Description

Spraying with auto direction overwrites the direction on the base layer below. Spray should only change direction on the Spray pixels (where brush_alpha >. 1), I think. Due to blending, it might not work as we imagine. Might have to bump the threshold up to 0.3 or so.

https://discord.com/channels/691957978680786944/1065519581013229578/1275318563149840437

@TokisanGames TokisanGames added bug Something isn't working good first issue Good for newcomers labels Sep 6, 2024
@TokisanGames TokisanGames added this to the Beta 0.9.x milestone Sep 6, 2024
@Xtarsia
Copy link
Contributor

Xtarsia commented Sep 15, 2024

I think the condition for allowing spray to write angle/scale should require that the blend value that will be written to the control map, be 84 (1/3rd of 255)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants