Tagged 'edit vertex'

RGBA Vertex Color Editor

0 votes

This script split the 3D model in 4 sub-meshes which are each vertex color Channel (R,G,B,A).

You can edit each Channel and then save the changes to the original mesh.

And bellow i put the Polycount forum thread about develop the tool and some example about how works

https://polycount.com/discussion/204662/maxscript-split-vertex-color-in-...

EditVertexDirect

4 votes

This is the replacement script of the standard script triggered from the "1" key. Yes, is goes to the vertex level for editing vertices. But makes this in more smart way. If you have a lot of modifiers above your base object typically after pressing the 1 key you get into editing the first sub-object level of the modifier. But we need editing vertices. Along with base objects it also picks the upper edit_poly or similar modifier. Version 0.4 seems to be polished enough.