/aseprite_normalmap

aseprite height map to normal map script, fork from: https://gist.github.com/ruccho/efa1139ddd6da6d4d22def161209d2e7

Primary LanguageLua

Normal map from height map

Script for Aseprite. This guide tells you where to put the script.

Normal map rendering

Example art using generated normal map in Godot engine

PROTIP: If you find yourself in a situation where you regenerate the image repeatedly. Bind a keyboard shortcut for running the script in Edit => Keyboard shortcuts. You don't need to remove the created layer between runs.

Changelog

  • (2023-09-16) Fix issue with tiling images.
  • (2023-09-14) Add protip for binding keyboard shortcut in readme.
  • (2019-06-01) Initial version.