Hi guys, I've been looking for a way to paint and view a vertex alpha map on modo but couldn't find any answer so far. Thought some of you guys here can point me to a right direction?
Purpose is to be able to blend 2 textures together based on a vertex alpha value to be used on Cryengine. Thanks~
Replies
The best you'll get is to use the math tool to city out of the map to a weight map or something, edit it, then copy it back in to the alpha.
you still need to create an RGBA map under Weight Maps to paint your vertex map via the vertex map color tool. I guess you need to create a new RGBA map for each texture and I have no idea if this will get exported with FBX.
I think this could probably be sorted using nodes as Farfarer suggests.
In the pic you can see the RGBA map influencing the texture.
It is possible to view vertex alpha in Modo, and repete is on the right track. I'm still using Modo 701 for this example. Make sure you're in Advanced OpenGL mode first (can't view it in shaded/textured etc). Add a texture to your material (like a UV grid). Open your viewport settings (hold O), click the 'Active Meshes' tab and choose 'Selected' in the Vertex Map drop-down menu, then tick 'Show Weightmaps'. Create an RGBA vertex map and set your RGBA values (alpha can only be set using the Vertex Value command found in the Vertex Map menu above). Select your RGBA map in the Lists tab and you should see your texture where your alpha value is less than 1.0. That's your vertex alpha.
When using Vertex Map >> Color Tool I can only click each vertex to make it 0% alpha, whenever i airbrushed it across the mesh it painted on the mesh (instead of just affecting alpha), where can I set which map to affect either RGB or A on an RGBA map? Also on Color Tool, the Alpha input always stay on 100% no matter I manually type 0% on the input field, whenever I airbrushed it, it straight snap to 100% alpha. Is this the expected behavior?
I tried to import the FBX file to max, but it appears the vertex alpha is not exported together with the FBX exporter, can anyone confirm this? Or I might do something wrong on modo, I also welcome if anyone can upload a test FBX object from modo with edited vertex alpha so I can check it out over here?
Thanks~!
I've included two FBX files exported from Modo 701. One in FBX 2010 format and the other FBX 2013 format:
https://dl.dropboxusercontent.com/u/52401794/sphereAlpha_2010.fbx
https://dl.dropboxusercontent.com/u/52401794/sphereAlpha_2013.fbx
It is possible to export vertex alpha values in Modo, however you must use FBX 2010 as your format. FBX 2013 doesn't seem to support vertex alpha despite being a newer format, which is hilarious and frustrating at the same time. FBX 2013 was introduced piece by piece in Modo 701, so maybe it's more complete and fixed in Modo 801 (but I don't know for sure, I haven't tried).
Also where did you confirm it? Did you bring to game engine like Cryengine for example?