Hi all,
I would like to use Zhangy's plugin assign_ambient_occlusion. No problem if i use his utility plugin, it works well. But, I would like to control some function in a maxscript script.
The plugin generate AO to vertex color for the selection. It does something like this :
assign_ambient_occlusion.node_list = selection as array
assign_ambient_occlusion.assign_GPU()
I need to perform this action :
for o in selection do (
assign_ambient_occlusion.node_list = #(o)
assign_ambient_occlsuion.assign_GPU()
)
And of course, I don't have any chance to find properties names or functions names.
If Any one could help me to find properties of this plugin, maybe, if you know Zhangy personnaly it could be cool !
Thanks
Nicolas
ps : I tested getpropsname assign_ambient_occlusion whithout result.
Anubis · 2011-08-31