Page MenuHome

Copy weight between objects based on vert indices
Closed, ArchivedPublicPATCH

Description

Project: Blender Extensions
Tracker: Py Scripts Upload
Blender: 2.53
Category: Object
Python: 3.1
Script name: copy_indexWeight
Wiki page: -
Author(s): Fabian Fricke
Status: Closed

I urgently needed this for a project but I think it can be useful for others as well.

This script takes the weights and vertex groups from one object and copies them to another object based on the vertex indices.
This means the objects need to have exactly(!) the same topology but may be deformed in completely different ways. (E.g. a set of slightly different characters which are based on the same initial mesh.)


Usage:

Select target object first and the source object second, then just run the script from the text editor. (It's not an operator yet!)


This is really just an early draft, more to come when I have time.

Event Timeline

Made the script an operator + added license info and bl_addon_info

Script has been incorporated into the "copy attributes" addon.

closing since this is gone in contrib, so we have less open trackers

mindrones changed the task status from Unknown Status to Unknown Status.Dec 24 2010, 1:30 AM