-
修改方法如下:
用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包编码老问题。
…
-
-
With release v0.1.6, if we copy C4DDev plugin into c4d plugin directory, we need start c4d with administrator privilege for the first time, to let C4DDev plugin initialize itself. After that we can us…
-
Traceback (most recent call last):
File "C:\Users\mikeu\AppData\Roaming\MAXON\CINEMA 4D R20_4FA5020E\plugins\Py-Preference\Py-Preference.pyp", line 105, in Init
self.InitValues(c4d.DescID(c4d.Desc…
-
### Expected Behaviour
To be able to set up a render farm using AWS Deadline Cloud's CMF with GPU instances.
### Current Behaviour
Looking for assistance or recommended guides in setting up …
-
hey all
i am beginner with c4d and i want to make a plugin in c4d .i have downloaded the plugin but i am not able to see the script converter option in the script title bar. Can anybody he…
-
Got this error when i want to use your plugin. Im Using R20 on a Mac.
I cant see anything from you plugin inside C4D.
Traceback (most recent call last):
File "/Applications/Maxon/Cinema 4D R20/…
-
Hi,
So I'm writing a plugin for Cinema 4D, and I'm running into an issue with a very specific python script. The python script is applied to a python tag, attached to a Null Object. Within the Nul…
-
### What are you trying to do, and what do you expect to happen?
Import an obj file. I expected all faces to be drawn as in other 3d software packages with the same .obj file.
### What happens inste…
-
Does this plugin only work for MAC and only for r17+ ?
tried everything to get it running on windows - no luck
- [x] client installed
- [x] httplib2 installed
- [x] used plugin installer. checke…
ghost updated
8 years ago