Server Panel (Experimental)
The Server Panel provides TCP connectivity for remote control of EMtools. It allows external applications to send commands to Blender via a TCP socket connection.
The panel is located in the EM Bridge tab and is available in Advanced EM mode.
Panel Layout
Status Display:
Shows the current server status:
Status: ONorStatus: OFFwith a color-coded icon
Configuration:
Hosttext field (default:localhost)Portinteger field (default:9001)
Control Buttons:
Startbutton: starts the TCP server on the configured host and portStopbutton: stops the running server
Workflow
Set the host address and port number
Click
Startto begin listening for incoming connectionsExternal applications can connect to the specified host:port and send UTF-8 encoded JSON commands
Click
Stopto terminate the server
Note
The server listens for connections on the configured port and accepts UTF-8 encoded commands (up to 1024 bytes per message). The command protocol is extensible for custom integrations.