Skip to content

Commit b11dd7f

Browse files
committed
create plugin folder
1 parent 5bde6cd commit b11dd7f

10 files changed

+675
-0
lines changed

plugin/FoFin.rhproj

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"id": "5df3b821-822e-49e0-b24e-aebbe671c3d1",
3+
"identity": {
4+
"name": "COMPAS-FormFinder",
5+
"version": "0.1.3-beta",
6+
"publisher": {
7+
"email": "tom.v.mele@gmail.com",
8+
"name": "Tom Van Mele",
9+
"company": "Block Research Group",
10+
"url": "https://brg.ethz.ch/"
11+
},
12+
"description": "Rhino plugin for form finding of tension-only, compression-only, and mixed tension-compression structures with axial forces, using constrained force-density and dynamic relaxation solvers.",
13+
"copyright": "ETH Zurich - Block Research Group",
14+
"license": "MIT",
15+
"url": "https://github.com/blockresearchgroup/compas-FoFin"
16+
},
17+
"settings": {
18+
"buildPath": "build/",
19+
"buildTarget": {
20+
"appName": "Rhino3D",
21+
"appVersion": {
22+
"major": 8
23+
},
24+
"title": "Rhino3D (8.*)",
25+
"slug": "rh8"
26+
},
27+
"publishTarget": {
28+
"title": "McNeel Yak Server"
29+
}
30+
},
31+
"codes": [
32+
{
33+
"id": "dfa75426-a696-417f-9f40-5c52f5c07f56",
34+
"language": {
35+
"id": "*.*.python",
36+
"version": "3.*.*"
37+
},
38+
"title": "FF_cablemesh_from_box_cmd",
39+
"uri": "FF_cablemesh_from_box_cmd.py"
40+
},
41+
{
42+
"id": "409cbdb1-900a-499b-8412-ac2173430327",
43+
"language": {
44+
"id": "*.*.python",
45+
"version": "3.*.*"
46+
},
47+
"title": "FF_cablemesh_from_cylinder_cmd",
48+
"uri": "FF_cablemesh_from_cylinder_cmd.py"
49+
},
50+
{
51+
"id": "e5e8d61d-33e7-4a73-8117-9a6ae602cd57",
52+
"language": {
53+
"id": "*.*.python",
54+
"version": "3.*.*"
55+
},
56+
"title": "FF_cablemesh_anchors_cmd",
57+
"uri": "FF_cablemesh_anchors_cmd.py"
58+
},
59+
{
60+
"id": "4c7b0644-0ce6-48ab-8a47-f77c16d827bc",
61+
"language": {
62+
"id": "*.*.python",
63+
"version": "3.*.*"
64+
},
65+
"title": "FF_cablemesh_constraints_cmd",
66+
"uri": "FF_cablemesh_constraints_cmd.py"
67+
},
68+
{
69+
"id": "ad32fa9f-3fec-4748-abbf-3a1f02bc9a5e",
70+
"language": {
71+
"id": "*.*.python",
72+
"version": "3.*.*"
73+
},
74+
"title": "FF_cablemesh_solve_fd_cmd",
75+
"uri": "FF_cablemesh_solve_fd_cmd.py"
76+
}
77+
]
78+
}

plugin/resources/FormFinder_logo.ai

Lines changed: 527 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)