Hi,
Whenever I run create_nodematerial.py from Github in R25, it gives me an error of :
Traceback (most recent call last):
File "C:\Program Files\Maxon Cinema 4D R25\resource\modules\python\libs\python39\maxon\data.py", line 75, in __getattribute__
return Data_GetMember(self, name, o)
AttributeError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "scriptmanager", line 111, in <module>
File "scriptmanager", line 90, in main
File "scriptmanager", line 56, in CreateMaterialForNodeSpace
File "C:\Program Files\Maxon Cinema 4D R25\resource\modules\python\libs\python39\maxon\data.py", line 77, in __getattribute__
return object.__getattribute__(self, name)
AttributeError: 'UnknownDataType' object has no attribute 'GetGraph'