Browse Source

Add booties

master
Fen Dweller 4 years ago
parent
commit
5ba82269e9
9 changed files with 38 additions and 1 deletions
  1. +19
    -0
      media/attribution.js
  2. +1
    -0
      media/clothing/Boots/Bootie-Back Corner.svg
  3. +1
    -0
      media/clothing/Boots/Bootie-Back.svg
  4. +1
    -0
      media/clothing/Boots/Bootie-Bottom.svg
  5. +1
    -0
      media/clothing/Boots/Bootie-Front Corner.svg
  6. +1
    -0
      media/clothing/Boots/Bootie-Front.svg
  7. +1
    -0
      media/clothing/Boots/Bootie-Side.svg
  8. +1
    -0
      media/clothing/Boots/Bootie-Top.svg
  9. +12
    -1
      presets/clothing.js

+ 19
- 0
media/attribution.js View File

@@ -1285,6 +1285,21 @@ const attributionData = {
"maurizio-barabani"
]
},
{
prefix: "./media/clothing/Boots/",
files: [
{ name: "Bootie-Front.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Front Corner.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Side.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Back Corner.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Back.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Bottom.svg", source: "https://www.blendswap.com/blend/18876" },
{ name: "Bootie-Top.svg", source: "https://www.blendswap.com/blend/18876" },
],
authors: [
"cgrifter"
]
},
{
prefix: "./media/clothing/Shoes/",
files: [
@@ -21375,6 +21390,10 @@ const attributionData = {
"name": "Tom Andy Stripe",
"url": "https://www.cgtrader.com/tom-andy-stripe"
},
"cgrifter": {
"name": "cgrifter",
"url": "https://www.blendswap.com/profile/624385"
},
}
}



+ 1
- 0
media/clothing/Boots/Bootie-Back Corner.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Back.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Bottom.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Front Corner.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Front.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Side.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/clothing/Boots/Bootie-Top.svg
File diff suppressed because it is too large
View File


+ 12
- 1
presets/clothing.js View File

@@ -13,6 +13,18 @@ function makeClothing() {
"Bottom": { height: math.unit(0.49710506200790405, "meters") },
"Top": { height: math.unit(0.49710506200790405, "meters") }
}
},
{
name: "Bootie",
sides: {
"Front": { height: math.unit(0.36327508091926575, "meters") },
"Front Corner": { height: math.unit(0.36327508091926575, "meters") },
"Side": { height: math.unit(0.36327508091926575, "meters") },
"Back Corner": { height: math.unit(0.36327508091926575, "meters") },
"Back": { height: math.unit(0.36327508091926575, "meters") },
"Bottom": { height: math.unit(0.5577294230461121, "meters") },
"Top": { height: math.unit(0.5577294230461121, "meters") }
}
}

]
@@ -60,7 +72,6 @@ function makeClothing() {
"Top": { height: math.unit(0.559783935546875, "meters") }
}
}

]

results.push({


Loading…
Cancel
Save