Developer Guide#
This section is for people who want to contribute code to BlenderCAM, people who want to modify the addon for their needs, or anyone who simply want to better understand what is happening ‘under the hood’.
Code Overview offers a guide to the addon files and how they relate to one another.
Style Guide gives tips on editors, linting, formatting etc.
Test Suite has information on how to run and contribute to the Test Suite.
Workflows & Actions contains an explanation of how the addon, testing and documentation are automated via Github Actions.