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
Summary:
Pressing the Reset button in the toolbar's options menu should immediately clear the 3D preview sketch back to its default state with no effects displaying.
Steps to reproduce:
Navigate to the profile creation page with the 3D preview sketch
Apply any combination of at least one effect
Tap the Reset option in the toolbar's options menu
Observe the 3D preview sketch
Actual result:
The 3D preview sketch "saves" the last frame it rendered before being reset, causing it to display part of the just recently cleared effects.
Expected result:
The 3D preview sketch should display no effects whatsoever, essentially returning it to its default state.
The text was updated successfully, but these errors were encountered:
This issue has been fixed for when the sketch has no effects in the list to render. However, a similar issue occurs when multiple effects were present and then one changed in some way, such as reordering or removing a single effect.
May require rewrite of how the sketch is rendering effects; bug possibly due to the current method of scanline rendering.
Summary:
Pressing the
Reset
button in the toolbar's options menu should immediately clear the 3D preview sketch back to its default state with no effects displaying.Steps to reproduce:
Reset
option in the toolbar's options menuActual result:
The 3D preview sketch "saves" the last frame it rendered before being reset, causing it to display part of the just recently cleared effects.
Expected result:
The 3D preview sketch should display no effects whatsoever, essentially returning it to its default state.
The text was updated successfully, but these errors were encountered: