jnphgs / ScriptGridImage

Generate Grid Pattern Texture for UV Check.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script Grid Image

render.png Rendered image with Blender 2.8(EEVEE)

Introduction

For gaming and CG prototyping, there are several easy-to-use UV check pattern textures on the Internet. But they have the following problems.

  • It's unclear who made it.
  • The license is unclear.
  • The resolution is different.
  • The image is compressed.

So in this repository, I manage the Processing code that generates grid patterns and their SVG files. By using SVG files, You can export the image at any resolution using other apps. And the license is clear because it is managed on github. You can use those images freely for making any commercial tutorials or plugins etc.

Dependency

Usage

  1. Install Processing from processing.org.
  2. Open ScriptGridImage.pde
  3. Modify code and Run
  4. You can save SVG file with 'S' key.

Release

On the release page, the output image is displayed smaller by using the following html tag.

<img src="https://raw.githubusercontent.com/jnphgs/ScriptGridImage/master/SimpleGrid/SimpleGrid.png" width="200" height="200">

About

Generate Grid Pattern Texture for UV Check.

License:MIT License


Languages

Language:Processing 100.0%