## popup message -A disappearing message def popupMessage(function_name): """ Displays an in-view message indicating that a function has been copied to the clipboard. :param function_name: #The name of the function that has been copied. :return: """ mc.inViewMessage(amg="Copied!!\nFunction name '{0}' has been copied to the clipboard.".format(function_name), pos='midCenter', fade=True) # Test function is provided to test main function popupMessage def test_popupMessage(): popupMessage(function_name='exampleFunction') # Since mc.inViewMessage affects the UI, manual verification is required. print("popupMessage executed successfully.") test_popupMessage()
top of page
Original on Transparent.png

Hyper Rigs & Pipeline Tools
C-A-R-S
Character Auto Rigging System

All these tools & rig setups are tested and proven over a period of Decade in a VFX & Animation production pipelines

White on Transparent.png
CreatureRigging Newsletter

See it First

Thanks for submitting!

© 2020 By Creature Rigging

  • Grey Instagram Icon
  • Grey Vimeo Icon
  • Grey YouTube Icon
  • Grey Facebook Icon
  • Grey Twitter Icon
bottom of page