Skip to content

Commit

Permalink
GUI Shuffling.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Jan 7, 2018
1 parent c4aadbc commit 9f4142c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions paraview/CellDataSelector/CellDataSelector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,29 @@
</Documentation>
</InputProperty>

<StringVectorProperty command="SetScalarFields"
clean_command="ClearScalarFields"
label="Scalar Fields"
name="ScalarFields"
number_of_elements="0"
default_values="1"
number_of_elements_per_command="1"
repeat_command="1">
<ArrayListDomain name="array_list"
default_values="1">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</ArrayListDomain>
<Hints>
<NoDefault />
</Hints>
<Documentation>
Select the scalar fields to process.
</Documentation>
</StringVectorProperty>

<IntVectorProperty
name="UseAllCores"
label="Use All Cores"
Expand Down Expand Up @@ -69,29 +92,6 @@
</Documentation>
</IntVectorProperty>

<StringVectorProperty command="SetScalarFields"
clean_command="ClearScalarFields"
label="Scalar Fields"
name="ScalarFields"
number_of_elements="0"
default_values="0"
number_of_elements_per_command="1"
repeat_command="1">
<ArrayListDomain name="array_list"
default_values="0">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</ArrayListDomain>
<Hints>
<NoDefault />
</Hints>
<Documentation>
Select the scalar fields to process.
</Documentation>
</StringVectorProperty>

<PropertyGroup panel_widget="Line" label="Input options">
<Property name="ScalarFields" />
</PropertyGroup>
Expand Down
46 changes: 23 additions & 23 deletions paraview/PointDataSelector/PointDataSelector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,29 @@
</Documentation>
</InputProperty>

<StringVectorProperty command="SetScalarFields"
clean_command="ClearScalarFields"
label="Scalar Fields"
name="ScalarFields"
number_of_elements="0"
default_values="1"
number_of_elements_per_command="1"
repeat_command="1">
<ArrayListDomain name="array_list"
default_values="1">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</ArrayListDomain>
<Hints>
<NoDefault />
</Hints>
<Documentation>
Select the scalar fields to process.
</Documentation>
</StringVectorProperty>

<IntVectorProperty
name="UseAllCores"
label="Use All Cores"
Expand Down Expand Up @@ -69,29 +92,6 @@
</Documentation>
</IntVectorProperty>

<StringVectorProperty command="SetScalarFields"
clean_command="ClearScalarFields"
label="Scalar Fields"
name="ScalarFields"
number_of_elements="0"
default_values="0"
number_of_elements_per_command="1"
repeat_command="1">
<ArrayListDomain name="array_list"
default_values="0">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</ArrayListDomain>
<Hints>
<NoDefault />
</Hints>
<Documentation>
Select the scalar fields to process.
</Documentation>
</StringVectorProperty>

<PropertyGroup panel_widget="Line" label="Input options">
<Property name="ScalarFields" />
</PropertyGroup>
Expand Down

0 comments on commit 9f4142c

Please sign in to comment.