{"id":23569441,"url":"https://github.com/kelvincai522/mslivelink-houdini18.5python3","last_synced_at":"2025-04-30T22:43:35.428Z","repository":{"id":49717041,"uuid":"375445352","full_name":"kelvincai522/MSLiveLink-Houdini18.5Python3","owner":"kelvincai522","description":"Houdini 18.5 Python 3 Megascan Bridge LiveLink","archived":false,"fork":false,"pushed_at":"2021-06-10T15:10:25.000Z","size":420,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T20:34:18.149Z","etag":null,"topics":["houdini","houdini-digital-asset","houdini-digital-assets","houdini-plugin","megascan","megascans","megascans-bridge","quixel-megascans-plugin","sidefx-houdini"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelvincai522.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-09T17:56:22.000Z","updated_at":"2023-11-18T16:16:46.000Z","dependencies_parsed_at":"2022-08-26T23:22:05.598Z","dependency_job_id":null,"html_url":"https://github.com/kelvincai522/MSLiveLink-Houdini18.5Python3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvincai522%2FMSLiveLink-Houdini18.5Python3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvincai522%2FMSLiveLink-Houdini18.5Python3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvincai522%2FMSLiveLink-Houdini18.5Python3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvincai522%2FMSLiveLink-Houdini18.5Python3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelvincai522","download_url":"https://codeload.github.com/kelvincai522/MSLiveLink-Houdini18.5Python3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251795384,"owners_count":21645018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["houdini","houdini-digital-asset","houdini-digital-assets","houdini-plugin","megascan","megascans","megascans-bridge","quixel-megascans-plugin","sidefx-houdini"],"created_at":"2024-12-26T19:15:15.376Z","updated_at":"2025-04-30T22:43:35.356Z","avatar_url":"https://github.com/kelvincai522.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSLiveLink-Houdini18.5Python3\nHoudini 18.5 Python 3 Megascan Bridge LiveLink\n\nSince Houdini 18.5 (and Python 3) is not officially supported by Quixel, I have modified the official MSLiveLink v4.4 to be able to run inside Houdini 18.5 Python 3.\n\nCurrently, I only tested it to load Megascans 3d assets for Mantra successfully, but nothing else.  There might be other Python 3 modifications that I missed.  Please report if any issues.\n\nThe Python 3 modifications are the following:\n\n1.  Updated all implicit modules import to explicit\n```python\nfrom Utilities.SettingsManager import SettingsManager\n```\n---\u003e\n```python\nfrom .Utilities.SettingsManager import SettingsManager\n```\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n2.  Updated all metaclass declaration\n```python\nclass SettingsManager:\n      __metaclass__ = Singleton \n```\n---\u003e\n```python\nclass SettingsManager(metaclass = Singleton):\n```\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n3.  Updated *SocketListener.py* to emit string instead of bytes\n```python\nself.Bridge_Call.emit(self.TotalData)\n```\n---\u003e\n```python\nself.Bridge_Call.emit(self.TotalData.decode('UTF-8'))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvincai522%2Fmslivelink-houdini18.5python3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelvincai522%2Fmslivelink-houdini18.5python3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvincai522%2Fmslivelink-houdini18.5python3/lists"}