mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
addedd a missing NONE in a xml attribute
This commit is contained in:
parent
4da1f1f3e3
commit
0b11aa4ff8
@ -43,7 +43,6 @@
|
||||
<PARAM_HELP><![CDATA[ To ensure repeatability you can specify the random seed used. If 0 the random seed is tied to the current clock.]]></PARAM_HELP>
|
||||
<EDIT_GUI guiLabel="Random seed."/>
|
||||
</PARAM>
|
||||
|
||||
<PARAM parName="relaxType" parIsImportant="true" parType="Enum { Geodesic : 0 | SquaredDistance : 1 | Restricted : 2 }" parDefault="1">
|
||||
<PARAM_HELP><![CDATA[
|
||||
At each relaxation step we search for each voronoi region the new position of the seed.
|
||||
@ -118,7 +117,7 @@
|
||||
<ENUM_GUI guiLabel="Voronoi Element"/>
|
||||
</PARAM>
|
||||
</FILTER>
|
||||
<FILTER filterFunction="buildShell" filterName="Create Solid Wireframe" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="" filterArity="Variable" filterIsInterruptible="false">
|
||||
<FILTER filterFunction="buildShell" filterName="Create Solid Wireframe" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="MM_NONE" filterArity="Variable" filterIsInterruptible="false">
|
||||
<FILTER_HELP><![CDATA[]]></FILTER_HELP>
|
||||
<FILTER_JSCODE><![CDATA[]]></FILTER_JSCODE>
|
||||
<PARAM parName="edgeCylFlag" parIsImportant="true" parType="Boolean" parDefault="true">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user