mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
ZENO is an open-source, Node based 3D system able to produce cinematic physics effects at High Efficiency, it was designed for large scale simulations and has been tested on complex setups. Aside of its simulation Tools, ZENO provides necessary visualization nodes for users to import and run simulations if you feel that the current software you are using is too slow. https://github.com/zenustech/zeno/blob/master/README.md https://zenustech.com PR: 278611
19 lines
443 B
C
19 lines
443 B
C
--- ui/zenoedit/launch/ztcpserver.h.orig 2024-04-23 11:07:59 UTC
|
|
+++ ui/zenoedit/launch/ztcpserver.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef __ZCORE_TCPSERVER_H__
|
|
#define __ZCORE_TCPSERVER_H__
|
|
|
|
-#if defined(ZENO_MULTIPROCESS) && defined(ZENO_IPC_USE_TCP)
|
|
+//#if defined(ZENO_MULTIPROCESS) && defined(ZENO_IPC_USE_TCP)
|
|
|
|
#include <QObject>
|
|
#include <QtNetwork>
|
|
@@ -52,6 +52,6 @@ private slots: (private)
|
|
int m_port;
|
|
};
|
|
|
|
-#endif
|
|
+//#endif
|
|
|
|
#endif
|