Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import maya.OpenMaya as om
  2. import pymel.core as pm
  3.  
  4. om.MGlobal.displayError("Error Message goes here")
  5. om.MGlobal.displayWarning("Warning message here")
  6. om.MGlobal.displayInfo("just saying hi")
  7. pm.displayInfo("just saying hi")
  8. print "something else"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement