Also fixed bug in the LiveLinkPreset command line parser, where it would think that a future comma later in the command line was the end of the live link name.
#jira
#rb zach.brockway, simon.therriault
#preflight 6378203df514e1ded9e111cb
[CL 23211088 by Alejandro Arango in ue5-main branch]
Useful for faster iteration when log and trace transfers are not desired.
#rb trivial
#jira
#preflight none, python only
[CL 23000455 by Alejandro Arango in ue5-main branch]
This is typically desired on Virtual Production stages since the Editor is used by the operators and prefer to see real time updates on the viewports as they change object properties, such as color grading on led walls.
#rb zach.brockway
#jira
#preflight none, python app only
#skipci
[CL 22888584 by Alejandro Arango in ue5-main branch]
-unattended is not enough to disable certain popups that interfere with nDisplay, so added Slate.bAllowNotifications=0 to complement.
In addition, Disable All Screen Messages now also generates -NoScreenMessages in command line.
#rb
#jira
#preflight none, python code only
#skipci
[CL 22853178 by Alejandro Arango in ue5-main branch]
Also tidies up some exception handling in add_config_dialog.py, as encountered by a customer in UDN 00477437.
#jira UE-161214
#rb jason.walter
#preflight skip
[CL 22263052 by zach brockway in ue5-main branch]
This enables specifying plugins that Switchboard should search for content not just
by plugin name but also by relative or absolute file path to the plugin directory.
This same mechanism is now used by both the level and nDisplay config dropdown
menus. The old level-specific "maps_plugin_filters" config setting was deprecated
in favor of the newly added and more general "content_plugin_filters" setting, and
any "maps_plugin_filters" settings in existing configs will be automatically upgraded.
#jira UE-157939, UE-158000
#rb jason.walter
[CL 22089552 by matt johnson in ue5-main branch]
Leveraging for use when refreshing the project CLs list -- note UGS is currently slower in this op, pausing SB for a moment.
#rb Zach.Brockway
[CL 21775287 by mike beach in ue5-main branch]
This adds a "maps_plugin_filters" StringListSetting that can be used to add
levels located inside plugins to the "Levels" dropdown menu in the main
Switchboard dialog. The setting is a list of filters similar to the existing "maps_filter"
setting which tests against map paths, but "maps_plugin_filters" is tested against
plugin names. Any plugins whose name matches any of the filters will be searched
for levels when populating the dropdown menu.
#jira UE-158000
#rb jason.walter
#preflight skip
[CL 20880258 by matt johnson in ue5-main branch]