Numbered Steps to Reproduce Problem:
- Open a DM environment
- Attempt a motion blur filter using values on the higher end as seen below
- Observe the client
Code Snippet (if applicable) to Reproduce Problem:
filters += filter(type = "motion_blur", x = 8)
Expected Results: For the motion blur to be applied with no hanging/freezing of the client.
Actual Results: The client hangs and must be forcefully closed in most cases.
When does the problem NOT occur? When the x/y values supplied are on the lower end. The larger the values, the more fierce the hang. The blur is applied regardless though if the client is not force-closed.
Workarounds: N/A