|
|
|
|
|
|
|
|
|
|
Tips
and Tricks |
Displaying Frame Numbers in a Playblast
/*MEL Script for creating a custom toggle button to displaying frame numbers inside a playblast. */
if (`headsUpDisplay -ex HUDFrameCounter` != 1)
{
headsUpDisplay
-section 2
-block 0
-blockSize "small"
-label "Frame:"
-labelFontSize "small"
-dataFontSize "small"
-command "currentTime -q"
-attachToRefresh
-padding 0
HUDFrameCounter;
} else {headsUpDisplay -rem HUDFrameCounter;}
|
|
|
|
|
|
|
|
Please leave all references to the author intact in
all documentation and tutorials. |
|
|
Terms of Use |
|
|
|
|
|
Rendering Layers :
Compositing |
|

|
|
Th....monitor are square. They are the same width and height and can be
described as having a pixel aspect ratio of 1:1.
[level
intermediate]
|
|
copyright
FridgeMonsters.com
all rights reserved forever!! |