Fix [#22337] Wrong operator descriptions

This commit is contained in:
2010-05-14 07:20:16 +00:00
parent 2798852903
commit 0524fc1df6
5 changed files with 8 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ from bpy.props import *
class BakeAction(bpy.types.Operator):
'''Add a torus mesh'''
'''Bake animation to an Action'''
bl_idname = "nla.bake"
bl_label = "Bake Action"
bl_options = {'REGISTER', 'UNDO'}