CadQuery and Build123d integration for Blender
The BlendQuery panel can be located under Object Properties
, where you are able to select your script to generate into the Blender scene.
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 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"