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

size does not change #216

Closed
RatGrnn opened this issue Jun 4, 2024 · 13 comments
Closed

size does not change #216

RatGrnn opened this issue Jun 4, 2024 · 13 comments
Labels
enhancement New feature or request

Comments

@RatGrnn
Copy link

RatGrnn commented Jun 4, 2024

i saw on reddit that people have this problem, but no one knows the solution

changing the size in textools, nothing changes, and the same checker remains 512x512

i have blender 4.1, but I also tested it on 3.2 and the checker remains 512x512 everywhere

@franMarz
Copy link
Owner

franMarz commented Jun 4, 2024

Can you share the link to that reddit discussion? Because I've closed two issues so far related to this and maybe I'm missing something here.

@franMarz franMarz added the question Further information is requested label Jun 4, 2024
@misfit22
Copy link

misfit22 commented Jun 5, 2024

Can you share the link to that reddit discussion? Because I've closed two issues so far related to this and maybe I'm missing something here.

https://www.reddit.com/r/blender/comments/1d5dhw9/i_cant_seem_to_get_textools_to_change_the_checker/
https://www.reddit.com/r/blenderhelp/comments/1amul6q/anyone_using_textools_know_why_i_cant_get_it_to/

Hi!
i can also confirm, that feature does not work properly, stuck with 512x512 textures.
2nd topic is 4month old but someone commented recently.

@franMarz franMarz added enhancement New feature or request and removed question Further information is requested labels Jun 5, 2024
@franMarz
Copy link
Owner

franMarz commented Jun 5, 2024

We can reimplement this with a new internal logic, with Custom Properties being added and removed per object to control the Checker Map tiling, avoiding shader or texture duplication.

@franMarz
Copy link
Owner

franMarz commented Jun 5, 2024

Please install and try the latest version of master. Could not be good enough if you need to set the Checker Map tiling of many objects, but I think it is a step in the right direction.

@misfit22
Copy link

misfit22 commented Jun 6, 2024

Please install and try the latest version of master. Could not be good enough if you need to set the Checker Map tiling of many objects, but I think it is a step in the right direction.

Maybe i'm doing something wrong? I see no change, got 512x512 textures:

IMAG0044

@franMarz
Copy link
Owner

franMarz commented Jun 6, 2024

I copy and paste here the description of the commit:

Formerly controlled with the TexTools global resolution, now a Custom Property is added to every Object which has a Checker Map applied to tune the tiling (or projection Scale) of the Checker texture. For convenience, the value of this property for the Active Object is exposed in the Textools UI below the Checker Map button.
Now, the Viewport Shading Modes "Material Preview" or "Rendered" need to be in use to view the effect of the Checker Map Tiling.

Just change the Tiling value which appears under the Checker Map button after being used. The resolution just controls the texture baking results, I changed that many commits ago for a number of reasons that are internal to the addon, to prevent adding garbage data to the blendfile in use, and to avoid interferences between the Baking and Checker Map operators

@misfit22
Copy link

misfit22 commented Jun 6, 2024

Yes tried to change the tiling to x10, yet it does not change anything.

@franMarz
Copy link
Owner

franMarz commented Jun 6, 2024

Can you share a screenshot like the one you posted before with the Tiling set to 10? Please note that the Checker image is not gonna change, it's the 3D preview of it what will change.

blender_8PXlLSflrK

@RatGrnn
Copy link
Author

RatGrnn commented Jun 6, 2024

nothing changes
image

@franMarz
Copy link
Owner

franMarz commented Jun 6, 2024

I forgot to update the resources on master, please install the latest version and try again.

@RatGrnn
Copy link
Author

RatGrnn commented Jun 6, 2024

yeah, tiling working now
is it possible to make the checker of the required size change itself when you change the size of the texture?

@franMarz
Copy link
Owner

franMarz commented Jun 6, 2024

I want to maintain the Resolution and the new Tiling parameters independent for people who use both Checker Maps and Baking. They are different concepts anyway.
If you need the Checker textures to have a base resolution bigger than 512px for some reason, you can always edit them. They are packed inside the materials_3.0.blend, which you can find in the Resources folder of the add-on.
This is a working first implementation, could be improved. For example, making the Tiling control the Checker projection scale of all selected objects, not just the Active one.

@franMarz
Copy link
Owner

franMarz commented Jun 6, 2024

Thank you for your insights, I think this is good enough for now. Closing

@franMarz franMarz closed this as completed Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants