Fixes for creation and rendering of assets and models
This commit is contained in:
parent
9b4a55aff4
commit
7e5b593cd9
|
|
@ -13,7 +13,7 @@ SetupAvatar(
|
||||||
"/api/render/characterasset?id="
|
"/api/render/characterasset?id="
|
||||||
)
|
)
|
||||||
|
|
||||||
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true, true) -- crop it (?)
|
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true)
|
||||||
|
|
||||||
print(`[{game.JobId}] Successfully rendered clothing`)
|
print(`[{game.JobId}] Successfully rendered clothing`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ for _, object in pairs(game:GetObjects(`{_BASE_URL}/asset?id={_ASSET_ID}`)) do
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
local click = ThumbnailGenerator:Click("PNG", 1024, 1024, true)
|
local click = ThumbnailGenerator:Click("PNG", 1024, 1024, true, true) -- crop it (?)
|
||||||
|
|
||||||
print(`[{game.JobId}] Rendered model`)
|
print(`[{game.JobId}] Rendered model`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue