nrosenstein-c4d / c4d-prototype-converter

A Cinema 4D plugin to convert plugin prototypes to actual Python plugins.
MIT License
26 stars 4 forks source link

installation of plugin #51

Open Awaissyed123 opened 5 years ago

Awaissyed123 commented 5 years ago

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 help how can i make script converter compatible with c4d in short how i can instal this plugin.Thanks in advance

mdreynes commented 5 years ago

I'm using R21 and I cannot find a way to install it. Any help, please? thanks

NiklasRosenstein commented 5 years ago

If the R20 version doesn't load in R21, then the plugin has to be recompiled with C4D R21.

I don't have access to this version, so I cannot compile it for you. Sorry about that

EaZyStudiio commented 4 years ago

getting errors in r21 and s22

EaZyStudiio commented 4 years ago

Traceback (most recent call last): File "C:\Users\WALE\AppData\Roaming\Maxon\Maxon Cinema 4D R21_64C2B3BD\plugins\c4d_prototype_converter-v1.2.0.tar\c4d_prototype_converter\main.py", line 32, in PluginMessage bc.InsData(c4d.MENURESOURCE_SEPERATOR, True)

orestiskon commented 3 years ago

Hi Niklas,

hope you're doing well! I've been trying to install your plugin but I can't make it show up at all... I tried all versions from R19 up to R23. Any tips on what could be going wrong?

I downloaded c4d_prototype_converter-v1.2.0.tar.gz from the releases, extracted it and tried to copy both the root c4d_prototype_converter-v1.2.0 and the included c4d_prototype_converter to no avail.

Edit: I managed to install version 1.1.0 which works in R20, I'll go ahead with that!