Skip to content

Latest commit

 

History

History
109 lines (65 loc) · 4.19 KB

File metadata and controls

109 lines (65 loc) · 4.19 KB
layout default
title 🎨 reforge - Effortless Defold Scene Exporting
description 🎨 Export Blender scenes to Defold effortlessly with the Reforge add-on. Create meshes, prefabs, and collections while simplifying workflow and updates.

🎨 reforge - Effortless Defold Scene Exporting

Download Reforge


📥 Overview

Reforge is a Blender add-on that helps you easily export scenes into a Defold project. This tool allows you to create:

  • .glb meshes for 3D models
  • .model files that support multiple materials
  • .go prefabs that are created once and never overwritten
  • .collection scene files that group instances under an embedded root

In addition, Reforge can also export optional convex collisions and textures to your Defold project.


🚀 Getting Started

To get started with Reforge, follow the steps below to download and install the add-on.

Download & Install

  1. Visit the Reforge releases page:
    Go to Reforge Releases to find the latest version.

  2. Download the ZIP file:
    Click on the version you want to download. The file will be named reforge-<version>.zip.

  3. Open Blender:
    Launch your Blender application.

  4. Go to Preferences:
    Navigate to the menu bar and click on Edit, then select Preferences.

  5. Select Add-ons:
    In the Preferences window, click on the Add-ons tab on the left.

  6. Install the ZIP file:
    Click on Install from Disk..., and choose the downloaded ZIP file.

  7. Enable Reforge:
    After installation, search for "Reforge" in the add-ons list. Check the box to enable it.

Congratulations! You have successfully installed the Reforge add-on.


💡 Features

Reforge offers several features to improve your experience:

  • Seamless exports: Easily export your Blender scenes into Defold-compatible formats without the hassle of manual configurations.

  • Multiple material support: Create .model files that utilize more than one material for a richer appearance in your Defold project.

  • Prefab management: Automatic creation of .go prefabs that won't get overwritten helps in maintaining your project structure.

  • Collision handling: Optional convex collision export allows for better physics interactions in your Defold games.

  • Texture export: Easily export textures to your Defold project along with your models, ensuring that everything looks great out of the box.


❓ Troubleshooting

If you run into issues while using Reforge, consider the following tips:

  • Update Blender: Ensure you are using the latest version of Blender. Sometimes, compatibility issues arise with older versions.

  • Check add-on status: Make sure the Reforge add-on is enabled in your Blender preferences.

  • Read the documentation: Consult the official Reforge documentation for detailed information on troubleshooting and advanced features.

If problems persist, check the issues section of the GitHub repository to see if other users have experienced similar problems.


📄 License

Reforge is open-source software and is distributed under the MIT License. Feel free to modify and distribute it as long as you keep the original license information.


🔗 Additional Resources

For further help and information, consider the following resources:

Feel free to reach out on the GitHub Discussions page for community support and ideas.


🛠️ System Requirements

  • Operating System: Windows, macOS, or Linux.
  • Blender Version: 2.8 or higher.
  • Defold Version: Ensure you are using a recent version of Defold for full compatibility.

By following this guide, you should now be set up to use Reforge effectively. Enjoy creating your Defold games without the extra hassle!