fix xml function param problem and adding missing settings in settings.xml
parent
f8a010e4dd
commit
b423ea58ca
|
|
@ -3598,6 +3598,17 @@
|
|||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
</map>
|
||||
<key>HideSelectedObjects</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Hide Selected Objects</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
</map>
|
||||
<key>HtmlHelpLastPage</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
|
|
|||
|
|
@ -1932,18 +1932,15 @@
|
|||
function="Advanced.ToggleConsole"
|
||||
parameter="debug" />
|
||||
</menu_item_check>
|
||||
<menu_item_check
|
||||
<menu_item_call
|
||||
label="Notifications Console"
|
||||
layout="topleft"
|
||||
name="Notifications"
|
||||
shortcut="control|shift|5">
|
||||
<menu_item_check.on_check
|
||||
function="Advanced.CheckConsole"
|
||||
parameter="notifications" />
|
||||
<menu_item_check.on_click
|
||||
function="Floater.Show"
|
||||
<menu_item_call.on_click
|
||||
function="Floater.Toggle"
|
||||
parameter="notifications_console" />
|
||||
</menu_item_check>
|
||||
</menu_item_call>
|
||||
<menu_item_check
|
||||
label="Texture Size Console"
|
||||
layout="topleft"
|
||||
|
|
@ -1994,19 +1991,6 @@
|
|||
function="Advanced.ToggleConsole"
|
||||
parameter="memory view" />
|
||||
</menu_item_check>
|
||||
<menu_item_check
|
||||
label="Notifications Console"
|
||||
layout="topleft"
|
||||
name="Notifications"
|
||||
shortcut="control|shift|5"
|
||||
use_mac_ctrl="true">
|
||||
<menu_item_check.on_check
|
||||
function="Advanced.CheckConsole"
|
||||
parameter="notifications" />
|
||||
<menu_item_check.on_click
|
||||
function="Floater.Show"
|
||||
parameter="notifications_console" />
|
||||
</menu_item_check>
|
||||
<menu_item_separator
|
||||
layout="topleft" />
|
||||
<menu_item_call
|
||||
|
|
@ -2558,10 +2542,10 @@
|
|||
name="Texture Atlas">
|
||||
<menu_item_check.on_check
|
||||
function="CheckControl"
|
||||
parameter="TextureAtlas" />
|
||||
parameter="EnableTextureAtlas" />
|
||||
<menu_item_check.on_click
|
||||
function="ToggleControl"
|
||||
parameter="TextureAtlas" />
|
||||
parameter="EnableTextureAtlas" />
|
||||
</menu_item_check>
|
||||
<menu_item_check
|
||||
label="Render Attached Lights"
|
||||
|
|
|
|||
Loading…
Reference in New Issue