PluginCafe / cinema4d_py_sdk

The official Cinema 4D Python examples.
https://developers.maxon.net/
Apache License 2.0
122 stars 43 forks source link

Cinema4D R20: Py-Preference.pyp do not loading on startup #3

Open MikeUdin opened 5 years ago

MikeUdin commented 5 years ago

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.DescLevel(c4d.PYPREFERENCE_CHECK, c4d.DTYPE_BOOL, 0))) AttributeError:'module' object has no attribute 'PYPREFERENCE_CHECK'

gr4ph0s commented 5 years ago

This is most likely due to symbolscache, try to remove it, it should solve the issue. See https://plugincafe.maxon.net/topic/11361/dealing-with-symbolcache/6. Cheers, Maxime.