diff --git a/leocad.qrc b/leocad.qrc index c5ebff8f..13b59431 100644 --- a/leocad.qrc +++ b/leocad.qrc @@ -19,6 +19,9 @@ resources/file_open_16.png resources/file_print_16.png resources/file_print_preview_16.png + resources/file_render_blender_16.png + resources/file_render_open_in_blender_16.png + resources/file_render_povray_16.png resources/file_save_16.png resources/action_camera.png resources/action_color_picker.png @@ -77,6 +80,10 @@ resources/file_open.png resources/file_print.png resources/file_print_preview.png + resources/file_render_blender.png + resources/file_render_blender_logo_1280x720.png + resources/file_render_open_in_blender.png + resources/file_render_povray.png resources/file_save.png resources/time_first.png resources/time_last.png diff --git a/resources/file_render_blender.png b/resources/file_render_blender.png new file mode 100644 index 00000000..23a0843b Binary files /dev/null and b/resources/file_render_blender.png differ diff --git a/resources/file_render_blender_16.png b/resources/file_render_blender_16.png new file mode 100644 index 00000000..1a6846c7 Binary files /dev/null and b/resources/file_render_blender_16.png differ diff --git a/resources/file_render_blender_logo_1280x720.png b/resources/file_render_blender_logo_1280x720.png new file mode 100644 index 00000000..e0f303de Binary files /dev/null and b/resources/file_render_blender_logo_1280x720.png differ diff --git a/resources/file_render_open_in_blender.png b/resources/file_render_open_in_blender.png new file mode 100644 index 00000000..33078761 Binary files /dev/null and b/resources/file_render_open_in_blender.png differ diff --git a/resources/file_render_open_in_blender_16.png b/resources/file_render_open_in_blender_16.png new file mode 100644 index 00000000..61d909c3 Binary files /dev/null and b/resources/file_render_open_in_blender_16.png differ diff --git a/resources/file_render_povray.png b/resources/file_render_povray.png new file mode 100644 index 00000000..e55d5d58 Binary files /dev/null and b/resources/file_render_povray.png differ diff --git a/resources/file_render_povray_16.png b/resources/file_render_povray_16.png new file mode 100644 index 00000000..f7fa7d76 Binary files /dev/null and b/resources/file_render_povray_16.png differ