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

as_RigDoctor / as_RigScanner - T.I.C.S : Track Issue Code System

Writer's picture: Subbu AddankiSubbu Addanki

Trying-out some RnD on "Coding System" for Rig/ Various Pipeline Issues

(Just For Fun..)

What If we can track various issues with Issue IDs

Pipeline Issues: P01 ► GeoCache Not Published P02 ► Animation Broken While Referencing P03 ► Rig published but file is not available at given location Etc


Rigging Issues: R01 ► Shoulder Twist Issue At Front 90 Rotation R02 ► Volume Loss At Elbow

For Ex, Complete Issue Track ID: L04►P05 : Limb 04 -> Arm, Part 05 - Elbow Etc


RigScanner Works for Various Other Issues ► Naming Convention Related issues ► Finding-out of Unknown Nodes ► Removing Name Spaces, If any ► Removing Anim Keys, if exist


How It Helps: ► In a year, Find-out which Issue ID repeated most ► Plan training or some kind of Skill Upgrade programme ► Provide review notes Something like this (For R01 - Rendering Issues, T01-Texturing Issues Etc) ► All these issues will be saved to XL sheets etc

Just wanted to know, what you guys say ..

12 views0 comments

Recent Posts

See All

Comments


bottom of page