Skip to content

Commit

Permalink
Added the color theme option to enable black and white annotated draw…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
jmwright committed Sep 26, 2024
1 parent c6af2e7 commit 3001d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimble_build_system/cad/shelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def generate_assembly_model(self, explode=False):

def get_render(self,
model,
camera_position=None,
annotate=False,
image_format="png",
file_path=None):
Expand Down Expand Up @@ -806,6 +805,7 @@ def __init__(self,
length=6)
]
self.render_options = {
"color_theme": "default", # can also use black_and_white
"view": "back-top-right",
"zoom": 1.5,
}
Expand Down

0 comments on commit 3001d99

Please sign in to comment.