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.
- 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;