Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 957 Bytes

build.md

File metadata and controls

27 lines (19 loc) · 957 Bytes

Helix-Blender Plugin for DAM - Build Instructions

To build the Helix-Blender plugin for DAM, follow these steps:

  1. Ensure you have Python (>=3.9) installed.

  2. Download the source code from the GitHub repository and unzip the source code archive.

  3. Open a terminal (macOS) or PowerShell (Windows), and navigate to the directory where the source code was unzipped by running the following command:

    cd /path/to/unzipped/source
  4. Run the build command based on your operating system:

    • For macOS, run:
      sh ./buildscripts/github_compile.sh
    • For Windows, run the following command in cmd:
      powershell -ExecutionPolicy Bypass -File .\buildscripts\github_compile.ps1
  5. After the build succeeds, the final output will be generated in the same directory with the name helix_blender_plugin.zip.

This zip file contains the built plugin and is ready for use.