I just tried to compile our Liquid for 3Delight with Pixie and suceeded immediately (on Gentoo running Maya 6).
While this is good news and everything seems to work smooth on the Liquid/Maya side of things, my Liquid diverges considerably from the one fpound at sourceforge and one of the fine new things is that it uses inline parameter declarations. e.g. instead of
Declare "Pw" "vertex hpoint"
...
NuPatch ... "Pw"
it uses
NuPatch ... "vertex hpoint Pw"
and Pixie (1.3.25) promptly says: 'Required parameter "Pw" is missing'
Which makes me guess that Pixie doesn't understand inline parameter declarations. :x
Is that indeed so or just a bug and if the former, when will the feature be added (consider this a request) ;)
Cheers,
Moritz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just tried to compile our Liquid for 3Delight with Pixie and suceeded immediately (on Gentoo running Maya 6).
While this is good news and everything seems to work smooth on the Liquid/Maya side of things, my Liquid diverges considerably from the one fpound at sourceforge and one of the fine new things is that it uses inline parameter declarations. e.g. instead of
Declare "Pw" "vertex hpoint"
...
NuPatch ... "Pw"
it uses
NuPatch ... "vertex hpoint Pw"
and Pixie (1.3.25) promptly says: 'Required parameter "Pw" is missing'
Which makes me guess that Pixie doesn't understand inline parameter declarations. :x
Is that indeed so or just a bug and if the former, when will the feature be added (consider this a request) ;)
Cheers,
Moritz
Hi Moritz,
This was a bug which I just fixed. I will upload the new release today or tomorrow.
Thanks
Okan