Hi,<div><br></div><div>I would like to have an input property for my plugin to allow the user to choose a vector from the input data source. I add this to my XML (copied from the stream tracer):</div><div><br></div><div><div>
<StringVectorProperty</div><div> name="SelectInputVectors"</div><div> command="SetInputArrayToProcess"</div><div> number_of_elements="5"</div><div> element_types="0 0 0 0 2"</div>
<div> animateable="0"</div><div> label="Vectors"></div><div> <ArrayListDomain name="array_list" attribute_type="Vectors"></div><div> <RequiredProperties></div>
<div> <Property name="Input" function="Input"/></div><div> </RequiredProperties></div><div> </ArrayListDomain></div><div> <Documentation></div>
<div> This property contains the name of the vector array from which to generate streamlines.</div><div> </Documentation></div><div> </StringVectorProperty></div></div><div><br></div>
<div>This only gives an empty combo box. What else do I need to do?</div><div><br></div><div>Thanks in advance,</div><div>Paul</div>