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

Subbu Addanki: rigging, skinning, scripting

Writer's picture: Subbu AddankiSubbu Addanki

Updated: May 11, 2020

Asst Rigging Supervisor (2011 - 2012)

It was the time, where I was supervising the rigging team and

My RnD took the next phase as I was getting some good results while working on character simulation using PhysX plug-in for Maya.


as_EasyRagdoll : Character Simulation With PhysX Ragdolls


One day, one of my online friends messaged me about the link below and he mentioned that “There is an article featured about your work on one of the well known french websites. Check it once !!”



I remembered that day, I distributed the sweets to my colleagues. That was really a memorable day.


19 views0 comments

Recent Posts

See All

Comentários


bottom of page