Weights to Vertex Colors addon

Hi

I created an addon for transfering selected weight to a vertex color group. You can copy the values either as grayscale or color(as shown in weight mode).

I created this addon mostly for rendering purposes however I am sure there are other uses. Basically sometimes it is easier to create masks by selecting some components in edit mode and creating a weight group from the selection. Once done you convert that into vertex colors to use as masks or colors for rendering.

You need to make sure that you at least have one weight and one vertex color group selected. Once done just fire “Weight2VertexCol” command.

Here is the link to the code
https://bitbucket.org/kursad/blender_addons_weight2vertcolortransfer/src/42070d95e0063df441b4f2d617492669b690592c/src?at=master

Vimeo Video




Please let me know if you see any bugs, or have feature requests. I have not tested it heavily as of now.

Btw the monkey in the screenshots is a model I have given away free sometime ago. You can download the free blend file from some places on the net. I do not have a direct link though.

thanks

kursad

7 Likes

Thanks! That’s a good idea!

Hi!
Great job! I’ve been searching for something like this for some time :slight_smile:

I downloaded the python file and installed it, but I can’t seem to find where is it placed in Blender. Should it be used by command line?
I’m using both Blender 2.70 and 2.71 RC

Sorry for bumping into an year old thread, but i’ve just found this today :slight_smile:

Again, thank you for having created this :smiley:

Nevermind, found it!
Your video runs pretty fast, I had to watch it over and over to find how it works :slight_smile:

So if anyone is having the same trouble as me, just press Space button and search for Weight2VertexCol :slight_smile:

The reason I’m using it is because i needed to convert some Hair Weight paint to Vertex Colors, so I can use it in the Attribute Node, to help control the glossiness of a cartoon Cat :slight_smile:

Cheers!

I am glad it worked out. Using bone weights for rendering purposes was my initial reason to write it.

An important new use - ANT landscapes have some erosions and other tricks that make pretty weights but not vertex paints. This plugin helps 100%.

Attachments


2 Likes

I updated the Addon for 2.79 and mostly modified the ease of use (i think so at least):

Addon now lives in the Object Data panel:

Weight2VertexCol

Pick Source from vertex Groups, pick destination from Vertex Colors, click run, Done!

Source:

WeightToColor.py (4.2 KB)

Note: i’m pretty Python rusty… Might be full of bugs. Didn’t test it for 2.80.

1 Like

Thanks that is looking good, I will test it soon.

Trying to use WeightToColor.py in 2.79 and keep getting error message about needing 4 something and only have 3. I’ll try to get a screen shot. Hope you can help, thanks.

ValueError: bpy - Struct: item. attr = val: sequences of dimension 0 should contain 4 items. not 3

What version of Blender do you use?
This is a feature in 2.79 from buildbot. In Vertex Paint mode you search (from Space Bar): “Vertex Color from Weight”.

But if your project is using official Blender release, if you use Blender from buildbot you save your project with a different name, because it can modify your work, for example by adding new Displacement node.

2.79.6 I think it is an official release. I just tried what you said and in Vertex mode from the space bar ended up with an all black object. Is that the intended result? Thanks for your quick response.

Well, we need to see the exact message to determine the issue.

Are you sure about your mesh having Weight Paint data with weights other than 0 somewhere?
wp_to_vp

I downloaded 2.79b and WeightToColor.py runs but all I get is a black mountain. I am trying to use the weight paint colors and convert them to a vector mask. The mountain is a ANT landscape with erosion.

Success! Thank you for your help, YAFU. Now things are working correctly. I had missed a few steps in setting up the erosion. Still needed 2.79b though.

I’m not sure if it was the 2.79 Blender builds I was using that wouldn’t work or my own ineptness dealing with a new project. The stable version of 2.79b works fine with the new version of WeightToColor.py. Thank you very much!

Hi! I’ve updated the addon for 2.80, I’m not a programmer, just an artist… so errors are expected…

Happy Blending!

WeightToColor28.zip (1.6 KB)

8 Likes

Hey thanks for the update. I hope others enjoy it too.

1 Like

Thanks for the update !

1 Like