Hi,
May be simple question but I am trying to write a script to bake diffuse from one model to another and it seems to always use the images instead of the model.
This is my basic call:
chunk.buildTexture(
texture_size=4096,
source_asset=3,
transfer_texture=True,
)
And this is what is returned in console (transfer_texture is absent):
2025-12-11 13:59:33 BuildTexture: blending_mode = MosaicBlending, texture_size = 4096, downscale = 2, sharpening = 1, fill_holes = on, ghosting_filter = on, out_of_focus_filter = off, texture_type = Diffuse map, source_asset = 3, enable_gpu = on, relaxed_precision = on
I am using V2.2.2 and have the natural texture mode tweak enabled.