You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: