Hi,<div><br></div><div>I have this in my XML:</div><div><br></div><div>&lt;IntVectorProperty name=&quot;Items&quot; command=&quot;AddItems&quot; clean_command=&quot;RemoveAllItems&quot; repeat_command=&quot;1&quot; number_of_elements_per_command=&quot;1&quot;&gt;</div>
<div>    &lt;EnumerationDomain name=&quot;array_list&quot;&gt;</div><div><div>        &lt;Entry value=&quot;1&quot; text=&quot;item 1&quot;/&gt;</div></div><div><div>        &lt;Entry value=&quot;2&quot; text=&quot;item 2&quot;/&gt;</div>
</div><div><div>        &lt;Entry value=&quot;3&quot; text=&quot;item 3&quot;/&gt;</div></div><div>    &lt;/EnumerationDomain&gt;</div><div>&lt;/IntVectorProperty&gt;</div><div><br></div><div>The problem I have is that I don&#39;t know how to set the items in python by their name.  instead I need to call:</div>
<div><br></div><div>filter.Items = [1,2]</div><div><br></div><div>rather than:</div><div><br></div><div>filter.items = [&#39;item 1&#39;, &#39;item 2&#39;]</div><div><br></div><div>This seems work work automatically for single items (such as with the mesh quality filter).  Is this just not implemented for lists or have I done something wrong?</div>
<div><br></div><div>Thanks in advance,</div><div>Paul</div>