model-manager 0.0.7 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/administration/test_data.js +29 -29
- package/app-update.yml +7 -0
- package/package.json +3 -6
@@ -9,38 +9,38 @@
|
|
9
9
|
// console.log("1 document inserted");
|
10
10
|
// client.db.close();
|
11
11
|
// });
|
12
|
-
// });
|
12
|
+
// // });
|
13
13
|
|
14
|
-
const { MongoClient, ServerApiVersion } = require('mongodb');
|
15
|
-
const uri = "mongodb+srv://adminmn:eQJ62Cszrvi7VgD@mnmodeldatabase.zsxqn.mongodb.net/myFirstDatabase?retryWrites=true&w=majority";
|
16
|
-
const client = new MongoClient(uri, { useNewUrlParser: true, useUnifiedTopology: true, serverApi: ServerApiVersion.v1 });
|
14
|
+
// const { MongoClient, ServerApiVersion } = require('mongodb');
|
15
|
+
// const uri = "mongodb+srv://adminmn:eQJ62Cszrvi7VgD@mnmodeldatabase.zsxqn.mongodb.net/myFirstDatabase?retryWrites=true&w=majority";
|
16
|
+
// const client = new MongoClient(uri, { useNewUrlParser: true, useUnifiedTopology: true, serverApi: ServerApiVersion.v1 });
|
17
17
|
|
18
|
-
const database = client.db("modeldatabase");
|
19
|
-
const models = database.collection("models");
|
18
|
+
// const database = client.db("modeldatabase");
|
19
|
+
// const models = database.collection("models");
|
20
20
|
|
21
|
-
client.connect(err => {
|
22
|
-
|
21
|
+
// client.connect(err => {
|
22
|
+
// if (err) throw err;
|
23
23
|
|
24
|
-
|
24
|
+
// models.deleteMany();
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
26
|
+
// var modelobj1 = {released: true, model_name: "Diamond Pickaxe", model_creator: "Prisemut", model_path: "./models/bird.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
27
|
+
// var modelobj2 = {released: true, model_name: "Diamond Sword", model_creator: "Prisemut", model_path: "./models/jellyfish.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
28
|
+
// var modelobj3 = {released: true, model_name: "Airplane", model_creator: "Prisemut", model_path: "./models/stone_golem.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
29
|
+
// var modelobj4 = {released: true, model_name: "Jet", model_creator: "Prisemut", model_path: "./models/stone_golem.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
30
|
+
// var modelobj5 = {released: true, model_name: "Jeep", model_creator: "Prisemut", model_path: "./models/stone_golem.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
31
|
+
// var modelobj6 = {released: true, model_name: "Guy", model_creator: "Prisemut", model_path: "./models/stone_golem.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
32
|
+
// var modelobj7 = {released: true, model_name: "Woman", model_creator: "Prisemut", model_path: "./models/stone_golem.geo.gltf", thumbnail: "./imgs/testing.png", has_anims: true, has_behavior: true, has_textures: true, animations: ["idle","walk"], behavior: ["hostile mob", "aggressive mob"], textures: ["red", "blue", "green", "orange", "yellow"], tags: ["test", "template"]}
|
33
|
+
// models.insertOne(modelobj1);
|
34
|
+
// models.insertOne(modelobj2);
|
35
|
+
// models.insertOne(modelobj3);
|
36
|
+
// models.insertOne(modelobj4);
|
37
|
+
// models.insertOne(modelobj5);
|
38
|
+
// models.insertOne(modelobj6);
|
39
|
+
// models.insertOne(modelobj7);
|
40
40
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
});
|
41
|
+
// models.find().forEach( function(item) {
|
42
|
+
// item.animations.forEach(function (item,index) {
|
43
|
+
// console.log(item)
|
44
|
+
// });
|
45
|
+
// });
|
46
|
+
// });
|
package/app-update.yml
CHANGED
package/package.json
CHANGED
@@ -1,16 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "model-manager",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.10",
|
4
4
|
"main": "main.js",
|
5
5
|
"license": "ISC",
|
6
6
|
"scripts": {
|
7
7
|
"start": "electron .",
|
8
8
|
"publish": "electron-builder --win --publish always"
|
9
9
|
},
|
10
|
-
"repository": {
|
11
|
-
"type": "git",
|
12
|
-
"url": "https://github.com/Mine-North/Mine-North-Model-Tool"
|
13
|
-
},
|
14
10
|
"keywords": [],
|
15
11
|
"author": "Tristan H.",
|
16
12
|
"description": "A Tool for managing all model assets of Mine-North.",
|
@@ -40,7 +36,8 @@
|
|
40
36
|
"owner": " Mine-North",
|
41
37
|
"repo": "Mine-North-Model-Tool",
|
42
38
|
"token": "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"
|
43
|
-
}
|
39
|
+
},
|
40
|
+
"github"
|
44
41
|
]
|
45
42
|
}
|
46
43
|
}
|