Hi list,

I don't understand why this won't work. Consider the following 1-liner:
*print Application.Selection(0).Properties("Visibility").viewvis.Value*

This works as expected. But when I try this:
*for obj in Application.Selection:
    print obj.Properties("Visibility").viewvis.Value*

I get an attribute error?? I only have one or multiple polygon meshes
selected, so the attribute is there.

Christian

Reply via email to