Clarisse 5 is Out!
If 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 48:
print ('Error running script')
- in line 56:
print ('Inside clarisse')
- in line 48:
- 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')
- in line 19:
That’s it.
Cheers, D
Thanks for this!
Cheers Mathew.
Wow, your works are beautiful and interesting.
Thanks! 🙂
Great insight! Any clues how to fire up Clarisse Survival Kit on Python 3? – Also seems to have syntax issues.
That could be a bit more complex issue. I’ll check it if I can.
I fixed the quotation marks.
maya 2022 works with -python2 added to shortcut but metahumans don’t load correctly, (plugin loading fails). How to fix?
[…] For Clarisse 5/python 3 version users check my previous post as well: Quixel Bridge vs Clarisse 5/Python 3 […]