Mesh Stream

Sync Meshes with external DCCs

/**
 * Node that streams mesh data from external applications.
 * 
 * Receives live mesh updates from applications like Blender
 * via Live Link, enabling real-time mesh synchronization.
 * 
 * Usage:
 * 1. Set subject name matching external application
 * 2. Click Start Stream to begin receiving data
 * 3. Output updates in real-time with streamed mesh
 */

Last updated