blendquery
                                
                                 blendquery copied to clipboard
                                
                                    blendquery copied to clipboard
                            
                            
                            
                        CadQuery and Build123d integration for Blender
BlendQuery
CadQuery and Build123d integration for Blender

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