solagratia77
02-15-2007, 02:16 AM
Hello all.....
What I am trying to do is simple,
I want to display a custom PPG
containing just a parameter I choose
In other words, Let say in a PPG
I just want to display the Maximum AA sample
parameter
to do achieve this
here is what I did
set myPPGList = CreateObject("XSI.Collection")
myPPGList.Add "Views.ViewB.RenderRegion.mentalray.SamplesMax"
InspectObj myPPGList
But when I run this,
I get all the parameters under ViewB.RenderRegion.mentalray
basically a render-region option PPG
Is it possible to display just the chosen
parameter?
Since I have spent so much time figure this out,
I would very very much appreciate any help
on this matter.
Thank you in advance
-J
What I am trying to do is simple,
I want to display a custom PPG
containing just a parameter I choose
In other words, Let say in a PPG
I just want to display the Maximum AA sample
parameter
to do achieve this
here is what I did
set myPPGList = CreateObject("XSI.Collection")
myPPGList.Add "Views.ViewB.RenderRegion.mentalray.SamplesMax"
InspectObj myPPGList
But when I run this,
I get all the parameters under ViewB.RenderRegion.mentalray
basically a render-region option PPG
Is it possible to display just the chosen
parameter?
Since I have spent so much time figure this out,
I would very very much appreciate any help
on this matter.
Thank you in advance
-J
