Gaspar Capello

Results 97 comments of Gaspar Capello

Identical crash on Mac OS X 10.15.6, Aseprite version 1.2.27 Crash report: - https://igarastudio.zendesk.com/agent/tickets/3422

> 1. After merging this we should test this with Pixel Perfect mode in `beta` branch, because in the `main` it looks like the final results is not displayed until...

What do you think @dacap? Is it better for us to close this PR and create a new PR on the beta branch as a base? Including your previous recommendations,...

I'm investigating it. I forgot, what's will be the correct behavior in Simple Ink? 1. Color with transparency overwrites the pixels? (like the second picture) or 2. Color with transparency...

Related #2349. When the primary color is full transparent, the ink behavior is changed here: https://github.com/aseprite/aseprite/blob/877ae9eeecb90b0452326a48fcee5026ce5972c7/src/app/tools/active_tool.cpp#L100-L105 Then, the next `switch case` will decide by an incorrect `InkProcessing` according `PaintInk` type...

https://github.com/aseprite/aseprite/pull/3525#issuecomment-1256134727 is solved with this other PR: https://github.com/aseprite/aseprite/pull/3538

Another crash on setStateInternal() I cannot reproduce it. ``` ASSERT(m_state); // Change to the new state. m_state->onEnterState(this); // Unhandled exception at 0x00007FF7D007181D (Aseprite.exe) in Aseprite-crash-1.2.23-x64.dmp: 0xC0000005: Access violation reading location...

Another similar crash: ``` ASSERT(m_state); // Change to the new state. m_state->onEnterState(this); // Unhandled exception at 0x00007FF6055CC041 (Aseprite.exe) in Aseprite-crash-1.2.29-x64.dmp: 0xC0000005: Access violation reading location 0x0000000000000000 // Notify observers m_observers.notifyStateChanged(this);...

The Path Layer function is in the Aseprite 1.4 roadmap (in the future). In the middle, you can give a shot to a recent script to make path movement/rotation of...