Merged changes in the trunk up to revision 36408.

This commit is contained in:
2011-05-01 13:50:38 +00:00
146 changed files with 1953 additions and 1084 deletions

View File

@@ -32,7 +32,7 @@ class SimpleMouseOperator(bpy.types.Operator):
def execute(self, context):
# rather then printing, use the report function,
# this way the messag appiers in the header,
# this way the message appears in the header,
self.report({'INFO'}, "Mouse coords are %d %d" % (self.x, self.y))
return {'FINISHED'}