MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010642 | ParaView | Feature | public | 2010-04-29 11:41 | 2016-08-12 09:58 |
| Reporter | Paul Edwards | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | Development | ||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0010642: Enumeration values in lists for Python | ||||
| Description | Example XML: <IntVectorProperty name="Items" command="AddItems" clean_command="RemoveAllItems" repeat_command="1" number_of_elements_per_command="1"> <EnumerationDomain name="array_list"> <Entry value="1" text="item 1"/> <Entry value="2" text="item 2"/> <Entry value="3" text="item 3"/> </EnumerationDomain> </IntVectorProperty> It would be desirable to set the items in python by their name - currently it is necessary to call: filter.Items = [1,2] rather than: filter.items = ['item 1', 'item 2'] | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-04-29 11:41 | Paul Edwards | New Issue | |||
| 2011-06-16 13:10 | Zack Galbreath | Category | Feature Request => Feature | ||
| 2016-08-12 09:58 | Kitware Robot | Note Added: 0037818 | |||
| 2016-08-12 09:58 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:58 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:58 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||