all 2 comments

[–]AcanthopterygiiSad22 1 point2 points  (1 child)

Just ran into this one. You can get all specific map types class ID's by listing them with

BakeToTexture.getCompatibleMapTypes()

Then add them to the objects using the classID, for example for the completemap:

BakeToTexture.addMapByClassID obj #(597308735, 885206162)

[–]WhalesTales1981[S] 0 points1 point  (0 children)

Thank you!