Hi VRay heads,
The MXS property name for the Antialisaing filter is filter_kernel, and I would expect this to be an Integer based property but it is a MaxObject.
and
How can I set this property?
I read a little here, but this is quite old and doesn't quite answer the questions!
http://www.chaosgroup.com/forums/vbu...=filter_kernel
Some other fun:
Thanks for looking!
J.
The MXS property name for the Antialisaing filter is filter_kernel, and I would expect this to be an Integer based property but it is a MaxObject.
Code:
renderers.current.filter_kernel Area:(null)
Code:
show renderers.current ... .filter_kernel : maxObject ...
Code:
renderers.current.filter_kernel=Area -- Unable to convert: Area to type: MaxObject
http://www.chaosgroup.com/forums/vbu...=filter_kernel
Some other fun:
Code:
classof renderers.current.filter_kernel Area superclassof renderers.current.filter_kernel filter renderers.current.filter_kernel.classid #(2006000385, 0) renderers.current.filter_kernel.superclassid 4256
Thanks for looking!
J.
Comment