Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有关中文日文等用户名的解决方案,同样适用于C4D2023。(The solution for Chinese and Japanese user names is also applicable to C4D2023.) #46

Open
jjandnn opened this issue Dec 6, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jjandnn
Copy link

jjandnn commented Dec 6, 2022

修改方法如下:
用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.

@danielbui78 danielbui78 self-assigned this Dec 14, 2022
@danielbui78 danielbui78 added the enhancement New feature or request label Dec 14, 2022
@zavidd
Copy link

zavidd commented Nov 4, 2024

这个办法没用,问题依旧,而且对话框里advanced setting下的“open intermediate folder”按钮怎么点击都没反应,请问此问题有人解决了吗?请赐教,不胜感激

@zavidd
Copy link

zavidd commented Nov 4, 2024

是不是C4D版本太高的原因?我的c4d是2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants