Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laplacian smooth (surface preserve) not working from script #90

Closed
Marriaga opened this issue Feb 25, 2017 · 2 comments
Closed

Laplacian smooth (surface preserve) not working from script #90

Marriaga opened this issue Feb 25, 2017 · 2 comments

Comments

@Marriaga
Copy link

When I apply manually it works but if I apply it by loading a script and then selecting apply script it doesn't apply the filter.

Script:

<!DOCTYPE FilterScript>
<FilterScript>
 <filter name="Laplacian smooth (surface preserve)">
  <Param type="RichBool" name="selection" tooltip="Apply laplacian smooth on selected faces only" description="Update selection" value="false"/>
  <Param type="RichFloat" name="AngleDeg" tooltip="maximum mean normal angle displacement (degrees) from old to new faces" description="Max Normal Dev (deg)" value="4"/>
  <Param type="RichInt" name="iterations" tooltip="number of laplacian smooth iterations in every run" description="Iterations" value="10"/>
 </filter>
 </FilterScript>

PS: Would it be possible for filters to only require name and value? Having to include the other fields like the tooltip makes the script file hard to read.

@mcallieri
Copy link
Member

We currently have an issue with scripting, some filters ar not working properly. We are investigating.

@granzuglia
Copy link
Contributor

Fixed. Please when you will have the new MeshLabServer Version regenerate with the correspondent MeshLab version the Laplacian Smooth Script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants