Software 44329 Published by

PixiEditor 2.1.0.23 finally patches the bilinear sampling glitch that ruined mirrored textures while tightening up brush pressure response for cleaner strokes. The developers also stuffed in a bunch of null checks across the scene renderer and tool handlers to stop those dreaded crashes during active sessions. System language detection now properly handles menu localization, which keeps the interface from mixing untranslated strings with English defaults. This release skips flashy new features entirely and just focuses on keeping the editor stable enough for daily 2D asset work.



PixiEditor 2.1.0.23 Fixes Flipped Viewport Sampling and Stops Random Crashes

The latest update to PixiEditor 2.1.0.23 finally addresses some of the more annoying rendering glitches that have been popping up in recent builds. This release brings targeted fixes for bilinear sampling on flipped viewports, patches several null reference crashes, and adds better language localization support. Users who rely on this tool for sprite work or texture editing will notice a smoother workflow without the sudden application freezes.

PixiEditor 2.1.0.23 Rendering Tweaks That Actually Matter

The bilinear sampling fix on flipped viewports directly impacts anyone who mirrors sprites or works with horizontally mirrored textures. When that feature breaks, edges blur incorrectly and make clean pixel art look muddy. The brush improvements also tighten up the pressure response, which helps when painting fine details without accidentally smearing the whole canvas. Some competing editors pile on unnecessary animation timelines and video exporters that just slow down the interface, but this release stays focused on what actually matters for 2D asset creation.

Null Checks Keep the Editor From Closing Mid Project

The commit log reads like a defensive programming exercise, but that is exactly what keeps an open source editor from throwing errors during active sessions. Multiple null checks were added across the tool view model, scene renderer, noise node, and paste image handler. A missing reference in any of those areas usually means the program crashes when switching tools or pasting assets into a layer. The rotate node crash fix also clears up a common pain point that happened when applying transformations to certain layer types. Stability matters more than flashy new features when the software keeps closing on itself.

Language Localization Removes Guesswork

Localized export now follows the system language setting, which removes the guesswork for non English speakers who prefer their menus in their native tongue. The updated language files cover more interface elements and reduce the awkward mix of untranslated strings that sometimes appeared after fresh installs. This kind of polish makes the editor feel less like a prototype and more like a finished product ready for daily use.

Release PixiEditor 2.1.0.23

Changes: cd81279 Merge branch 'master' into release d1866bd Merge pull request #1473 from PixiEditor/fix-flip-sampling 883d131 Fixed bilinear sampling on flipped viewport 392c737 Localized export ...

Release 2.1.0.23 ยท PixiEditor/PixiEditor

Grab the update from the official repository when ready. The tool keeps getting steadier with each release, so sticking to the latest build saves time hunting down workarounds that are already patched. Happy editing.