Re: Questions about PPGs

2018-07-21 Thread Martin Yara
Ok I solved all my problems so I'm just here to report how I did it, just in case someone may still working in this EOL software like me. - PPG is not defined (when calling it from an outsider function) I solved this by creating a Global Variable of the Property with SetGlobal, and getting it

Re: Questions about PPGs

2018-07-19 Thread Jonathan Moore
Raphael's course isn't available anywhere unfortunately. I even went so far as to send CGSociety a mail and their attitude could be summed up by 'Soft is dead, so we're unwilling to sell the course material & recordings'. Not great, especially seeing as I've had a number of people recommend it to

Re: Questions about PPGs

2018-07-19 Thread Martin Yara
I haven't watched Raphael's course, btw is it available somewhere? But I've solved my problem with the " PPG is not defined." by using a Global Variable for my property before using it in a View. Like this for creating a View with a property Prop = XSIFactory.CreateObject("mVColor_Prop")

Re: Questions about PPGs

2018-07-19 Thread kenny wood
There is a command to get a hook to the ppg but I can't remember what it was. It's clearly explained in Raphael fragapanes technical direction course. Kenny On Thu, 19 Jul 2018, 13:41 Martin Yara, wrote: > I'm recreating a Weight Editor for Vertex Colors to get a faster version > of the

Questions about PPGs

2018-07-19 Thread Martin Yara
I'm recreating a Weight Editor for Vertex Colors to get a faster version of the crappy SI 2015 Weight Editor. I already did the grid and it's pretty fast, like 3 seconds for the same model, almost like Softimage 2013 and with Python only. Now I'm having some problems with the PPG, so here are my