Vasilis Triantafyllou
Dec. 7, 2018 04:13:07
Can i use the delight node in order to delight a sequence of objs where each one of them has its own texture and bake the resulting sequence with simple baker? In this way i can batch delight assets. Is this possible ?
Many Thanks
lkruel
Dec. 7, 2018 09:15:11
Hey trelobyte,
Yeah that's possible! The most common way is to simply have each object on a separate frame and then run the baker for multiple frames (under the advanced tab)
One thing to note is that the delighter works in vertex colors, so if you're trying to delight textures, the best way would be to subdivide your object pretty densely and then use an attributeFromMap node to move the texture data into the vertexColors
Hope that helps!
Luiz
Vasilis Triantafyllou
Dec. 12, 2018 09:28:07
Thanks so much Luiz it works perfect!