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 […]
Trying this in 2023 and not working… please advise
It is working for me.
Do you have Python 3.7 installed?
Have you started the LiveLinklauncher python script in Clarisse (Megascans/Library/support/plugins/clarisse/1.4/MSLiveLink/MS_LiveLinkLauncher.py)?
Have you configured the download and export settings correctly in Bridge?
Have you changed the scripts correctly?
If you did those correctly it should work.
Please let me know if it’s still not working correctly for you.
Cheers, D
Ahhh yes I had to run the live link launcher script in Clarisse. All good now, thank you so much!
👍