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

Adding a new vertex color mask resets the extension mode of a previous decal image mask back to clip #209

Closed
Dereuz24 opened this issue Oct 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Dereuz24
Copy link

Hi there,

I found that if you add a new image mask layer and then set the extension mode to repeat, every new subsequent mask layer after that resets the extension mode from repeat to clip instead of keeping the mode selected by the user at the beginning.

In case you are having difficulties reproducing this, it happens every time with the decal mask plus the vertex color mask.

  • New layer on a blank cube, solid or image layer
  • New mask, source Decal
  • Set extension to repeat
  • New vertex color mask
  • The addon automatically resets the extension of the image back to clip
@ucupumar
Copy link
Owner

ucupumar commented Oct 21, 2024

Decal is designed to use clip extension, that's why it kept coming back to it. Is there any usecase for using decal with other than clip extension?

I probably need to hide the extension option when decal is used

@ucupumar ucupumar added the needs more info Needs more information from user label Oct 21, 2024
@Dereuz24
Copy link
Author

Decal is designed to use clip extension, that's why it kept coming back to it. Is there any usecase for using decal with other than clip extension?

I probably need to hide the extension option when decal is used

Controlling the rotation and scale of image texture masks with the empty widget is convenient. Sliders are ok but this allows the user to scale and rotate textures directly on viewport without going back to the side panel

@ucupumar ucupumar added bug Something isn't working and removed needs more info Needs more information from user labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants