Skip to content

Commit

Permalink
Add sample images from Grafit Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Jul 19, 2024
1 parent 0c66166 commit 1b1a050
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ These are drawn by me (Daniel Oaks). I'm happy to distribute those as part of th

Adorkastock distributes their free images under the Creative Commons Attribution 3.0 Unported License (CC BY 3.0) license. We've gotten permission to share these images as part of this app so long as their name and website is linked.

## Grafit Studio sample images

Grafit Studio has given us permission to use their Studio License for sharing their studio's pictures with the app, so long as their name and store is linked.

## JookpubStock sample images

Jen has given their permission to include their free resources as part of this app so long as the webapp is completely free. I'm distributing this for free, so no dramas there. When running the app, this condition is enforced before importing with a checkbox confirming that the site doesn't have any pay-to-access restrictions.
Expand Down
Binary file added samples/grafitstudio/faces/Anya0039.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/faces/Anya0091.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/faces/nastiya-49.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/poses/Milky Liza1841.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/poses/nastiya-411.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/poses/pose0003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/poses/pose0138.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/grafitstudio/poses/pose0276.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/sampleData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,59 @@ export var sampleImages: SampleProviderEntry[] = [
},
],
},

// grafit studio
{
author: "Grafit Studio",
author_url: "https://www.artstation.com/grafit/store",
requirement: "",
images: [
{
category: "faces",
images: [
{
path: "grafitstudio/faces/Anya0039.jpg",
tags: ["expression Sad", "facial_hair No Facial Hair", "bodies Women"],
},
{
path: "grafitstudio/faces/Anya0091.jpg",
tags: ["expression Sad", "facial_hair No Facial Hair", "bodies Women"],
},
{
path: "grafitstudio/faces/nastiya-49.jpg",
tags: ["facial_hair No Facial Hair", "bodies Women"],
},
],
},
{
category: "poses",
images: [
{
path: "grafitstudio/poses/maria 8 febriary0028.jpg",
tags: ["bodies Women", "clothing Nude", "energy Action"],
},
{
path: "grafitstudio/poses/Milky Liza1841.jpg",
tags: ["bodies Women", "clothing Nude", "energy Stationary"],
},
{
path: "grafitstudio/poses/nastiya-411.jpg",
tags: ["bodies Women", "clothing Clothed", "energy Action"],
},
{
path: "grafitstudio/poses/pose0003.jpg",
tags: ["bodies Women", "clothing Clothed", "energy Action"],
},
{
path: "grafitstudio/poses/pose0138.jpg",
tags: ["bodies Women", "clothing Clothed", "energy Stationary"],
},
{
path: "grafitstudio/poses/pose0276.jpg",
tags: ["bodies Women", "clothing Clothed", "energy Action"],
},
],
},
],
},
];

0 comments on commit 1b1a050

Please sign in to comment.