/blendquery

CadQuery and Build123d integration for Blender

Primary LanguagePython

BlendQuery

CadQuery and Build123d integration for Blender

image

Installation

Installing Add-ons

Usage

The BlendQuery panel can be located under Object Properties, where you are able to select your script to generate into the Blender scene.

image

Showing / Hiding Objects

BlendQuery will automatically genenerate any topology objects from the global scope of your script into the Blender scene. To prevent objects being generated into the scene, prefix the variable with _.

visible_object = ...
_hidden_object = ...

Materials

Materials can be appended to any topology object by adding a material property containing the name of the material you wish to match within Blender.

object.material = "The Name Of Your Material Within Blender"