Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView
Commits
82078523
Commit
82078523
authored
Aug 06, 2019
by
Utkarsh Ayachit
⛰
Browse files
remove `\t`s from writers.xml
parent
409099d1
Pipeline
#143101
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ParaViewCore/ServerManager/SMApplication/Resources/writers.xml
View file @
82078523
...
...
@@ -1501,22 +1501,22 @@
executed once for each timestep available from its input.
</Documentation>
</IntVectorProperty>
<StringVectorProperty
command=
"SetFileNameSuffix"
default_values=
"_%d"
label =
"File name suffix"
default_values=
"_%d"
label =
"File name suffix"
name=
"FileNameSuffix"
number_of_elements=
"1"
>
<Documentation>
The suffix to append to the file name when writing files at different timesteps.
(File extensions such as .csv should be excluded.)
The % format specifiers are used. For example, _%d will write files as FileName_0,
FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,
FileName_001, FileName_002 etc.
The suffix to append to the file name when writing files at different timesteps.
(File extensions such as .csv should be excluded.)
The % format specifiers are used. For example, _%d will write files as FileName_0,
FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,
FileName_001, FileName_002 etc.
</Documentation>
<Hints>
<PropertyWidgetDecorator
type=
"EnableWidgetDecorator"
>
<Property
name=
"WriteTimeSteps"
function=
"boolean"
/>
</PropertyWidgetDecorator>
</Hints>
<Property
name=
"WriteTimeSteps"
function=
"boolean"
/>
</PropertyWidgetDecorator>
</Hints>
</StringVectorProperty>
<SubProxy>
<Proxy
name=
"Writer"
...
...
@@ -1573,22 +1573,22 @@
executed once for each timestep available from its input.
</Documentation>
</IntVectorProperty>
<StringVectorProperty
command=
"SetFileNameSuffix"
default_values=
"_%d"
label =
"File name suffix"
default_values=
"_%d"
label =
"File name suffix"
name=
"FileNameSuffix"
number_of_elements=
"1"
>
<Documentation>
The suffix to append to the file name when writing files at different timesteps.
(File extensions such as .csv should be excluded.)
The suffix to append to the file name when writing files at different timesteps.
(File extensions such as .csv should be excluded.)
The % format specifiers are used. For example, _%d will write files as FileName_0,
FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,
FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,
FileName_001, FileName_002 etc.
</Documentation>
<Hints>
<PropertyWidgetDecorator
type=
"EnableWidgetDecorator"
>
<Property
name=
"WriteTimeSteps"
function=
"boolean"
/>
</PropertyWidgetDecorator>
</Hints>
<Property
name=
"WriteTimeSteps"
function=
"boolean"
/>
</PropertyWidgetDecorator>
</Hints>
</StringVectorProperty>
<SubProxy>
<Proxy
name=
"Writer"
...
...
Utkarsh Ayachit
⛰
@utkarsh.ayachit
mentioned in commit
f43bbc48
·
Aug 06, 2019
mentioned in commit
f43bbc48
mentioned in commit f43bbc4824fb6f9e296f56e6d7e22cfae1300ab8
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment