forked from johnbeard/kiplot
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests][Added][Populate] Use of Blender as renderer
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Demo population manual | ||
|
||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Itaque earum rerum hic | ||
tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias | ||
consequatur aut perferendis doloribus asperiores repellat. Vestibulum fermentum | ||
tortor id mi. Nulla turpis magna, cursus sit amet, suscipit a, interdum id, | ||
felis. | ||
|
||
- [[front | ]] This is the front side of the board we are populating | ||
- [[front | RV1, RV2 ]] First, populate RV1 and RV2. Basically, any description | ||
could be here. | ||
|
||
## Conclusion | ||
|
||
This is the end of the demo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
kiplot: | ||
version: 1 | ||
|
||
outputs: | ||
- name: Blender | ||
comment: "How to draw a step" | ||
type: blender_export | ||
run_by_default: false | ||
options: | ||
render_options: | ||
transparent_background: true | ||
samples: 5 | ||
point_of_view: | ||
rotate_x: 30 | ||
rotate_z: -20 | ||
outputs: | ||
- type: render | ||
|
||
- name: Populate | ||
comment: "Populate example" | ||
type: populate | ||
dir: PopulateSimple | ||
options: | ||
renderer: Blender | ||
input: tests/data/plain_html_simple.md |