Clone bones
Posted: Wed Jul 27, 2005 11:06 pm
I wrote this script to compensate lack of copy/paste operations on bone objects. This script can duplicate selected bone with child bones. This is pre-alpha version with some restictions. For example, a bone can have more than one child bone, but only first children will be included in copy sequence (yet):
P has 2 children (A and a), but only P-A-B-C bones will be duplicated.
Another disadvantage is bones will be copied without keyframes.
I hope however, this tool can be useful. Anyway, all comments welcome.
http://bogush-r.narod.ru/moho/scripts/rb_clonebone.lua
Code: Select all
P-+-A-+-B-+-C-
\
+-a-+-b-
P has 2 children (A and a), but only P-A-B-C bones will be duplicated.
Another disadvantage is bones will be copied without keyframes.
I hope however, this tool can be useful. Anyway, all comments welcome.
http://bogush-r.narod.ru/moho/scripts/rb_clonebone.lua