This commit is contained in:
2025-10-14 12:23:58 +02:00
parent cf4f3ce564
commit f8dc03caf9
21 changed files with 384 additions and 43 deletions

View File

@@ -35,6 +35,7 @@ Everything in the Free Edition, plus:
- **Composition components.** Stack any number of text or image overlays, sequence them before/after the main copy, or position them absolutely with independent scale, rotation, spacing, and Z-order. SVG overlays rasterize automatically (via CairoSVG) so they stay pin-sharp.
- **Automatic normal maps.** Turn the alpha channel into a normal map with adjustable strength, blur radius, and inversion for emboss/deboss looks.
- **Shader builder.** Create Principled BSDF, Emission, or Transparent materials complete with normal-map hookups, light-path controls (disable shadows, reflections, or backfaces), and optional auto-assignment to the active object.
- **Plane instancing.** Drop a plane that matches your textures aspect ratio with the generated material applied and a Simple subdivision modifier ready for displacement workflows.
- **Preset ecosystem.** Save styles either with the current `.blend` or in Blenders config folder, refresh them in one click, and import/export JSON bundles for backups or team sharing.
- **Adaptive text fitting.** Let the addon resize fonts within a range to keep layouts within your chosen canvas margins.

View File

@@ -13,6 +13,7 @@ Create polished text textures without leaving Blender. This addon drops a dedica
- **Overlay system.** Add any number of text or image overlays with independent scale, rotation, spacing, z-index, and absolute/prepend/append placement. SVG overlays are rasterized automatically with CairoSVG for crisp results.
- **Normal maps.** Derive normal maps straight from the text alpha channel with strength, blur, and invert controls.
- **One-click shaders.** Build Principled, Emission, or Transparent materials complete with optional normal-map hookups, light-path controls (disable shadows/reflections/backfaces), and automatic assignment to the active object.
- **Plane instancing.** Create a plane with matching aspect ratio, the generated material applied, and a Simple subdivision modifier ready for displacement or lighting tests.
- **Preset workflow.** Save styles to the current `.blend` or Blenders config folder, refresh them, and import/export JSON bundles for backups or team sharing.
- **Adaptive fitting.** Let the addon resize fonts within a min/max range to keep text safely within your canvas margins.

View File

@@ -19,6 +19,7 @@ Bring typography directly into your Blender workflow. The Text Texture Generator
- Unlimited composition components: combine text and image overlays, order them before/after the main copy, or position them absolutely with independent scale, rotation, spacing, and z-index. SVG overlays rasterize automatically via CairoSVG.
- Normal map creation from the alpha channel with strength, blur, and invert controls.
- One-click shader builder for Principled, Emission, or Transparent materials, including optional light-path tweaks and auto-assignment to the active object.
- Plane instancing that drops a correctly proportioned plane with the new material applied and a Simple subdivision modifier for displacement workflows.
- Dual-location presets that save to the current `.blend` or Blenders config folder, plus import/export for teams and backups.
- Adaptive text fitting to keep designs inside custom canvas margins without manual tweaking.

BIN
marketing/promo.mov Normal file

Binary file not shown.

BIN
marketing/showcase.blend Normal file

Binary file not shown.