|
1 | 1 | { |
2 | 2 | "meta": { |
3 | 3 | "format": "animated-java:format/blueprint", |
4 | | - "format_version": "1.8.0-beta.4", |
| 4 | + "format_version": "1.8.1", |
5 | 5 | "uuid": "167b27cd-b559-3f13-a97c-0841fe21f1d1", |
6 | 6 | "save_location": "D:\\github-repos\\animated-java\\old-animated-java\\test-packs\\latest\\blueprints\\armor_stand_latest.ajblueprint", |
7 | 7 | "last_used_export_namespace": "armor_stand" |
|
17 | 17 | "data_pack": "../datapacks/animated_java", |
18 | 18 | "on_summon_function": "say On-Summon!", |
19 | 19 | "on_remove_function": "say On-Remove!", |
20 | | - "auto_update_rig_orientation": false, |
21 | 20 | "baked_animations": false, |
22 | 21 | "json_file": "../testPluginExport.json" |
23 | 22 | }, |
|
2089 | 2088 | "override": false, |
2090 | 2089 | "length": 1, |
2091 | 2090 | "snapping": 20, |
2092 | | - "selected": true, |
| 2091 | + "selected": false, |
2093 | 2092 | "saved": true, |
2094 | 2093 | "path": "", |
2095 | 2094 | "anim_time_update": "", |
|
2298 | 2297 | ] |
2299 | 2298 | } |
2300 | 2299 | } |
| 2300 | + }, |
| 2301 | + { |
| 2302 | + "uuid": "8b5ebbc6-1189-bb9a-00f6-6ef68e212fc1", |
| 2303 | + "name": "camera_test", |
| 2304 | + "loop": "loop", |
| 2305 | + "override": false, |
| 2306 | + "length": 90, |
| 2307 | + "snapping": 20, |
| 2308 | + "selected": true, |
| 2309 | + "saved": true, |
| 2310 | + "path": "", |
| 2311 | + "anim_time_update": "", |
| 2312 | + "blend_weight": "", |
| 2313 | + "start_delay": "", |
| 2314 | + "loop_delay": "0", |
| 2315 | + "excluded_nodes": [], |
| 2316 | + "animators": { |
| 2317 | + "3ffeee76-901e-f8a2-c29a-82f90e16fd1e": { |
| 2318 | + "name": "camera", |
| 2319 | + "type": "camera", |
| 2320 | + "keyframes": [ |
| 2321 | + { |
| 2322 | + "channel": "position", |
| 2323 | + "data_points": [ |
| 2324 | + { |
| 2325 | + "x": "math.sin(q.life_time * 4) * 100", |
| 2326 | + "y": "0", |
| 2327 | + "z": "math.cos(q.life_time * 4) * 100" |
| 2328 | + } |
| 2329 | + ], |
| 2330 | + "uuid": "7ea87827-b1e4-6f50-5a62-b4a2b3e25b54", |
| 2331 | + "time": 0, |
| 2332 | + "color": -1, |
| 2333 | + "interpolation": "linear", |
| 2334 | + "easing": "linear", |
| 2335 | + "easingArgs": [] |
| 2336 | + }, |
| 2337 | + { |
| 2338 | + "channel": "rotation", |
| 2339 | + "data_points": [ |
| 2340 | + { |
| 2341 | + "x": "0", |
| 2342 | + "y": "q.life_time * 4", |
| 2343 | + "z": "0" |
| 2344 | + } |
| 2345 | + ], |
| 2346 | + "uuid": "3e52691f-2314-0f11-1f4f-d6ce872df516", |
| 2347 | + "time": 0, |
| 2348 | + "color": -1, |
| 2349 | + "interpolation": "linear", |
| 2350 | + "easing": "linear", |
| 2351 | + "easingArgs": [] |
| 2352 | + } |
| 2353 | + ] |
| 2354 | + } |
| 2355 | + } |
2301 | 2356 | } |
2302 | 2357 | ], |
2303 | 2358 | "animation_variable_placeholders": "v.walk_speed = 360 * 1;\nv.run_speed = 360 * 1.5;\nv.stickbug_speed = 360 * 1.25;\n" |
|
0 commit comments