Skip to content

v0.2.3

Compare
Choose a tag to compare
@chsh2 chsh2 released this 19 Dec 00:52
· 218 commits to main since this release

Bug Fixing:

  • A wiki page is created to summarize known issues about the dependency installation.

New Features:

  • Refactor the method of planar mesh generation for better mesh quality.
    • Now the grid mesh is generated using the Knife Project tool. A new option enables trimming the contour vertices to reduce the number of n-gons generated.
    • A new option of the triangulation mesh subdividing the faces near the contour to mitigate shading defects.
    • A smooth transition of alpha and normals can be added at the open edge of overlapping planar meshes.
  • Support of more formats of palette pasting. Besides XML, a list of hex codes can also be recognized. For example, all of following formats will work:
    • #FFEE93 #F5D782 #E97878 #9B5151
    • ffee93f5d782e978789b5151
    • f3c969,edff86,fff5b2,d4fcc3,362c28
    • ["f3c969","edff86","fff5b2","d4fcc3","362c28"]