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
It should be possible to specify if the glasses instance should be sequential or concurrent. So that when rendering, the list goes from top to bottom:
If the item is marked as sequential, render its movement alone and only then move to the next glasses.
If the item is marked as concurrent, save it and move to the next item until you reach an item that is not marked as concurrent. Then render the ones that has been saved so far as one "sequential" render.
The text was updated successfully, but these errors were encountered:
Squeezes out just a bit more pixles so the style select has a bit more
room. Might need to rethink this whole approach, as no new options can
be added anymore, but I'm sure I'll come up with something (like #22).
It should be possible to specify if the glasses instance should be sequential or concurrent. So that when rendering, the list goes from top to bottom:
The text was updated successfully, but these errors were encountered: