Browse Source

Add rulers

master
Fen Dweller 3 years ago
parent
commit
5ce276c346
5 changed files with 170 additions and 0 deletions
  1. +7
    -0
      media/attribution.js
  2. +48
    -0
      media/objects/Rulers/Wooden Ruler-Edge.svg
  3. +48
    -0
      media/objects/Rulers/Wooden Ruler-End.svg
  4. +66
    -0
      media/objects/Rulers/Wooden Ruler-Top.svg
  5. +1
    -0
      presets/objects.js

+ 7
- 0
media/attribution.js View File

@@ -20453,6 +20453,13 @@ const attributionData = {
"chemicalcrux"
]
},
{
prefix: "./media/objects/Rulers/",
all: null,
authors: [
"chemicalcrux"
]
},
{
prefix: "./media/real-buildings/",
all: "https://wiki.openstreetmap.org/wiki/Blender",


+ 48
- 0
media/objects/Rulers/Wooden Ruler-Edge.svg
File diff suppressed because it is too large
View File


+ 48
- 0
media/objects/Rulers/Wooden Ruler-End.svg View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg14"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 1670 196"
height="196pt"
width="1670pt"
version="1.0">
<defs
id="defs18" />
<metadata
id="metadata2">
Created by potrace 1.16, written by Peter Selinger 2001-2019
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="fill:#000000;stroke:none"
id="g6"
transform="matrix(0.1,0,0,-0.1,-165,1098)">
<path
id="path4"
d="m 5628,10973 c -10,-2 -18,-11 -18,-19 0,-12 -248,-14 -1782,-16 l -1783,-3 -3,-97 -3,-98 -192,-2 -192,-3 -3,-857 -2,-858 h 8350 8350 l -2,858 -3,857 -4506,3 -4505,2 4,120 4,120 -1848,-1 c -1017,-1 -1857,-3 -1866,-6 z" />
</g>
<g
style="fill:#1a1a1a;stroke:none"
id="g10"
transform="matrix(0.1,0,0,-0.1,-165,1098)">
<path
id="path8"
d="m 1680,9880 v -830 h 8320 8320 v 830 830 H 10000 1680 Z" />
</g>
<g
style="fill:#333333;stroke:none"
id="g12"
transform="matrix(0.1,0,0,-0.1,-165,1098)" />
</svg>

+ 66
- 0
media/objects/Rulers/Wooden Ruler-Top.svg
File diff suppressed because it is too large
View File


+ 1
- 0
presets/objects.js View File

@@ -909,6 +909,7 @@ function makeObjects() {
/* ***Cards*** */ results.push(makeModel({"name": "Cards", "kind": "objects", "forms": [{"name": "Credit Card", "views": [{"name": "Front", "height": 0.053975000977516174, "mass": 11.793399810791016, "extra": 1.0047993079868203, "bottom": 0.00475367924528303}, {"name": "Back", "height": 0.053975000977516174, "mass": 11.793399810791016, "extra": 1.0047993079868203, "bottom": 0.00475367924528303}, {"name": "Edge", "height": 0.0015578659949824214, "mass": 11.793399810791016, "extra": 1.1704167, "bottom": 0.127097594675073}]}]}));
/* ***Optical Discs*** */ results.push(makeModel({"name": "Optical Discs", "kind": "objects", "forms": [{"name": "Compact Disc", "views": [{"name": "Top", "height": 0.12000000476837158, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Edge", "height": 0.0012000000569969416, "extra": 1.16776865625, "bottom": 0.12561884619752997}, {"name": "Bottom", "height": 0.12000000476837158, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}]}]}));
/* ***Staples*** */ results.push(makeModel({"name": "Staples", "kind": "objects", "forms": [{"name": "Standard Staple", "views": [{"name": "Front", "height": 0.00634999992325902}, {"name": "Angled", "height": 0.00634999992325902}, {"name": "Side", "height": 0.00634999992325902}, {"name": "Top", "height": 0.0003969999961555004}]}]}));
/* ***Rulers*** */ results.push(makeModel({"name": "Rulers", "kind": "objects", "forms": [{"name": "Wooden Ruler", "views": [{"name": "Top", "height": 0.30797499418258667, "mass": 1.5666666513425298e-05, "extra": 1.0012004801920769, "bottom": 0.0011976047904191617}, {"name": "Edge", "height": 0.003634304739534855, "mass": 1.5666666513425298e-05, "extra": 1.0459056530118458, "bottom": 0.04204540909090908}, {"name": "End", "height": 0.003634304739534855, "mass": 1.5666666513425298e-05, "extra": 1.0054553851294097, "bottom": 0.005396505102040825}]}]}));
/* ***INSERT HERE*** */
return results;
}

Loading…
Cancel
Save