Darren Lee
Darren Lee
Example code from [addSelectionListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addselectionlistenernode-cmd) and [addVisibilityListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addvisibilitylistenernode-cmd) segfaults. Looks like it's because of code in `src/omega/omegaPythonApi.cpp`: `SceneNode* node = (SceneNode*)PyCapsule_GetPointer(pyNode, "node");` This evaluates to NULL regardless of pyNode type. This then...
Hi there, I have been having trouble getting _any_ version of the SocketIO plugin for UE5-5.2 to work on Linux. The same version of the plugin as a project plugin...