fix for some errors and local root bone override

This commit is contained in:
2009-12-10 14:32:37 +00:00
parent aaa181818e
commit 5c5ec6f0a7
5 changed files with 57 additions and 12 deletions

View File

@@ -25,6 +25,13 @@
# for rigify so in some cases seemingly generic functions make assumptions
# that a generic function would need to check for.
import bpy
from Mathutils import Vector
from rna_prop_ui import rna_idprop_ui_prop_get
DELIMITER = '-._'
EMPTY_LAYER = [False] * 32
def add_stretch_to(obj, from_name, to_name, name):
'''
Adds a bone that stretches from one to another