## 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

๐Ÿ ๐™–๐™จ๐™‰๐™ค๐™™๐™š - ๐™๐™ค๐™ง ๐™‰๐™ค๐™™๐™š ๐˜ฝ๐™–๐™จ๐™š๐™™ ๐˜ผ๐™ช๐™ฉ๐™ค ๐™๐™ž๐™œ๐™œ๐™ž๐™ฃ๐™œ

As promised earlier in my previous posts, I made asNode available at below location. I can explain more on this in the book, which I am writing - Python Scripting - Handbook for VFX artists https://github.com/subbuadd/asNode

๐Ÿ…ตeatures: โ–บ For True Object Oriented MetaClass Programming โ–บ For Node based Auto Rigging โ–บ Returns asNodes instead of just data โ–บ Query parent, child, nearestObj, name, shortName etc โ–บ Add more custom methods as needed โ–บ Experience double speed in your tools development โ–บ For Happy Coding in any dept. like Rigging, Modelling, FX, Lighting ๐Ÿ…ฟlease ๐Ÿ…ฝote: โ–บ Developed this completely during my personal time โ–บ This asNode template comes with nearly 1000 lines code with 20+ methods โ–บ Original asNode has 9000 lines code nearly with 350+Methods ๐Ÿ…ณownload ๐Ÿ…ปink: for first 90 pages of '๐™‹๐™ฎ๐™ฉ๐™๐™ค๐™ฃ ๐™Ž๐™˜๐™ง๐™ž๐™ฅ๐™ฉ๐™ž๐™ฃ๐™œ - ๐™ƒ๐™–๐™ฃ๐™™๐™—๐™ค๐™ค๐™  ๐™›๐™ค๐™ง ๐™‘๐™๐™“ ๐™–๐™ง๐™ฉ๐™ž๐™จ๐™ฉ๐™จ' here.. Edited version will be available soon. https://www.creaturerigging.com/post/python-scripting-handbook-for-vfx-artists-1

๐Ÿ…ฟlease ๐Ÿ…ฒheck these videos also: asNode : Workflow For asNode In Auto Rigging (Part 01)

asNode : Workflow For asNode In Auto Rigging (Part 02)

asNode : Workflow For asNode In Auto Rigging (Part 03)




Commentaires


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