rename operators TFM_OT_* --> TRANSFORM_OT_*

This commit is contained in:
Campbell Barton
2009-12-10 10:36:32 +00:00
parent b5740b0e77
commit 9358af05d0
26 changed files with 202 additions and 206 deletions

View File

@@ -109,9 +109,9 @@ class NODE_MT_node(bpy.types.Menu):
def draw(self, context):
layout = self.layout
layout.operator("tfm.translate")
layout.operator("tfm.rotate")
layout.operator("tfm.resize")
layout.operator("transform.translate")
layout.operator("transform.rotate")
layout.operator("transform.resize")
layout.separator()