14993 lines
424 KiB
XML
14993 lines
424 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mg-picker version="2.0">
|
|
<namespace></namespace>
|
|
<author>Administrator</author>
|
|
<email></email>
|
|
<website></website>
|
|
<message></message>
|
|
<date>2023-05-19 20:53:32</date>
|
|
<backgroundColor>
|
|
<r>43</r>
|
|
<g>43</g>
|
|
<b>43</b>
|
|
<alpha>255</alpha>
|
|
</backgroundColor>
|
|
<loadCommandType>python</loadCommandType>
|
|
<loadCommandString>import MGP.hotkeylister
|
|
from maya import cmds
|
|
_MGP_Hotkey_Lister = MGP.hotkeylister.HotkeyLister()
|
|
_MGP_Hotkey_View = cmds.MGPicker(q=True, currentPickerView=True)
|
|
|
|
# Update the secial key label via OS type:
|
|
def MGP_updateWinKeysViaOS():
|
|
'''Update the windows key label based on current OS'''
|
|
winKeys = cmds.MGPickerView (_MGP_Hotkey_View, q=True, gin="winkey")
|
|
lbl = 'Win'
|
|
if cmds.about(mac=True):
|
|
lbl = 'Cmd'
|
|
for wk in winKeys:
|
|
cmds.MGPickerItem(wk, e=True, view=_MGP_Hotkey_View, l=lbl)
|
|
MGP_updateWinKeysViaOS()
|
|
|
|
# Update the tooltips:
|
|
def MGP_updateHotkeyTooltips():
|
|
names = ['animatorKeys', 'designerKeys']
|
|
for i, name in enumerate(names):
|
|
keys = cmds.MGPickerView(_MGP_Hotkey_View, q=True, gin=name)
|
|
for key in keys:
|
|
lbl = cmds.MGPickerItem(key, q=True, view=_MGP_Hotkey_View, l=True).lower()
|
|
tips = _MGP_Hotkey_Lister.queryTip(i, lbl)
|
|
if not tips:
|
|
tips = ' : '.join([lbl,'N/A'])
|
|
cmds.MGPickerItem(key, e=True, view=_MGP_Hotkey_View, ann=tips)
|
|
MGP_updateHotkeyTooltips()
|
|
|
|
# Helper functions:
|
|
def MGP_hotkeySetInitPickerMode():
|
|
attrBtn = cmds.MGPickerView(_MGP_Hotkey_View, q=True, gin='pickerMode')
|
|
mode = 1-cmds.MGPicker(q=True, pickerMode=True)
|
|
cmds.MGPickerItem(attrBtn, e=True, view=_MGP_Hotkey_View, atv=mode)
|
|
|
|
def MGP_showTipForCurrentKey():
|
|
attrBtn = cmds.MGPickerView(_MGP_Hotkey_View, q=True, gin='pickerMode')
|
|
pickerMode = cmds.MGPickerItem(attrBtn, q=True, view=_MGP_Hotkey_View, atv=True)
|
|
cItem = cmds.MGPicker(q=True, currentItem=True)
|
|
lbl = cmds.MGPickerItem(cItem, q=True, view=_MGP_Hotkey_View, l=True).lower()
|
|
tips = _MGP_Hotkey_Lister.queryTip(pickerMode, lbl)
|
|
cmds.MGPickerItem(cItem, e=True, view=_MGP_Hotkey_View, showItemTip=tips)
|
|
</loadCommandString>
|
|
<enterCommandType>MEL</enterCommandType>
|
|
<enterCommandString></enterCommandString>
|
|
<namespaceChangedCommandType>MEL</namespaceChangedCommandType>
|
|
<namespaceChangedCommandString></namespaceChangedCommandString>
|
|
<item id="panel1">
|
|
<type>panel</type>
|
|
<parent></parent>
|
|
<zValue>0</zValue>
|
|
<name></name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
</position>
|
|
<size>
|
|
<width>747</width>
|
|
<height>241</height>
|
|
</size>
|
|
<margin>
|
|
<left>5</left>
|
|
<right>5</right>
|
|
<top>3</top>
|
|
<bottom>3</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>178</r>
|
|
<g>178</g>
|
|
<b>178</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>0</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text></text>
|
|
<font>Segoe UI</font>
|
|
<bold>1</bold>
|
|
<italic>0</italic>
|
|
<size>11</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>25</r>
|
|
<g>25</g>
|
|
<b>25</b>
|
|
<alpha>0</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>1</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<panelIndex>0</panelIndex>
|
|
<frameColor>
|
|
<r>55</r>
|
|
<g>55</g>
|
|
<b>55</b>
|
|
<alpha>255</alpha>
|
|
</frameColor>
|
|
<frameVisible>0</frameVisible>
|
|
<bgImage></bgImage>
|
|
<bgElementId></bgElementId>
|
|
<drawCrossLine>1</drawCrossLine>
|
|
<bgImageHAlign>left</bgImageHAlign>
|
|
<bgImageVAlign>top</bgImageVAlign>
|
|
<bgImageMargin>
|
|
<left>0</left>
|
|
<right>0</right>
|
|
<top>0</top>
|
|
<bottom>0</bottom>
|
|
</bgImageMargin>
|
|
<scaleBGToFit>1</scaleBGToFit>
|
|
<keepBGImageRatio>1</keepBGImageRatio>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>6</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="selectButton2">
|
|
<type>selectButton</type>
|
|
<parent>panel1</parent>
|
|
<zValue>-0.0001</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>-2</x>
|
|
<y>-6</y>
|
|
</position>
|
|
<size>
|
|
<width>751</width>
|
|
<height>31</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>76</alpha>
|
|
</fillColor>
|
|
<hoverLightness>7</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>153</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text></text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>255</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>1</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<rotation>0</rotation>
|
|
<postBehavior>Do Nothing</postBehavior>
|
|
<subNamespace></subNamespace>
|
|
<objects></objects>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>0</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="panel2">
|
|
<type>panel</type>
|
|
<parent>panel1</parent>
|
|
<zValue>0</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>4</x>
|
|
<y>38</y>
|
|
</position>
|
|
<size>
|
|
<width>737</width>
|
|
<height>194</height>
|
|
</size>
|
|
<margin>
|
|
<left>5</left>
|
|
<right>5</right>
|
|
<top>3</top>
|
|
<bottom>3</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>178</r>
|
|
<g>178</g>
|
|
<b>178</b>
|
|
<alpha>0</alpha>
|
|
</fillColor>
|
|
<hoverLightness>0</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Animator</text>
|
|
<font>Segoe UI</font>
|
|
<bold>1</bold>
|
|
<italic>0</italic>
|
|
<size>11</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>25</r>
|
|
<g>25</g>
|
|
<b>25</b>
|
|
<alpha>0</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>1</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<panelIndex>1</panelIndex>
|
|
<frameColor>
|
|
<r>55</r>
|
|
<g>55</g>
|
|
<b>55</b>
|
|
<alpha>255</alpha>
|
|
</frameColor>
|
|
<frameVisible>0</frameVisible>
|
|
<bgImage></bgImage>
|
|
<bgElementId></bgElementId>
|
|
<drawCrossLine>1</drawCrossLine>
|
|
<bgImageHAlign>left</bgImageHAlign>
|
|
<bgImageVAlign>top</bgImageVAlign>
|
|
<bgImageMargin>
|
|
<left>0</left>
|
|
<right>0</right>
|
|
<top>0</top>
|
|
<bottom>0</bottom>
|
|
</bgImageMargin>
|
|
<scaleBGToFit>1</scaleBGToFit>
|
|
<keepBGImageRatio>1</keepBGImageRatio>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>6</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton229">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>469</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F12</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f12 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton228">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>366</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f9 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton227">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>439</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>59</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>backspace</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>backspace : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton226">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>435</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F11</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f11 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton225">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>458</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>38</width>
|
|
<height>61</height>
|
|
</size>
|
|
<margin>
|
|
<left>6</left>
|
|
<right>3</right>
|
|
<top>13</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Enter</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>enter : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>polygon</type>
|
|
<roundness>5</roundness>
|
|
<polygon>
|
|
<polygonPoint>1,1</polygonPoint>
|
|
<polygonPoint>38.5283,1</polygonPoint>
|
|
<polygonPoint>38.2642,61.2706</polygonPoint>
|
|
<polygonPoint>9.09434,61.2706</polygonPoint>
|
|
<polygonPoint>9.58537,32.3649</polygonPoint>
|
|
<polygonPoint>8.93922,28.3797</polygonPoint>
|
|
<polygonPoint>1,28.4471</polygonPoint>
|
|
</polygon>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton224">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>400</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F10</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f10 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton106">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>9</b> : Active Panel-[9]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton19">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>107</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>3</b> : Active Panel-[3]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton55">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>433</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>|</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>| : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton4">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>127</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f3 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton85">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ins</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ins : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton69">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ctrl</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ctrl : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton87">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Home</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>home : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton32">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>93</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>W</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>w : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton65">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>220</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>B</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>b : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton60">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>353</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>></text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>> : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton90">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>End</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>end : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton41">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>391</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>{</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>{ : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton24">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>273</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>8</b> : Active Panel-[8]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton111">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>6</b> : Active Panel-[6]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton28">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>406</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>+</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>+</b> : Zoom In</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton10">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>314</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F8</b> : Switch Between Animator & Designer UI Mode</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton99">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>*</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>* : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton75">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>333</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Alt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>alt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton116">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>.</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>. : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton57">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>75</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Shift</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>shift : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton88">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PgUp</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pgup : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton37">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>259</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>U</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>u : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton20">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>141</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>4</b> : Active Panel-[4]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton105">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>62</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>+</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>+</b> : Zoom In</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton53">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>267</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>J</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>j : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton5">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>161</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f4 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton100">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>-</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>-</b> : Zoom Out</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton70">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>winkey</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>45</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Win</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>Not a hotkey.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton98">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>/</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>/ : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton33">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>126</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>E</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>e : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton16">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>~</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>~</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton66">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>253</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>N</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>N</b> : Create Temporary Picker</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton58">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>287</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>M</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>m : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton93">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Dn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>dn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton42">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>424</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>}</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>} : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton115">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>62</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>11</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>0</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>0</b> : Reset Zoom<br><b>0</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton77">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>407</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Fn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>fn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton76">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>winkey</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>370</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Win</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>Not a hotkey.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton118">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>169</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>61</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Enter</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>enter : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton64">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>187</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>V</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>v : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton84">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Pause</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pause : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton47">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>201</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>G</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>g : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton38">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>292</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>I</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>i : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton21">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>174</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>5</b> : Active Panel-[5]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton112">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>3</b> : Active Panel-[3]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton25">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>307</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>9</b> : Active Panel-[9]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton52">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>301</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>K</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>K</b> : Open Preference Setting Dialog</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton108">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>7</b> : Active Panel-[7]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton7">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>210</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F5</b> : Refresh Current Picker View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton71">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>82</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Alt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>alt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton78">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>444</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>53</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ctrl</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ctrl : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton92">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Up</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>up : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton48">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>168</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F</b> : Frame On Selected Picker Items / Frame All Picker Items<br><b>Ctrl</b> + <b>F</b> : Toggle Attribute / Node Finder</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton34">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>159</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>R</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>r : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton17">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>41</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>1</b> : Active Panel-[1]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton67">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>88</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Z</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>z : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton62">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>154</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>C</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>c : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton83">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Scroll</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>scroll : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton43">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>135</y>
|
|
</position>
|
|
<size>
|
|
<width>56</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Capslock</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>capslock : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton114">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>1</b> : Active Panel-[1]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton30">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>102</y>
|
|
</position>
|
|
<size>
|
|
<width>47</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Tab</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>Tab</b> : Switch To Next Picker View<br><b>Ctrl</b> + <b>Shift</b> + <b>Tab</b> : Switch To Last Picker View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton1">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Esc</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>esc : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton97">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Lock</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>lock : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton59">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>320</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text><</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>< : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton46">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>234</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>H</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>h : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton39">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>325</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>O</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>o : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton22">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>207</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>6</b> : Active Panel-[6]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton54">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>400</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>"</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>" : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton26">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>340</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>0</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>0</b> : Reset Zoom<br><b>0</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton8">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>245</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f6 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton107">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>8</b> : Active Panel-[8]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton73">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>119</x>
|
|
<y>200</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Fn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>fn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton95">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Rt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>rt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton86">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Del</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>del : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton45">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>68</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>A</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>a : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton35">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>192</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>T</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>t : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton18">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>74</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>2</b> : Active Panel-[2]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton109">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>4</b> : Active Panel-[4]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton51">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>334</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>L</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>l : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton3">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>92</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f2 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton68">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>420</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>77</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Shift</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>shift : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton63">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>121</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>X</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>x : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton96">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Lt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>lt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton44">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>102</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>S</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>S</b> : Set Up Current Picker Namespace</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton113">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>2</b> : Active Panel-[2]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton50">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>367</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>:</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>: : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton31">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>60</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Q</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>q : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton2">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>58</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F1</b> : Read Animator Help Manual</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton91">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PgDn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pgdn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton61">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>386</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>?</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>? : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton40">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>358</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>P</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>p : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton23">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>240</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>7</b> : Active Panel-[7]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton27">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>373</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>-</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>-</b> : Zoom Out</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton9">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>279</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f7 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton110">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>5</b> : Active Panel-[5]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton74">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>155</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>173</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>255</r>
|
|
<g>140</g>
|
|
<b>157</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Spacebar</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Spacebar</b> : Maximum One Area / Show All Areas</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton49">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>135</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>D</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>d : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton82">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>503</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PrtScr</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>prtscr : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton36">
|
|
<type>commandButton</type>
|
|
<parent>panel2</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>animatorKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>225</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Y</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>y : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="panel3">
|
|
<type>panel</type>
|
|
<parent>panel1</parent>
|
|
<zValue>0</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>4</x>
|
|
<y>38</y>
|
|
</position>
|
|
<size>
|
|
<width>737</width>
|
|
<height>194</height>
|
|
</size>
|
|
<margin>
|
|
<left>5</left>
|
|
<right>5</right>
|
|
<top>3</top>
|
|
<bottom>3</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>178</r>
|
|
<g>178</g>
|
|
<b>178</b>
|
|
<alpha>0</alpha>
|
|
</fillColor>
|
|
<hoverLightness>0</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Designer</text>
|
|
<font>Segoe UI</font>
|
|
<bold>1</bold>
|
|
<italic>0</italic>
|
|
<size>11</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>25</r>
|
|
<g>25</g>
|
|
<b>25</b>
|
|
<alpha>0</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>1</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<panelIndex>2</panelIndex>
|
|
<frameColor>
|
|
<r>55</r>
|
|
<g>55</g>
|
|
<b>55</b>
|
|
<alpha>255</alpha>
|
|
</frameColor>
|
|
<frameVisible>0</frameVisible>
|
|
<bgImage></bgImage>
|
|
<bgElementId></bgElementId>
|
|
<drawCrossLine>1</drawCrossLine>
|
|
<bgImageHAlign>left</bgImageHAlign>
|
|
<bgImageVAlign>top</bgImageVAlign>
|
|
<bgImageMargin>
|
|
<left>0</left>
|
|
<right>0</right>
|
|
<top>0</top>
|
|
<bottom>0</bottom>
|
|
</bgImageMargin>
|
|
<scaleBGToFit>1</scaleBGToFit>
|
|
<keepBGImageRatio>1</keepBGImageRatio>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>6</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="text2">
|
|
<type>text</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0004</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>655</x>
|
|
<y>47</y>
|
|
</position>
|
|
<size>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>160</r>
|
|
<g>160</g>
|
|
<b>164</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>7</hoverLightness>
|
|
<stroke>
|
|
<width>0</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>http://mgland.com</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>right</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>153</r>
|
|
<g>153</g>
|
|
<b>153</b>
|
|
<alpha>255</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<bgRect>0</bgRect>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>2</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton223">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>225</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Y</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Y</b> : Switch Between Edit Tool And Other Tools</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton222">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>503</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PrtScr</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>prtscr : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton221">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>135</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>D</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>D</b> : Slider Tool<br><b>Ctrl</b> + <b>D</b> : Duplicate Selected Items (Vertically)<br><b>Ctrl</b> + <b>Shift</b> + <b>D</b> : Duplicate Selected Items (Horizontally)</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton220">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>155</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>173</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Spacebar</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Spacebar</b> : Maximum One Area / Show All Areas</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton219">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>5</b> : Active Panel-[5]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton218">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>279</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f7 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton217">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>373</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>-</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>-</b> : Zoom Out</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton216">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>240</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>7</b> : Active Panel-[7]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton215">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>458</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>38</width>
|
|
<height>61</height>
|
|
</size>
|
|
<margin>
|
|
<left>6</left>
|
|
<right>3</right>
|
|
<top>13</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Enter</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Enter</b> : Confirm Edit, Hold Alt To Confirm Edit To Mirrored Items As Well</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>polygon</type>
|
|
<roundness>5</roundness>
|
|
<polygon>
|
|
<polygonPoint>1,1</polygonPoint>
|
|
<polygonPoint>38.5283,1</polygonPoint>
|
|
<polygonPoint>38.2642,61.2706</polygonPoint>
|
|
<polygonPoint>9.09434,61.2706</polygonPoint>
|
|
<polygonPoint>9.58537,32.3649</polygonPoint>
|
|
<polygonPoint>8.93922,28.3797</polygonPoint>
|
|
<polygonPoint>1,28.4471</polygonPoint>
|
|
</polygon>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton214">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>358</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>P</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>P</b> : Polygon Tool</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton213">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>386</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>?</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>? : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton212">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PgDn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pgdn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton211">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>58</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F1</b> : Read Designer Help Manual</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton210">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>435</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F11</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F11</b> : Toggle Outliner</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton209">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>60</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Q</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Q</b> : Preview Tool</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton208">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>367</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>:</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>: : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton207">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>2</b> : Active Panel-[2]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton206">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>102</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>S</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>S</b> : Select-Button Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>S</b> : Set Up Current Picker Namespace<br><b>Ctrl</b> + <b>S</b> : Save Picker<br><b>Ctrl</b> + <b>Shift</b> + <b>S</b> : Save Picker As<br><b>Ctrl</b> + <b>Alt</b> + <b>S</b> : Save Picker To Other Directory</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton205">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Lt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Lt</b> : Move Items Left 1, Hold Alt To Move Mirrored Items As Well<br><b>Shift</b> + <b>Lt</b> : Move Items Left 5, Hold Alt To Move Mirrored Items As Well</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton204">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>121</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>X</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>X</b> : Text Tool</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton203">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>420</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>77</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Shift</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>shift : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton202">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>92</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f2 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton201">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>334</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>L</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>L</b> : Link Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>L</b> : Align Left<br><b>Ctrl</b> + <b>L</b> : Label Selected Buttons Automatically</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton200">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>4</b> : Active Panel-[4]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton199">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>74</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>2</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>2</b> : Active Panel-[2]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton198">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>192</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>T</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>T</b> : Global Transform Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>T</b> : Align Top</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton197">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>68</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>A</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>A</b> : Attribute-Button Tool<br><b>Ctrl</b> + <b>A</b> : Select All<br><b>Ctrl</b> + <b>Shift</b> + <b>A</b> : Select None</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton196">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Del</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Del</b> : Delete Selected Items, Or Delete Current Point During Polygon / Bezier Edit.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton195">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Rt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Rt</b> : Move Items Right 1, Hold Alt To Move Mirrored Items As Well<br><b>Shift</b> + <b>Rt</b> : Move Items Right 5, Hold Alt To Move Mirrored Items As Well</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton194">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>119</x>
|
|
<y>200</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Fn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>fn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton193">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>8</b> : Active Panel-[8]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton192">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>245</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F6</b> : Show relation in the Releationship View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton191">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>340</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>0</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>0</b> : Reset Zoom<br><b>0</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton190">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>400</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>"</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>" : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton189">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>207</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>6</b> : Active Panel-[6]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton188">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>325</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>O</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>O</b> : Open Picker</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton187">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>234</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>H</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Shift</b> + <b>H</b> : Show Outliner Highlighted Items<br> <b>H</b> : GraphicItem Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>H</b> : Align Panel via Horizontal Center<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>H</b> : Align Horizontal Center<br><b>Ctrl</b> + <b>Alt</b> + <b>H</b> : Distribute Horizontally</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton186">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>320</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text><</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>< : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton185">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Lock</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>lock : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton184">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Esc</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>esc : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton183">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>400</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F10</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F10</b> : Toggle Menu Editor</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton182">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>102</y>
|
|
</position>
|
|
<size>
|
|
<width>47</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Tab</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>Tab</b> : Switch To Next Picker View<br><b>Ctrl</b> + <b>Shift</b> + <b>Tab</b> : Switch To Last Picker View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton181">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>1</b> : Active Panel-[1]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton180">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>135</y>
|
|
</position>
|
|
<size>
|
|
<width>56</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Capslock</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>capslock : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton179">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Scroll</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>scroll : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton178">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>154</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>C</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>C</b> : Command-Button Tool<br><b>Ctrl</b> + <b>C</b> : Copy Selected Item(s)</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton177">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>88</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Z</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Z</b> : Undo Edit<br><b>Shift</b> + <b>Z</b> : Redo Edit</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton176">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>41</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>1</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>1</b> : Active Panel-[1]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton175">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>159</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>R</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>R</b> : Local Transform Tool<br><b>Ctrl</b> + <b>R</b> : Resize To Preferred Size<br><b>Ctrl</b> + <b>Shift</b> + <b>R</b> : Resize To Preferred Width<br><b>Ctrl</b> + <b>Alt</b> + <b>R</b> : Resize To Preferred Height<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>R</b> : Align Right</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton174">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>168</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>F</b> : Show Find & Replace Dialog<br><b>F</b> : Frame On Selected Picker Items / Frame All Picker Items</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton173">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Up</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Up</b> : Move Items Up 1, Hold Alt To Move Mirrored Items As Well<br><b>Shift</b> + <b>Up</b> : Move Items Up 5, Hold Alt To Move Mirrored Items As Well<br><b>Ctrl</b> + <b>Up</b> : Bring Selected Items To Top Layer</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton172">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>444</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>53</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ctrl</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ctrl : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton171">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>82</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Alt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>alt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton170">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>210</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F5</b> : Refresh Current Picker View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton169">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>7</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>7</b> : Active Panel-[7]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton168">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>301</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>K</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>K</b> : Open Preference Setting Dialog</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton167">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>307</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>9</b> : Active Panel-[9]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton166">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>3</b> : Active Panel-[3]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton165">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>174</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>5</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>5</b> : Active Panel-[5]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton164">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>292</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>I</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>I</b> : Copy / Paste Property Tool<br><b>Ctrl</b> + <b>I</b> : Select Invert</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton163">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>201</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>G</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>G</b> : Repeat Last Repeatable Action<br><b>Ctrl</b> + <b>G</b> : Graph Selected Items</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton162">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Pause</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pause : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton161">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>187</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>V</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>V</b> : Paste Item(s)<br><b>Ctrl</b> + <b>Shift</b> + <b>V</b> : Align Panel via Vertical Center<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>V</b> : Align Vertical Center<br><b>Ctrl</b> + <b>Alt</b> + <b>V</b> : Distribute Vertically</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton160">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>169</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>61</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Enter</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Enter</b> : Confirm Edit, Hold Alt To Confirm Edit To Mirrored Items As Well</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton159">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>winkey</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>370</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Win</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>Not a hotkey.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton158">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>407</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Fn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>fn : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton157">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>366</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F9</b> : Toggle Attribute Editor</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton156">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>439</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>59</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>backspace</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Backspace</b> : Clear Label<br><b>Shift</b> + <b>Backspace</b> : Delete Selected Items, Or Delete Current Point During Polygon / Bezier Edit.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton155">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>608</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>62</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>11</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>0</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>0</b> : Reset Zoom<br><b>0</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton154">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>424</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>}</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>} : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton153">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Dn</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Dn</b> : Move Items Down 1, Hold Alt To Move Mirrored Items As Well<br><b>Shift</b> + <b>Dn</b> : Move Items Down 5, Hold Alt To Move Mirrored Items As Well<br><b>Ctrl</b> + <b>Dn</b> : Send Selected Items To Bottom Layer</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton152">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>287</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>M</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>M</b> : Mirror Tool<br><b>Ctrl</b> + <b>M</b> : Mirror Selected Items<br><b>Ctrl</b> + <b>Alt</b> + <b>M</b> : Mark Two Items As Mirrored<br><b>Ctrl</b> + <b>Shift</b> + <b>M</b> : Apply Transform To Mirrored<br><b>Shift</b> + <b>M</b> : Apply Minimum Info To Mirrored</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton151">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>253</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>N</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>N</b> : Create New Picker<br><b>Ctrl</b> + <b>Alt</b> + <b>N</b> : Create New Picker From Template<br><b>Ctrl</b> + <b>Shift</b> + <b>N</b> : Add New Picker Panel</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton150">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>~</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>~</b> : Active Panel-[0]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton149">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>126</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>E</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>E</b> : Generic Edit Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>E</b> : Save As Picker Node<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>E</b> : Export Picker File Path To Node<br><b>Ctrl</b> + <b>Alt</b> + <b>E</b> : Save To Current Scene</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton148">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>641</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>/</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>/ : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton147">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>winkey</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>45</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Win</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>Not a hotkey.</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton146">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>-</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>-</b> : Zoom Out</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton145">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>161</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F4</b> : Toggle 3D View</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton144">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>267</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>J</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>j : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton143">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>708</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>62</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>+</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>+</b> : Zoom In</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton142">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>141</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>4</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>4</b> : Active Panel-[4]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton141">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>259</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>U</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>U</b> : Adjust Button Color</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton140">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>570</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>PgUp</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>pgup : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton139">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>75</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Shift</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>shift : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton138">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>.</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>. : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton137">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>333</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Alt</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>alt : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton136">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>*</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>* : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton135">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>314</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F8</b> : Switch Between Animator & Designer UI Mode</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton134">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>406</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>+</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>Ctrl</b> + <b>+</b> : Zoom In</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton133">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>6</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>6</b> : Active Panel-[6]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton132">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>273</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>8</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>8</b> : Active Panel-[8]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton131">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>391</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>{</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>{ : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton130">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>End</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>end : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton129">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>353</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>></text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>> : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton128">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>220</x>
|
|
<y>168</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>B</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>B</b> : Bezier Tool<br><b>Ctrl</b> + <b>Shift</b> + <b>Alt</b> + <b>B</b> : Align Bottom</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton127">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>469</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F12</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>F12</b> : Revert To Saved</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton126">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>93</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>W</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>W</b> : Generic Edit Tool<br><b>Ctrl</b> + <b>W</b> : Close Picker<br><b>Ctrl</b> + <b>Shift</b> + <b>W</b> : Close All Pickers</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton125">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>537</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Home</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>home : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton124">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>8</x>
|
|
<y>201</y>
|
|
</position>
|
|
<size>
|
|
<width>33</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>-4</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ctrl</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ctrl : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton123">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>504</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>Ins</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>ins : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton122">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>127</x>
|
|
<y>44</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>21</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>F3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>f3 : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton121">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>433</x>
|
|
<y>134</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>217</r>
|
|
<g>217</g>
|
|
<b>217</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>|</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes>| : N/A</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton120">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>107</x>
|
|
<y>69</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>3</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>3</b> : Active Panel-[3]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="commandButton119">
|
|
<type>commandButton</type>
|
|
<parent>panel3</parent>
|
|
<zValue>0.0001</zValue>
|
|
<name>designerKeys</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>674</x>
|
|
<y>101</y>
|
|
</position>
|
|
<size>
|
|
<width>29</width>
|
|
<height>29</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>208</r>
|
|
<g>221</g>
|
|
<b>88</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>5</hoverLightness>
|
|
<stroke>
|
|
<width>1</width>
|
|
<color>
|
|
<r>31</r>
|
|
<g>31</g>
|
|
<b>31</b>
|
|
<alpha>94</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>9</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>13</size>
|
|
<hAlign>center</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>110</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes><b>9</b> : Active Panel-[9]</notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<command type="python">MGP_showTipForCurrentKey()</command>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>5</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="attributeButton1">
|
|
<type>attributeButton</type>
|
|
<parent>panel1</parent>
|
|
<zValue>0.0002</zValue>
|
|
<name>pickerMode</name>
|
|
<interactive>1</interactive>
|
|
<position>
|
|
<x>3</x>
|
|
<y>1</y>
|
|
</position>
|
|
<size>
|
|
<width>741</width>
|
|
<height>23</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>3</top>
|
|
<bottom>3</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>76</r>
|
|
<g>76</g>
|
|
<b>76</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>-5</hoverLightness>
|
|
<stroke>
|
|
<width>0</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>MG-Picker Studio Hotkeys in</text>
|
|
<font>Segoe UI</font>
|
|
<bold>1</bold>
|
|
<italic>0</italic>
|
|
<size>11</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>center</vAlign>
|
|
<color>
|
|
<r>25</r>
|
|
<g>25</g>
|
|
<b>25</b>
|
|
<alpha>255</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>1</gradient>
|
|
<gradientMode>1</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<usePickerNamespace>1</usePickerNamespace>
|
|
<subNamespace></subNamespace>
|
|
<valueColor>
|
|
<r>200</r>
|
|
<g>200</g>
|
|
<b>200</b>
|
|
<alpha>255</alpha>
|
|
</valueColor>
|
|
<attribute>
|
|
<attrCategory>enum</attrCategory>
|
|
<node></node>
|
|
<attrType>enum</attrType>
|
|
<attrShortName></attrShortName>
|
|
<attrLongName></attrLongName>
|
|
<attrNiceName>Attr</attrNiceName>
|
|
<value>0</value>
|
|
<min>-100000</min>
|
|
<max>100000</max>
|
|
<default>0</default>
|
|
<enum>Animator Mode,Designer Mode</enum>
|
|
<preChangeCommandType>MEL</preChangeCommandType>
|
|
<preChangeCommand></preChangeCommand>
|
|
<postChangeCommandType>MEL</postChangeCommandType>
|
|
<postChangeCommand></postChangeCommand>
|
|
</attribute>
|
|
<shape>
|
|
<type>widgetControl</type>
|
|
<roundness>2</roundness>
|
|
<widthPolicy>stretch</widthPolicy>
|
|
<componentWidth>50</componentWidth>
|
|
</shape>
|
|
</item>
|
|
<item id="text4">
|
|
<type>text</type>
|
|
<parent>panel1</parent>
|
|
<zValue>0.0003</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>7</x>
|
|
<y>27</y>
|
|
</position>
|
|
<size>
|
|
<width>713</width>
|
|
<height>16</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>160</r>
|
|
<g>160</g>
|
|
<b>164</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>7</hoverLightness>
|
|
<stroke>
|
|
<width>0</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>248</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>* Switch UI mode above to show different hotkey set, click each key to show its relevent hotkeys. </text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>left</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>102</r>
|
|
<g>102</g>
|
|
<b>102</b>
|
|
<alpha>255</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<bgRect>0</bgRect>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>2</roundness>
|
|
</shape>
|
|
</item>
|
|
<item id="text1">
|
|
<type>text</type>
|
|
<parent>panel1</parent>
|
|
<zValue>0.0003</zValue>
|
|
<name></name>
|
|
<interactive>0</interactive>
|
|
<position>
|
|
<x>663</x>
|
|
<y>28</y>
|
|
</position>
|
|
<size>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</size>
|
|
<margin>
|
|
<left>3</left>
|
|
<right>3</right>
|
|
<top>2</top>
|
|
<bottom>2</bottom>
|
|
</margin>
|
|
<fillColor>
|
|
<r>160</r>
|
|
<g>160</g>
|
|
<b>164</b>
|
|
<alpha>255</alpha>
|
|
</fillColor>
|
|
<hoverLightness>7</hoverLightness>
|
|
<stroke>
|
|
<width>0</width>
|
|
<color>
|
|
<r>0</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
<alpha>200</alpha>
|
|
</color>
|
|
</stroke>
|
|
<label>
|
|
<text>http://mgland.com</text>
|
|
<font>Segoe UI</font>
|
|
<bold>0</bold>
|
|
<italic>0</italic>
|
|
<size>9</size>
|
|
<hAlign>right</hAlign>
|
|
<vAlign>top</vAlign>
|
|
<color>
|
|
<r>127</r>
|
|
<g>127</g>
|
|
<b>127</b>
|
|
<alpha>255</alpha>
|
|
</color>
|
|
</label>
|
|
<bevel>0</bevel>
|
|
<gradient>0</gradient>
|
|
<gradientMode>0</gradientMode>
|
|
<visibilityOperator>or</visibilityOperator>
|
|
<notes></notes>
|
|
<boolState>0</boolState>
|
|
<intState>0</intState>
|
|
<floatState>0</floatState>
|
|
<stringState></stringState>
|
|
<bgRect>0</bgRect>
|
|
<shape>
|
|
<type>rectangle</type>
|
|
<roundness>2</roundness>
|
|
</shape>
|
|
</item>
|
|
<link>
|
|
<type>attributeLink</type>
|
|
<source>panel2</source>
|
|
<target>attributeButton1</target>
|
|
<linkValues>Animator Mode</linkValues>
|
|
</link>
|
|
<link>
|
|
<type>attributeLink</type>
|
|
<source>panel3</source>
|
|
<target>attributeButton1</target>
|
|
<linkValues>Designer Mode</linkValues>
|
|
</link>
|
|
</mg-picker>
|