Przeglądaj źródła

Add flip flops

master
Fen Dweller 4 lat temu
rodzic
commit
fe64b08617
10 zmienionych plików z 4676 dodań i 2 usunięć
  1. +19
    -0
      media/attribution.js
  2. +1
    -0
      media/clothing/Sandals/Flip Flop-Back Corner.svg
  3. +1
    -0
      media/clothing/Sandals/Flip Flop-Back.svg
  4. +1988
    -0
      media/clothing/Sandals/Flip Flop-Bottom.svg
  5. +1
    -0
      media/clothing/Sandals/Flip Flop-Front Corner.svg
  6. +1
    -0
      media/clothing/Sandals/Flip Flop-Front.svg
  7. +1
    -0
      media/clothing/Sandals/Flip Flop-Side.svg
  8. +2638
    -0
      media/clothing/Sandals/Flip Flop-Top.svg
  9. +24
    -0
      presets/clothing.js
  10. +2
    -2
      scripts/blender-freestyle.py

+ 19
- 0
media/attribution.js Wyświetl plik

@@ -1300,6 +1300,21 @@ const attributionData = {
"powwow1"
]
},
{
prefix: "./media/clothing/Sandals/",
files: [
{ name: "Flip Flop-Front.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Front Corner.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Side.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Back Corner.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Back.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Bottom.svg", source: "https://blendswap.com/blend/18141" },
{ name: "Flip Flop-Top.svg", source: "https://blendswap.com/blend/18141" },
],
authors: [
"mgrgas"
]
},
{
prefix: "./media/characters/abbott-absol/",
files: [
@@ -21336,6 +21351,10 @@ const attributionData = {
"name": "powwow1",
"url": "https://www.cgtrader.com/powwow1"
},
"mgrgas": {
"name": "mgrgas",
"url": "https://blendswap.com/profile/378021"
},
}
}



+ 1
- 0
media/clothing/Sandals/Flip Flop-Back Corner.svg
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
media/clothing/Sandals/Flip Flop-Back.svg
Plik diff jest za duży
Wyświetl plik


+ 1988
- 0
media/clothing/Sandals/Flip Flop-Bottom.svg
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
media/clothing/Sandals/Flip Flop-Front Corner.svg
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
media/clothing/Sandals/Flip Flop-Front.svg
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
media/clothing/Sandals/Flip Flop-Side.svg
Plik diff jest za duży
Wyświetl plik


+ 2638
- 0
media/clothing/Sandals/Flip Flop-Top.svg
Plik diff jest za duży
Wyświetl plik


+ 24
- 0
presets/clothing.js Wyświetl plik

@@ -32,6 +32,21 @@ function makeClothing() {
}
]

const dataSandals = [
{
name: "Flip Flop",
sides: {
"Front": { height: math.unit(0.06615997105836868, "meters") },
"Front Corner": { height: math.unit(0.06615997105836868, "meters") },
"Side": { height: math.unit(0.06615997105836868, "meters") },
"Back Corner": { height: math.unit(0.06615997105836868, "meters") },
"Back": { height: math.unit(0.06615997105836868, "meters") },
"Bottom": { height: math.unit(0.5377234816551208, "meters") },
"Top": { height: math.unit(0.5377234816551208, "meters") }
}
}
]

results.push({
name: "Boots",
constructor: () => makeAutoVehicleGroup(
@@ -50,6 +65,15 @@ function makeClothing() {
)
})

results.push({
name: "Sandals",
constructor: () => makeAutoVehicleGroup(
dataSandals,
"Sandals",
"clothing"
)
})

results.sort((b1, b2) => {
e1 = b1.constructor();
e2 = b2.constructor();


+ 2
- 2
scripts/blender-freestyle.py Wyświetl plik

@@ -22,9 +22,9 @@ SIDE = [1, 1, 2, "Side"]
BACK_CORNER = [1.5, 1, 2, "Back Corner"]
BACK = [2, 1, 2, "Back"]
BOTTOM = [0, 2, 1, "Bottom"]
TOP = [0, 0, 1, "Top"]
TOP = [2, 0, 1, "Top"]

sides = [FRONT, FRONT_CORNER, SIDE, BACK_CORNER, BACK, BOTTOM, TOP]
sides = [BOTTOM]

path = "/tmp/macrovision/"



Ładowanie…
Anuluj
Zapisz