Well that explains a lot. Thank you, it works now.
K
Offline
Posts
- 
RE: PYP script doesn't show up in extensions
- 
PYP script doesn't show up in extensionsI copied this SDK example to create a script. I changed the PLUGIN_IDvalue to my own unique identifier. This is where the script was placed:
  If the script's extension ends in .pyp, the script does not show up inExtensions -> User Scriptsin C4D 2023.2.0.However, if I change the extension to .py, the script shows up, but then there's an error when loading it:OSError: cannot find pyp file - plugin registration failedI'd just like to get the example working, but it doesn't even show up unless the extension ends in .py.