You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
修改方法如下:
用notepad或记事本打开C4D的安装目录下\plugins\DazToC4D\lib中的DtuLoader.py文件,第30行,with open(dtu, "r'') as data:这句改成:
with open(dtu, 'r', encoding='utf-8') as data:
ok,愉快的玩耍吧。
问题说明,还是python的json包编码老问题。
The modification method is as follows: Use notepad or Notepad to open the DtuLoader.py file in \plugins\DazToC4D\lib under the C4D installation directory, line 30, with open(dtu, "r"') as data: Open (dtu,"r," code ="utf-8") as data: OK, have fun. Problem description, or python 's json package coding old problem.
The text was updated successfully, but these errors were encountered:
修改方法如下:
用notepad或记事本打开C4D的安装目录下\plugins\DazToC4D\lib中的DtuLoader.py文件,第30行,with open(dtu, "r'') as data:这句改成:
with open(dtu, 'r', encoding='utf-8') as data:
ok,愉快的玩耍吧。
问题说明,还是python的json包编码老问题。
The modification method is as follows: Use notepad or Notepad to open the DtuLoader.py file in \plugins\DazToC4D\lib under the C4D installation directory, line 30, with open(dtu, "r"') as data: Open (dtu,"r," code ="utf-8") as data: OK, have fun. Problem description, or python 's json package coding old problem.
The text was updated successfully, but these errors were encountered: