Bridge and Clarisse 5 quick fix
AnsweredIf you want to use the Quixel Bridge with Clarisse 5 (using Python 3), you need to change a few lines in two python files, to run those successfully:
- Open the Megascans\Library\support\plugins\clarisse\1.4\MSLiveLink\MS_LiveLinkLauncher.py file and change the two print command line to.
- in line 42: print ('Error running script')
- in line 50: print ('Inside clarisse')
- Open the Megascans\Library\support\plugins\clarisse\1.4\MSLiveLink\SetupPlugin.py file and change the two print command line to:
- in line 19: print (log_file_path)
- in line 413: print ('No type context found')
That’s it.
Cheers, D
Post is closed for comments.
Comments
4 comments