- curve geometry curve panel wasnt displaying with no active spline

- graph export didnt work for constraints with no subtarget
- utility functions for duplicating a set of bones and blending between 2 sets
This commit is contained in:
2009-12-03 14:20:35 +00:00
parent 3b1c6d6065
commit 685d418f3a
3 changed files with 150 additions and 11 deletions

View File

@@ -133,8 +133,7 @@ class DATA_PT_geometry_curve(DataButtonsPanel):
if obj and obj.type == 'SURFACE':
return False
curve = context.curve
return (curve and curve.active_spline)
return context.curve
def draw(self, context):
layout = self.layout