Hey @ferdinand ,
Thank you so much for the response!
You are a real saviour!
Unfortunately, I tried both Windows and iOS using Ukrainian and Turkey ethernet(not VPN) but still had no luck with developers.maxon.net
Cheers,
Max.
Hey @ferdinand ,
Thank you so much for the response!
You are a real saviour!
Unfortunately, I tried both Windows and iOS using Ukrainian and Turkey ethernet(not VPN) but still had no luck with developers.maxon.net
Cheers,
Max.
Hi!
While the Python manual is offline and I don't have an offline version:
I found on the forum how to find which viewport is used for render view, but it looks a bit too much.
Maybe there is a way on how to Get and Set Active camera only for a viewport that is used by Render View?
Cheers!
Sooooo, I guess this bug was not adressed still?
Compare returns False even if I compare the same material or copied one.
Most of the time this error persists because NodeSpace is not initialized. If you open and close Xpresso editor for xpresso tag then you can access node size in base container.
I found int ID by printing IDs, but would be nice to know c4d.EVMGS !
Hi!
Is there a way to get a Message ID for Render Document or Render Data change?
I'm using GeDialog so it would work as a listener and every time render data is changed(or Active Render Document is changed) to react on this event.
Thanks for checking in advance,
Thodos.
Hello @ferdinand !
Thank you for such a fast reply!
Looks like c4d.modules.graphview.GetMaster(0) does the trick, I was confused at first about "id" in the arguments, but looks like 0 really gives the current active GvNodeMaster!
Cheers,
Max.
Hi!
Is it possible to retrieve GvNodeMaster from Xpresso BasePlugin?
I've checked Python API and it looks like there's no way of doing it.
But given the behaviour of Xpresso Editor and how it's Created - Xpresso window definitely knows what NodeMaster it has.
A solution for that would be much appreciated!
P.S. I'm using Python API that needs to know NodeMaster of the opened editor window in order for it to work correctly and seamlessly.