Default to weightflip

This commit is contained in:
Steven Robertson 2012-07-29 12:23:36 -07:00
parent 7a2b9983f1
commit cce53c23a6

View File

@ -74,7 +74,7 @@ blend = (
'affects the periodic extension of angular parameters (values are ' 'affects the periodic extension of angular parameters (values are '
'extended to minimize deviation from average velocity), and also ' 'extended to minimize deviation from average velocity), and also '
'sets the default value for `time.duration` in an animation.') 'sets the default value for `time.duration` in an animation.')
, 'xform_sort': enum('weightflip weight natural color') , 'xform_sort': enum('weightflip weight natural color', 'weightflip')
, 'xform_map': list_(list_(String('xfid'), d='A pair of src, dst IDs')) , 'xform_map': list_(list_(String('xfid'), d='A pair of src, dst IDs'))
}) })