Blender Addon Development Needs More DevOps
dev.to·3d·
Discuss: DEV
🪝Git Hooks
Preview
Report Post

TL;DR

  • Write test code and automate it.
  • Run tests on various versions of Blender to release with peace of mind.

Intended Audience

  • Individual developers who are (or want to be) developing Blender addons.

  • People who want to ensure quality but don’t know how to introduce CI/CD.

  • People tired of manual fixes and checks.

  • People interested in CI/CD using GitHub Actions (since this article simply applies a general CI/CD pipeline to Blender addon development).

Introduction

What is DevOps anyway?

There is plenty of literature detailing DevOps, so I’ll skip the deep dive. In short, it is considered a best practice in general software development. In this methodology, the development flow is represented as an infinite loop of the following phases:

| Phase | …

Similar Posts

Loading similar posts...