Notifications
Clear all

[Closed] render #bakeUnselected

Hey there,
is it possible to render to texture an unselected obj from script?
I am trying to to “live” render a texture at 25 fps and i want to be able to use the UI while it is rendering.
At the moment the specific CODE section is :

<CODE>

selectedbefore = $
select obj
myBitmap = render rendertype:#bakeSelected vfb:off progressBar:false outputSize:[16,16]
if (selectedbefore != undefined) then ( select selectedbefore )

</CODE>

Can anyone help me?
thanks in advance and greetings from Hamburg,.
Flub

1 Reply

Hello there,
Is it really impossible to render to texture via script with selecting an object in the UI?
It would be so useful for live texture baking.

does anyone know anything ?

best regards,
Flub