1
Python and Java API / transfer_texture ignored
« on: December 11, 2025, 06:04:41 AM »
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:
And this is what is returned in console (transfer_texture is absent):
I am using V2.2.2 and have the natural texture mode tweak enabled.
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:
Code: [Select]
chunk.buildTexture(
texture_size=4096,
source_asset=3,
transfer_texture=True,
)And this is what is returned in console (transfer_texture is absent):
Code: [Select]
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 = onI am using V2.2.2 and have the natural texture mode tweak enabled.