object_selection return value issue

I took some of your example code and created a macro,
however the result from the statement:
sel = view.object_selection
The 'sel' variable appears to have a value of '...' , but is empty

Comments

  • "..." just indicates that "sel" is an array. If you try to expand the tree node, it should expand to nothing.

    Looks like you have not selected anything, right?

    Matthias

  • You are correct, I did not have anything selected
    The error was between the keyboard and chair :(

Sign In or Register to comment.