Thanks @ferdinand @m_adam ,
I was hoping it would be straight forward as I have an existing tool built in PySide2 that I need to port to C4D... Guess I'll just have to build from scratch using the c4d GUI module. ={
Thanks,
Phil
Thanks @ferdinand @m_adam ,
I was hoping it would be straight forward as I have an existing tool built in PySide2 that I need to port to C4D... Guess I'll just have to build from scratch using the c4d GUI module. ={
Thanks,
Phil
Hi @iluxa7k
I see you managed to get PySide2 working in C4D... I'm struggling to get it working - could you provide a little info on how you managed it?
Thanks,
Phil
Ok, thanks @r_gigante... I'll keeping going with the workaround.
Hi zipit,
I thought that might be the case... ={
Ah well - I'll have to figure out another way... Thanks for your help.
Hi zipit, Manuel...
Thanks for the replies.
@Manuel, I did have a quick scan of the "How to Post Questions" post, but obviously misunderstood the tagging part. I added the "tags" in the title! =P Will be sure to look more closely next time.
Ok, I'll try to flesh out the details a bit more...
The steps are like this :
Essentially, I need to be able to access variables and functions within a GeDialog class instance that has been loaded by a plugin... (I think that's the right way to put it)
Thanks again,
Phil
Hi all,
I'm new to C4D and to the forum (so please forgive me if I'm not posting correctly).
As the title suggests, I'm struggling to figure out how to interact with a Plugin Dialog...
After hours of searching online for a solution, the closest I got was this post - which doesn't seem to have a solution. ={
Basically, I'm writing a script to automate the setup of assets in C4D... It imports models from one or more FBX files and then needs to apply some textures to them. I need to use an existing plugin to set up and apply the textures...
I have the plugin ID, and I can load it with CallCommand, but then I can't seem to interact with the dialog at all. ={
I've tried to use the CallButton and CallFunction commands, but get no response or return from them...?
Any help would be very much appreciated.
Thanks,
Phil