Merging trunk up to r39447.

This commit is contained in:
Joerg Mueller
2011-08-16 14:11:58 +00:00
177 changed files with 1940 additions and 1549 deletions

View File

@@ -19,6 +19,7 @@
# <pep8-80 compliant>
import bpy
from bpy.types import Operator
def pose_frame_info(obj):
@@ -192,7 +193,7 @@ def bake(frame_start,
from bpy.props import IntProperty, BoolProperty, EnumProperty
class BakeAction(bpy.types.Operator):
class BakeAction(Operator):
'''Bake animation to an Action'''
bl_idname = "nla.bake"
bl_label = "Bake Action"