=================================================================
=================================================================
{{ADDON_NAME}} description here
=================================================================
=================================================================
- Log in to GitHub and click Use this template > Create a new repository in the upper-right corner of this template repository page
- In your terminal:
git clone https://<user>:<token>@github.com/<user>/your_new_repository your_addon_repository_name - Rename the root directory to your desired addon name
- Run
make configureor execute./scripts/configure.shfrom the root directory - When prompted, choose your addon name and the root
package nameyou want to use - The script will replace all instances of
{{ADDON_NAME_PACKAGE}}with your chosen package name
=================================================================
=================================================================
- Download the source files or fork this repository
- Rename the root directory to your desired addon name
- Open PowerShell and check the execution policy by running:
Get-ExecutionPolicy - If the policy is
Restricted, run:Set-ExecutionPolicy RemoteSigned(you may need administrator privileges) - Navigate into the
scripts/folder - Right-click the file
configure.ps1> selectRun with PowerShell - When prompted, enter your desired addon name and the Python
package nameyou'd like to use - The script will rename all instances of
{{ADDON_NAME_PACKAGE}}to your chosen package name throughout the project
=================================================================
=================================================================
cdinto the newly renamed package directory- Run
make zipor execute./scripts/build-zip.shfrom the root directory to create the addon ZIP file - The ZIP file will be generated in the project root folder (one level above the addon package directory)
=================================================================
=================================================================
- Make sure 7-Zip is installed and available at
C:\Program Files\7-Zip\7z.exe - Navigate into your newly renamed package directory
- Then go to the
scripts/windows/folder - Right-click the
build-zip.ps1file and select Run with PowerShell to create the addon ZIP file - The ZIP file will be generated one level above the addon root folder
=================================================================
=================================================================
- YouTube Tutorial: https://www.youtube.com/watch?v=YUytEtaVrrc
- Download & Install Python https://www.python.org/downloads/
- Download & Install VS Code https://code.visualstudio.com/download
- Open View > Terminal and type: pip install fake-bpy-module-latest
- Close and Re-open VS Code
- Install plugin/extension (Ctrl+Shift+X) "Blender Development" by Jacques Lucke
- Open Explorer: C:/Program Files/Blender Foundation/Blender <version>/<version>/
- Right-click folder 'Python' > Properties > Security Tab
- Select "Users (User\Users)" > Edit > "Users (User\Users)"
- Tick "Write" allow permission then click Apply
- Ctrl+Shift+P > Blender: Start