Skip to content

Commit

Permalink
db update
Browse files Browse the repository at this point in the history
  • Loading branch information
kko8 committed May 30, 2019
1 parent a4a477c commit 77ae92a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
4 changes: 2 additions & 2 deletions EVE/genes/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{"code": "SHOT_102",
"sg_cut_out": 100,
"sg_sequence": {"name": "010"},
"assets": [{"name": "CITY"}],
"assets": [{"name": "CITY"}, {"name": "ROMA"}],
"fxs": [{"name": "VANISH"}],
"description":"Vanish continue COLSE UP. Vanish time shift +230"},

Expand Down Expand Up @@ -231,7 +231,7 @@
"sg_sequence": {"name": "010"},
"assets": [{"name": "CITY"}],
"fxs": [{"name": "BRK"}],
"description":"BREAK completed from top. Time shift BRK + 320"},
"description":"BREAK completed from top. Time shift BRK + 360"},

{"code": "SHOT_320",
"sg_cut_out": 125,
Expand Down
48 changes: 14 additions & 34 deletions EVE/genes/render.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,31 @@
[
{
"hip": "001",
"end": "195",
"range": "001 - 195",
"start": "154",
"S": "290",
"exr": "005",
"done": "001 - 153",
"E": "010"
},
{
"hip": "001",
"end": "65",
"S": "190",
"start": "1",
"range": "001 - 065",
"exr": "008",
"done": "",
"E": "010"
},
{
"hip": "001",
"end": "90",
"S": "220",
"start": "1",
"range": "001 - 090",
"end": "100",
"S": "102",
"start": "30",
"range": "001 - 100",
"exr": "003",
"done": "",
"done": "001 - 029",
"E": "010"
},
{
"hip": "001",
"end": "110",
"range": "001 - 110",
"end": "125",
"range": "001 - 125",
"start": "1",
"S": "300",
"exr": "003",
"S": "320",
"exr": "004",
"done": "",
"E": "010"
},
{
"hip": "001",
"end": "100",
"S": "301",
"hip": "002",
"end": "60",
"S": "302",
"start": "1",
"range": "001 - 100",
"exr": "004",
"range": "001 - 060",
"exr": "005",
"done": "",
"E": "010"
}
Expand Down

0 comments on commit 77ae92a

Please sign in to comment.