From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Return to Userspace Page

Weight Paint Transfer

To complete my bachelor degree in computer science at Narvik university collage I wrote a thesis based on a tool I programmed for Blender. It is a tool for copying weight paint between meshes.


Commit: http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51222 Mainly object_vgroup.c line 379 to 689

Bachelor thesis: http://fagweb.hin.no/axs/hovedoppgave/Bachelor_Thesis.pdf

For the curious: I achieved grade C (60-80% score), where the grade is mainly based on the written thesis.


2015 Update: Code have been replaced by a more general way of transferring mesh data.