All Animators Read This!


#1

Hey guys ,

please pop in the following script to your script editor and execute, it’ll add a frame counter to the bottom of your screen , and make sure you have “show ornaments” checked while doing playblasts. This’ll make it easier for everyone when doing critiques.

  1. To turn on frame counter paste and run this in the script editor

headsUpDisplay -section 5 -block 1 -blockSize “small” -dfs “large” -ao 1 -l frame -command “currentTime -q;” -atr HUDFrameCount; string $expr=""; $expr+=“headsUpDisplay -rem HUDFrameCount;”; $expr+=“headsUpDisplay -section 5 -block 1 -blockSize “small” -dfs “large” -ao 1 -l frame -command “currentTime -q;” -atr HUDFrameCount;”; expression -n “headsUpExpression” -s $expr;


#2

also ,

please turn off all curves and control objects display before playblasting , no need to see them as they are very distractive.


#3

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.