Documentation / Welcome to WonderTexture / Installation

Installation

IMPORTANT NOTE
WonderTexture is currently in BETA and relies on a custom C++/OpenGL backend. It is strictly compatible with Windows OS (64-bit) at this time. As this is beta software, please anticipate potential bugs or crashes. Save your Blender files frequently.

The WonderTexture deployment is a two-stage process: you must first install the core rendering engine, followed by the Blender addon frontend. Do not skip the engine installation, or the node graph will fail to execute.

Initial Extraction

Upon purchasing WonderTexture, download the master .rar archive. We recommend creating a new folder on your Desktop and extracting the contents there. Your extracted directory should contain the following structure:

WonderTexture_Beta_Package/
  • wondertexture_addon.zip // Do not unzip this file
  • wondertexture_setup.exe // Core engine installer
  • wondertexture_installation_guide.pdf

1. Engine Installation

Double-click the wondertexture_setup.exe file to begin the engine installation. Because the software interacts closely with your GPU, Windows User Account Control (UAC) will prompt you for permission.

Click “Yes” to authorize the installer.

UAC Prompt

WINDOWS SMARTSCREEN
If Windows SmartScreen blocks the installation claiming it is from an “Unknown Publisher”, click More Info and then select Run Anyway. This is normal for indie software releases before they acquire expensive EV signing certificates.
Proceed through the setup wizard. You will be asked to choose an installation directory.

By default, the engine installs to C:\Program Files\WonderTexture. We highly recommend leaving it at this default path. The Blender addon is hardcoded to look for the engine here first. If you change it, you will need to manually link the executable later.

During installation, background requirements like Visual C++ Redistributable will be installed automatically if your system is missing them. Click “Finish” when done.

Setup Path Selection

2. Addon Installation

With the engine installed, open Blender. Navigate to Edit → Preferences → Add-ons. Click the arrow/install icon in the top right corner and select Install from Disk…

Locate the wondertexture_addon.zip file you extracted earlier and install it. Enable the checkbox next to the addon name to activate it.

LAPTOP USER OVERRIDE REQUIRED
Windows laptops often route background applications through the low-power Integrated GPU, which will prevent the WonderTexture engine from launching. You must force it to use your dedicated GPU:

1. Go to Windows Settings → System → Display → Graphics settings.
2. Click Add Desktop App (or Browse) and locate WonderTextureEngine.exe (Default: C:\Program Files\WonderTexture).
3. Once added to the list, click Options and select High-performance NVIDIA/AMD processor.

3. Verification Test

To ensure the backend engine and Blender frontend are communicating correctly, perform this rapid diagnostic test:

  1. SOpen WonderTexture Node Tree editor.
  2. Click New to create a fresh node graph.
  3. Add an Output Node (graphs without an output node will not compile).
  4. Press Shift + A, add a Perlin Noise node, and wire it to the Output.
  5. Click the red Start Engine button located in the node editor header.

If a visual preview generates on the node, system installation is successful. You are ready to build.

Atomic Bar Workflow

WORKFLOW Quick Test

SUPPORT & BUG REPORTING
If the engine fails to start or you encounter visual glitches, do not panic. As this is a BETA release, edge-case hardware bugs are expected.

Reach out to us directly for support:
Discord: Check the #bug-reports channel.
Email: contact@wondertexture.com
Superhive: Superhive Contact Creator

Next
User Interface