Export User Data - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Export User Data (/thread-2117.html) |
Export User Data - peshang - 12-30-2020 How to export user data (collision position hit and etc) to the tyflow object node in the scene? RE: Export User Data - tyFlow - 12-31-2020 The only way I can think of would be to use a Script operator and access scene objects through the IINode interface. Would be somewhat complex/messy. |