virtualengineer
virtualengineer
Update 1: I tried calling the function directly but got an error. The code: import yasha.cli as yasha_cli ... template_variables = () template = open(template_file_path, "rb") output = open(output_file_path, "wb")...
Update 2: If I include a non_cli version of the function without all the click decorators (click command, argument, option etc), then it can be called directly from script no-problem....
I would like to add to this, as I am dealing with unicode / utf-8 strings in Pyblish and have noticed differences between Pyblish-Lite and Pyblish-QML. OS: Windows 10 IDE...
I am currently testing under Maya 2018 using PyCharm / MayaCharm plugin. However, the Pyblish-QML python executable is set to a python 3.7 .exe file. `pyblish_qml.api.register_python_executable("C:\python37-64\python.exe")`
> > Seems I have fixed it :O > But not sure if I resolve this right, can anyone able to have a look or test ? > It's in...
> > > Thanks for reporting this @virtualengineer! Are you able to have a look, and see how it might be fixed? Unfortunately, not anytime soon. I'll let you know...