script to import XML coordinate shape data to create a mask

What type of scripts do you need?

Moderator: byronnash

mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Hi all,

I'm afraid I'm having to conceed to defeat on this one. I've posted here and on Adobe Forums before as part of an ongoing project to use AE to colourise archive film. I'm now using Mocha as an organic roto tool. Imagineer Systems claim that Mocha is not able to directly send its shape data to AE to influence a mask - MochaAE has just been launched which will use the roto to affect a static image (cornerpinning) but this is not what I want to do - I want to take the bezier points roto'd in Mocha and use them to create a new mask in AE, and then to update the mask accordingly.

This is no easy task, and is beyond me. I have spent several weeks trying to create a looped array and to store this info in a database, but to no avail - I'm not that hot with scripting so can't get the XML into AE to influence a mask.

I've contacted Dan Eberts, who was interested but he's busy and suggests I try a scripter from this forum, hence the post.

If you're brave, want the challenge, and are prepared to make your finished code public, then please get in touch - I'd love to hear from you. Also contact me if you require more specific information.

Kind regards,

Matthew Bennett
http://colourisation.net
bradshaw1965
Posts: 98
Joined: March 14th, 2006, 2:16 pm
Location: Atlanta, GA
Contact:

Hey Matthew,

Would it be too much to ask for you to post a sample xml file? I've been experimenting with the new xml parsing in CS3, but I'd want to take a look at the structure of the file to see the structure of the vertices and see if it is a straight forward point to mask transfer, which wouldn't be a big deal, or more about translating the points to a different space, which is more of a struggle.

Best,

Dale
Dale Bradshaw
Technology Director | Primal Screen
creative-workflow-hacks.com
Atlanta, GA
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Hi Dale,

I'm using Mocha v1 and AE ver 7. You'll find the project as 3 RAR files here:

http://www.lifeisincolour.com/drwcol/research/Dan/

I'm thinking to use the "shake rotoshape.ssf" file

My initial thoughts were actually not to use programming, but a macro recorder as follows (my programming, parsing and lexing skills aren't great I'm afraid):

Use the mocha shape data and open it in MS Word
Use an Excel sheet to store data temporarily
Go to the end of the data and find (back) the line with "key_time" and record the number after this (72 in the above example) in the spreadsheet. This denotes the number of frames and in effect the number of masks which need to be created (probably using a DO...UNTIL loop).
Go to the start of the text
Find the next instance of "vertex_data" - the numbers after this are the respective x.y coordinates, so we'd need to record the numbers before and after the first period as two seperate number values.
Count the number of periods between "vertex_data" and the end of this line (at "key_time") This is the number of points used to create the mask. Store this for later use in the spreadsheet.
Get AE to create a mask on the active layer.
Update AE with the mask point (first point) using the coords you've just stored.
Repeat he vertex data action as many times as there are mask points.
Use the "center_x 450.331
center_y 303.335" coords to set the anchor point for the shape.
Move AE forward by one frame and add a keyframe to the timeline.
Repeat the above until all of the frames are done.
(end of DO...UNTIL loop)

That's pretty shaky pseudocode I know, but that's as far as I can take this on my own. I'll also post the .ssf file contents below for others to see.

I hope this helps Dale - please let me know if you can help me with this. What platform / language would you use to interpret the data? CAn it be done with macros alone in the way I've uggested above?

Over to you,

Matthew
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

shake_shape_data 4.0
motion_blur 0
shutter_timing 0
shutter_offset 0.0
num_shapes 1
shape_name Layer_1_0_mask
parent_name
closed 1
visible 1
locked 0
tangents 1
edge_shape 1
num_vertices 12
num_key_times 72
key_time 1
center_x 409.803
center_y 293.313
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.199 263.292 336.925 263.085 329.472 263.499 333.199 263.292 336.925 263.085 329.472 263.499 319.741 289.172 322.433 283.996 317.05 294.348 319.741 289.172 322.433 283.996 317.05 294.348 330.093 303.664 328.023 300.766 332.164 306.563 330.093 303.664 328.023 300.766 332.164 306.563 358.043 309.876 352.453 308.633 363.633 311.118 358.043 309.876 352.453 308.633 363.633 311.118 391.17 341.967 384.083 336.061 416.014 362.671 391.17 341.967 384.083 336.061 416.014 362.671 469.844 338.861 455.481 344.775 487.443 331.615 469.844 338.861 455.481 344.775 487.443 331.615 499.865 292.277 496.36 302.792 505.041 276.749 499.865 292.277 496.36 302.792 505.041 276.749 493.654 244.658 494.896 254.182 492.412 235.135 493.654 244.658 494.896 254.182 492.412 235.135 464.668 269.503 470.465 264.534 458.871 274.472 464.668 269.503 470.465 264.534 458.871 274.472 410.838 289.172 421.604 285.238 400.072 293.105 410.838 289.172 421.604 285.238 400.072 293.105 358.043 289.172 364.803 297.283 347.691 276.749 358.043 289.172 364.803 297.283 347.691 276.749 351.832 262.257 355.559 262.05 348.106 262.464 351.832 262.257 355.559 262.05 348.106 262.464
key_time 2
center_x 410.641
center_y 294.358
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.822 265.088 337.563 264.843 330.19 265.326 333.822 265.088 337.563 264.843 330.19 265.326 320.957 290.131 323.624 284.997 318.306 295.236 320.957 290.131 323.624 284.997 318.306 295.236 331.023 304.46 328.948 301.588 333.102 307.337 331.023 304.46 328.948 301.588 333.102 307.337 358.601 310.908 353.059 309.685 364.187 312.142 358.601 310.908 353.059 309.685 364.187 312.142 392.027 342.624 384.95 336.744 416.845 363.246 392.027 342.624 384.95 336.744 416.845 363.246 470.528 339.607 456.194 345.5 487.997 332.426 470.528 339.607 456.194 345.5 487.997 332.426 500.325 293.379 496.868 303.821 505.438 277.941 500.325 293.379 496.868 303.821 505.438 277.941 493.962 246.092 495.209 255.553 492.716 236.63 493.962 246.092 495.209 255.553 492.716 236.63 465.123 270.736 470.892 265.809 459.341 275.675 465.123 270.736 470.892 265.809 459.341 275.675 411.472 290.22 422.2 286.317 400.723 294.13 411.472 290.22 422.2 286.317 400.723 294.13 358.787 290.175 365.547 298.258 348.474 277.844 358.787 290.175 365.547 298.258 348.474 277.844 352.495 263.445 356.199 263.227 348.791 263.663 352.495 263.445 356.199 263.227 348.791 263.663
key_time 3
center_x 410.51
center_y 294.52
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.487 265.73 337.255 265.444 329.908 266.002 333.487 265.73 337.255 265.444 329.908 266.002 321.047 290.245 323.74 285.108 318.399 295.297 321.047 290.245 323.74 285.108 318.399 295.297 330.766 304.574 328.689 301.702 332.84 307.442 330.766 304.574 328.689 301.702 332.84 307.442 357.986 311.314 352.492 310.082 363.582 312.569 357.986 311.314 352.492 310.082 363.582 312.569 391.593 343.009 384.519 337.111 416.373 363.669 391.593 343.009 384.519 337.111 416.373 363.669 470.082 339.988 455.752 345.885 487.622 332.769 470.082 339.988 455.752 345.885 487.622 332.769 499.973 293.543 496.49 304.026 505.124 278.043 499.973 293.543 496.49 304.026 505.124 278.043 493.714 246.03 494.96 255.534 492.471 236.54 493.714 246.03 494.96 255.534 492.471 236.54 464.828 270.788 470.607 265.839 459.047 275.74 464.828 270.788 470.607 265.839 459.047 275.74 411.148 290.357 421.884 286.445 400.403 294.273 411.148 290.357 421.884 286.445 400.403 294.273 358.474 290.305 365.219 298.397 348.14 277.907 358.474 290.305 365.219 298.397 348.14 277.907 352.243 263.447 355.962 263.228 348.548 263.665 352.243 263.447 355.962 263.228 348.548 263.665
key_time 4
center_x 410.262
center_y 294.189
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 332.976 265.907 336.766 265.575 329.473 266.214 332.976 265.907 336.766 265.575 329.473 266.214 321.116 289.781 323.794 284.668 318.493 294.79 321.116 289.781 323.794 284.668 318.493 294.79 330.56 304.057 328.476 301.191 332.637 306.914 330.56 304.057 328.476 301.191 332.637 306.914 357.431 311.087 351.98 309.856 363.044 312.355 357.431 311.087 351.98 309.856 363.044 312.355 391.363 342.658 384.279 336.748 416.097 363.293 391.363 342.658 384.279 336.748 416.097 363.293 469.73 339.713 455.43 345.618 487.225 332.489 469.73 339.713 455.43 345.618 487.225 332.489 499.408 293.269 495.966 303.741 504.514 277.732 499.408 293.269 495.966 303.741 504.514 277.732 492.984 245.719 494.256 255.231 491.719 236.259 492.984 245.719 494.256 255.231 491.719 236.259 464.229 270.464 469.987 265.522 458.469 275.409 464.229 270.464 469.987 265.522 458.469 275.409 410.697 289.992 421.406 286.095 399.966 293.898 410.697 289.992 421.406 286.095 399.966 293.898 358.098 289.888 364.842 297.962 347.736 277.481 358.098 289.888 364.842 297.962 347.736 277.481 351.777 263.007 355.501 262.778 348.096 263.233 351.777 263.007 355.501 262.778 348.096 263.233
key_time 5
center_x 411.192
center_y 295.175
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.632 267.53 337.454 267.162 330.215 267.859 333.632 267.53 337.454 267.162 330.215 267.859 322.266 290.653 324.928 285.59 319.669 295.594 322.266 290.653 324.928 285.59 319.669 295.594 331.404 304.81 329.319 301.963 333.486 307.653 331.404 304.81 329.319 301.963 333.486 307.653 357.937 312.095 352.528 310.872 363.552 313.365 357.937 312.095 352.528 310.872 363.552 313.365 392.14 343.396 385.063 337.495 416.872 364.016 392.14 343.396 385.063 337.495 416.872 364.016 470.482 340.542 456.179 346.426 487.921 333.369 470.482 340.542 456.179 346.426 487.921 333.369 500.118 294.317 496.688 304.749 505.207 278.84 500.118 294.317 496.688 304.749 505.207 278.84 493.66 246.954 494.923 256.431 492.403 237.52 493.66 246.954 494.923 256.431 492.403 237.52 464.932 271.569 470.684 266.653 459.169 276.496 464.932 271.569 470.684 266.653 459.169 276.496 411.429 290.964 422.131 287.088 400.695 294.853 411.429 290.964 422.131 287.088 400.695 294.853 358.845 290.807 365.589 298.878 348.516 278.446 358.845 290.807 365.589 298.878 348.516 278.446 352.506 264.029 356.217 263.798 348.831 264.258 352.506 264.029 356.217 263.798 348.831 264.258
key_time 6
center_x 411.242
center_y 295.404
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.648 268.213 337.513 267.824 330.299 268.549 333.648 268.213 337.513 267.824 330.299 268.549 322.552 290.632 325.248 285.62 319.948 295.474 322.552 290.632 325.248 285.62 319.948 295.474 331.245 304.713 329.181 301.881 333.311 307.548 331.245 304.713 329.181 301.881 333.311 307.548 357.368 312.296 352.015 311.06 362.96 313.587 357.368 312.296 352.015 311.06 362.96 313.587 391.534 343.438 384.507 337.54 416.198 364.139 391.534 343.438 384.507 337.54 416.198 364.139 469.882 340.75 455.55 346.563 487.39 333.648 469.882 340.75 455.55 346.563 487.39 333.648 499.932 294.665 496.409 305.089 505.135 279.271 499.932 294.665 496.409 305.089 505.135 279.271 493.909 247.371 495.099 256.831 492.717 237.903 493.909 247.371 495.099 256.831 492.717 237.903 464.963 271.884 470.752 266.981 459.167 276.793 464.963 271.884 470.752 266.981 459.167 276.793 411.297 291.136 422.029 287.281 400.556 294.994 411.297 291.136 422.029 287.281 400.556 294.994 358.728 290.871 365.427 298.975 348.496 278.495 358.728 290.871 365.427 298.975 348.496 278.495 352.634 264.126 356.335 263.914 348.955 264.338 352.634 264.126 356.335 263.914 348.955 264.338
key_time 7
center_x 410.876
center_y 295.38
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.061 268.678 336.959 268.246 329.792 269.039 333.061 268.678 336.959 268.246 329.792 269.039 322.488 290.455 325.167 285.491 319.903 295.247 322.488 290.455 325.167 285.491 319.903 295.247 330.879 304.481 328.815 301.654 332.942 307.307 330.879 304.481 328.815 301.654 332.942 307.307 356.644 312.353 351.335 311.114 362.247 313.661 356.644 312.353 351.335 311.114 362.247 313.661 391.071 343.375 384.044 337.466 415.684 364.071 391.071 343.375 384.044 337.466 415.684 364.071 469.319 340.778 455.007 346.586 486.804 333.682 469.319 340.778 455.007 346.586 486.804 333.682 499.264 294.708 495.759 305.123 504.45 279.295 499.264 294.708 495.759 305.123 504.45 279.295 493.177 247.385 494.378 256.852 491.978 237.936 493.177 247.385 494.378 256.852 491.978 237.936 464.304 271.876 470.081 266.981 458.52 276.777 464.304 271.876 470.081 266.981 458.52 276.777 410.733 291.073 421.447 287.233 400.001 294.918 410.733 291.073 421.447 287.233 400.001 294.918 358.228 290.746 364.918 298.84 347.988 278.357 358.228 290.746 364.918 298.84 347.988 278.357 352.102 263.981 355.806 263.767 348.427 264.194 352.102 263.981 355.806 263.767 348.427 264.194
key_time 8
center_x 411.472
center_y 295.91
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.007 269.664 336.937 269.178 329.838 270.056 333.007 269.664 336.937 269.178 329.838 270.056 323.155 290.75 325.756 285.846 320.617 295.533 323.155 290.75 325.756 285.846 320.617 295.533 331.41 304.699 329.323 301.878 333.496 307.52 331.41 304.699 329.323 301.878 333.496 307.52 356.965 312.864 351.666 311.634 362.618 314.175 356.965 312.864 351.666 311.634 362.618 314.175 392.061 343.731 384.975 337.794 416.727 364.398 392.061 343.731 384.975 337.794 416.727 364.398 470.367 341.292 456.059 347.138 487.71 334.206 470.367 341.292 456.059 347.138 487.71 334.206 499.789 295.351 496.407 305.724 504.832 279.884 499.789 295.351 496.407 305.724 504.832 279.884 493.126 248.089 494.397 257.549 491.866 238.713 493.126 248.089 494.397 257.549 491.866 238.713 464.515 272.485 470.249 267.62 458.755 277.372 464.515 272.485 470.249 267.62 458.755 277.372 411.114 291.548 421.796 287.739 400.364 295.381 411.114 291.548 421.796 287.739 400.364 295.381 358.546 291.118 365.285 299.189 348.226 278.76 358.546 291.118 365.285 299.189 348.226 278.76 352.09 264.383 355.8 264.15 348.421 264.614 352.09 264.383 355.8 264.15 348.421 264.614
key_time 9
center_x 411.96
center_y 296.102
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.443 270.448 337.432 269.938 330.344 270.844 333.443 270.448 337.432 269.938 330.344 270.844 323.858 290.869 326.485 286.032 321.314 295.553 323.858 290.869 326.485 286.032 321.314 295.553 331.662 304.736 329.599 301.931 333.73 307.55 331.662 304.736 329.599 301.931 333.73 307.55 356.801 313.161 351.559 311.922 362.429 314.492 356.801 313.161 351.559 311.922 362.429 314.492 391.85 343.843 384.813 337.918 416.475 364.576 391.85 343.843 384.813 337.918 416.475 364.576 470.183 341.453 455.846 347.241 487.617 334.414 470.183 341.453 455.846 347.241 487.617 334.414 500.061 295.577 496.578 305.957 505.225 280.189 500.061 295.577 496.578 305.957 505.225 280.189 493.865 248.36 495.064 257.808 492.668 238.937 493.865 248.36 495.064 257.808 492.668 238.937 465.011 272.714 470.787 267.849 459.218 277.595 465.011 272.714 470.787 267.849 459.218 277.595 411.42 291.726 422.137 287.92 400.665 295.545 411.42 291.726 422.137 287.92 400.665 295.545 358.854 291.266 365.554 299.369 348.627 278.895 358.854 291.266 365.554 299.369 348.627 278.895 352.663 264.555 356.362 264.344 348.977 264.765 352.663 264.555 356.362 264.344 348.977 264.765
key_time 10
center_x 412.001
center_y 296.285
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.086 271.074 337.125 270.519 330.066 271.49 333.086 271.074 337.125 270.519 330.066 271.49 323.997 290.891 326.598 286.113 321.468 295.536 323.997 290.891 326.598 286.113 321.468 295.536 331.517 304.725 329.452 301.92 333.586 307.537 331.517 304.725 329.452 301.92 333.586 307.537 356.359 313.452 351.147 312.205 362.01 314.803 356.359 313.452 351.147 312.205 362.01 314.803 391.751 344.069 384.697 338.119 416.381 364.843 391.751 344.069 384.697 338.119 416.381 364.843 470.164 341.767 455.813 347.561 487.609 334.723 470.164 341.767 455.813 347.561 487.609 334.723 500.005 295.827 496.533 306.219 505.162 280.394 500.005 295.827 496.533 306.219 505.162 280.394 493.73 248.501 494.942 257.972 492.525 239.077 493.73 248.501 494.942 257.972 492.525 239.077 464.883 272.873 470.659 268.007 459.087 277.756 464.883 272.873 470.659 268.007 459.087 277.756 411.262 291.862 421.986 288.064 400.492 295.676 411.262 291.862 421.986 288.064 400.492 295.676 358.639 291.338 365.345 299.45 348.384 278.933 358.639 291.338 365.345 299.45 348.384 278.933 352.4 264.562 356.109 264.352 348.705 264.77 352.4 264.562 356.109 264.352 348.705 264.77
key_time 11
center_x 411.95
center_y 296.951
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 332.763 272.26 336.844 271.67 329.846 272.682 332.763 272.26 336.844 271.67 329.846 272.682 324.192 291.304 326.742 286.628 321.695 295.884 324.192 291.304 326.742 286.628 321.695 295.884 331.421 304.999 329.363 302.215 333.492 307.802 331.421 304.999 329.363 302.215 333.492 307.802 355.928 313.983 350.752 312.741 361.584 315.341 355.928 313.983 350.752 312.741 361.584 315.341 391.615 344.327 384.567 338.38 416.223 365.092 391.615 344.327 384.567 338.38 416.223 365.092 469.975 342.224 455.623 347.983 487.323 335.263 469.975 342.224 455.623 347.983 487.323 335.263 499.707 296.631 496.261 306.958 504.83 281.279 499.707 296.631 496.261 306.958 504.83 281.279 493.343 249.575 494.545 258.996 492.147 240.198 493.343 249.575 494.545 258.996 492.147 240.198 464.562 273.733 470.326 268.911 458.764 278.583 464.562 273.733 470.326 268.911 458.764 278.583 411.012 292.481 421.72 288.724 400.237 296.261 411.012 292.481 421.72 288.724 400.237 296.261 358.421 291.836 365.126 299.941 348.211 279.494 358.421 291.836 365.126 299.941 348.211 279.494 352.134 265.206 355.825 265.003 348.438 265.409 352.134 265.206 355.825 265.003 348.438 265.409
key_time 12
center_x 412.112
center_y 296.857
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 332.68 272.543 336.815 271.902 329.834 272.984 332.68 272.543 336.815 271.902 329.834 272.984 324.569 291.053 327.102 286.437 322.075 295.597 324.569 291.053 327.102 286.437 322.075 295.597 331.471 304.761 329.418 301.966 333.532 307.566 331.471 304.761 329.418 301.966 333.532 307.566 355.631 314.074 350.494 312.811 361.303 315.467 355.631 314.074 350.494 312.811 361.303 315.467 391.544 344.455 384.492 338.476 416.097 365.275 391.544 344.455 384.492 338.476 416.097 365.275 469.892 342.419 455.545 348.184 487.304 335.422 469.892 342.419 455.545 348.184 487.304 335.422 499.655 296.593 496.197 306.96 504.806 281.153 499.655 296.593 496.197 306.96 504.806 281.153 493.331 249.259 494.541 258.733 492.13 239.862 493.331 249.259 494.541 258.733 492.13 239.862 464.535 273.527 470.305 268.686 458.742 278.388 464.535 273.527 470.305 268.686 458.742 278.388 410.98 292.329 421.692 288.572 400.206 296.108 410.98 292.329 421.692 288.572 400.206 296.108 358.398 291.628 365.089 299.743 348.152 279.202 358.398 291.628 365.089 299.743 348.152 279.202 352.134 264.839 355.846 264.643 348.425 265.034 352.134 264.839 355.846 264.643 348.425 265.034
key_time 13
center_x 411.908
center_y 297.067
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 332.205 272.664 336.414 271.993 329.427 273.106 332.205 272.664 336.414 271.993 329.427 273.106 324.421 290.605 326.963 286.066 321.903 295.099 324.421 290.605 326.963 286.066 321.903 295.099 330.919 304.355 328.886 301.541 332.957 307.176 330.919 304.355 328.886 301.541 332.957 307.176 354.715 314.103 349.615 312.798 360.398 315.558 354.715 314.103 349.615 312.798 360.398 315.558 390.726 344.683 383.695 338.639 415.185 365.707 390.726 344.683 383.695 338.639 415.185 365.707 469.234 343.044 454.83 348.749 486.782 336.095 469.234 343.044 454.83 348.749 486.782 336.095 499.396 297.101 495.851 307.505 504.675 281.607 499.396 297.101 495.851 307.505 504.675 281.607 493.414 249.451 494.574 258.985 492.265 240.002 493.414 249.451 494.574 258.985 492.265 240.002 464.383 273.713 470.2 268.873 458.553 278.564 464.383 273.713 470.2 268.873 458.553 278.564 410.588 292.346 421.35 288.629 399.777 296.081 410.588 292.346 421.35 288.629 399.777 296.081 357.914 291.365 364.562 299.54 347.699 278.804 357.914 291.365 364.562 299.54 347.699 278.804 351.839 264.383 355.573 264.216 348.104 264.55 351.839 264.383 355.573 264.216 348.104 264.55
key_time 14
center_x 410.893
center_y 296.132
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 329.661 271.021 333.942 270.301 326.972 271.474 329.661 271.021 333.942 270.301 326.972 271.474 322.487 288.39 324.947 283.92 319.985 292.934 322.487 288.39 324.947 283.92 319.985 292.934 328.921 302.24 326.853 299.389 330.997 305.104 328.921 302.24 326.853 299.389 330.997 305.104 354.101 314.481 348.567 312.948 359.622 316.01 354.101 314.481 348.567 312.948 359.622 316.01 389.895 343.599 382.734 337.397 414.568 364.964 389.895 343.599 382.734 337.397 414.568 364.964 469.349 342.766 454.755 348.49 486.898 335.883 469.349 342.766 454.755 348.49 486.898 335.883 499.3 296.765 495.845 307.186 504.509 281.055 499.3 296.765 495.845 307.186 504.509 281.055 492.641 248.666 493.86 258.3 491.447 239.23 492.641 248.666 493.86 258.3 491.447 239.23 463.56 272.822 469.402 268.021 457.672 277.66 463.56 272.822 469.402 268.021 457.672 277.66 409.339 291.045 420.188 287.415 398.353 294.72 409.339 291.045 420.188 287.415 398.353 294.72 356.004 289.506 362.746 297.779 345.639 276.788 356.004 289.506 362.746 297.779 345.639 276.788 349.512 266.382 352.756 266.476 345.978 266.28 349.512 266.382 352.756 266.476 345.978 266.28
key_time 15
center_x 410.035
center_y 296.441
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 327.922 270.221 332.331 269.399 325.496 270.673 327.922 270.221 332.331 269.399 325.496 270.673 320.175 285.359 322.677 280.747 317.632 290.048 320.175 285.359 322.677 280.747 317.632 290.048 326.746 299.625 324.643 296.675 328.848 302.573 326.746 299.625 324.643 296.675 328.848 302.573 352.365 312.483 346.717 310.848 358.016 314.118 352.365 312.483 346.717 310.848 358.016 314.118 388.809 342.758 381.529 336.307 413.633 364.756 388.809 342.758 381.529 336.307 413.633 364.756 469.559 342.926 455.375 350.18 486.852 334.081 469.559 342.926 455.375 350.18 486.852 334.081 499.895 296.205 496.387 306.779 505.25 280.064 499.895 296.205 496.387 306.779 505.25 280.064 491.469 249.957 492.65 259.284 490.36 241.19 491.469 249.957 492.65 259.284 490.36 241.19 463.517 271.228 469.485 266.36 457.538 276.106 463.517 271.228 469.485 266.36 457.538 276.106 408.452 289.193 419.477 285.637 397.241 292.809 408.452 289.193 419.477 285.637 397.241 292.809 354.243 286.933 361.052 295.381 343.635 273.772 354.243 286.933 361.052 295.381 343.635 273.772 349.115 264.176 352.254 264.467 345.372 263.828 349.115 264.176 352.254 264.467 345.372 263.828
key_time 16
center_x 408.981
center_y 298.049
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 325.99 270.748 330.512 269.905 323.837 271.15 325.99 270.748 330.512 269.905 323.837 271.15 317.706 283.367 320.207 278.788 315.102 288.135 317.706 283.367 320.207 278.788 315.102 288.135 324.47 297.863 322.33 294.857 326.616 300.877 324.47 297.863 322.33 294.857 326.616 300.877 350.566 311.166 344.802 309.472 356.338 312.862 350.566 311.166 344.802 309.472 356.338 312.862 387.768 342.202 380.37 335.554 412.819 364.715 387.768 342.202 380.37 335.554 412.819 364.715 469.758 343.344 456.147 352.086 486.407 332.65 469.758 343.344 456.147 352.086 486.407 332.65 500.256 296.49 496.779 307.116 505.608 280.138 500.256 296.49 496.779 307.116 505.608 280.138 489.847 252.754 490.966 261.676 488.838 244.71 489.847 252.754 490.966 261.676 488.838 244.71 463.157 270.81 469.168 266.02 457.065 275.664 463.157 270.81 469.168 266.02 457.065 275.664 407.363 288.303 418.533 284.842 395.929 291.845 407.363 288.303 418.533 284.842 395.929 291.845 352.307 285.367 359.191 293.98 341.616 271.991 352.307 285.367 359.191 293.98 341.616 271.991 348.505 263.341 351.487 263.821 344.58 262.709 348.505 263.341 351.487 263.821 344.58 262.709
key_time 17
center_x 407.874
center_y 296.457
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 325.237 267.982 329.569 267.236 322.977 268.372 325.237 267.982 329.569 267.236 322.977 268.372 315.696 280.581 318.211 275.958 313.035 285.471 315.696 280.581 318.211 275.958 313.035 285.471 322.642 295.427 320.46 292.34 324.816 298.5 322.642 295.427 320.46 292.34 324.816 298.5 349.091 309.158 343.239 307.396 354.973 310.929 349.091 309.158 343.239 307.396 354.973 310.929 386.895 341.066 379.38 334.235 412.056 363.935 386.895 341.066 379.38 334.235 412.056 363.935 469.657 342.676 455.935 351.53 486.479 331.821 469.657 342.676 455.935 351.53 486.479 331.821 500.052 294.976 496.611 305.752 505.412 278.192 500.052 294.976 496.611 305.752 505.412 278.192 489.185 250.239 490.372 259.37 488.132 242.145 489.185 250.239 490.372 259.37 488.132 242.145 462.395 268.54 468.438 263.706 456.273 273.438 462.395 268.54 468.438 263.706 456.273 273.438 406.227 286.109 417.482 282.664 394.666 289.649 406.227 286.109 417.482 282.664 394.666 289.649 350.635 282.812 357.601 291.502 339.452 268.861 350.635 282.812 357.601 291.502 339.452 268.861 347.129 261.824 349.946 262.397 343.178 261.021 347.129 261.824 349.946 262.397 343.178 261.021
key_time 18
center_x 407.926
center_y 295.543
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 326.08 266.009 330.21 265.378 323.73 266.367 326.08 266.009 330.21 265.378 323.73 266.367 315.317 278.364 317.814 273.746 312.637 283.322 315.317 278.364 317.814 273.746 312.637 283.322 322.418 293.361 320.21 290.236 324.615 296.469 322.418 293.361 320.21 290.236 324.615 296.469 349.091 307.379 343.179 305.576 355.042 309.193 349.091 307.379 343.179 305.576 355.042 309.193 387.318 339.778 379.738 332.823 412.481 362.864 387.318 339.778 379.738 332.823 412.481 362.864 470.426 342.002 456.635 350.881 487.238 331.179 470.426 342.002 456.635 350.881 487.238 331.179 500.534 294.202 497.163 304.986 505.846 277.214 500.534 294.202 497.163 304.986 505.846 277.214 489.241 249.083 490.469 258.304 488.167 241.013 489.241 249.083 490.469 258.304 488.167 241.013 462.501 267.313 468.543 262.509 456.366 272.191 462.501 267.313 468.543 262.509 456.366 272.191 406.258 284.591 417.531 281.216 394.618 288.076 406.258 284.591 417.531 281.216 394.618 288.076 350.415 280.865 357.424 289.593 339.044 266.705 350.415 280.865 357.424 289.593 339.044 266.705 347.244 261.259 349.846 261.914 343.314 260.271 347.244 261.259 349.846 261.914 343.314 260.271
key_time 19
center_x 408.347
center_y 295.106
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 327.997 265.606 331.937 265.084 325.525 265.934 327.997 265.606 331.937 265.084 325.525 265.934 315.836 277.744 318.374 273.104 313.132 282.689 315.836 277.744 318.374 273.104 313.132 282.689 322.801 292.807 320.613 289.667 324.971 295.921 322.801 292.807 320.613 289.667 324.971 295.921 349.339 306.899 343.453 305.07 355.265 308.74 349.339 306.899 343.453 305.07 355.265 308.74 387.264 339.455 379.727 332.491 412.331 362.619 387.264 339.455 379.727 332.491 412.331 362.619 470.328 341.746 456.519 350.582 487.281 330.897 470.328 341.746 456.519 350.582 487.281 330.897 500.859 293.773 497.388 304.604 506.3 276.792 500.859 293.773 497.388 304.604 506.3 276.792 489.976 248.465 491.155 257.71 488.94 240.349 489.976 248.465 491.155 257.71 488.94 240.349 463.079 266.75 469.154 261.927 456.924 271.635 463.079 266.75 469.154 261.927 456.924 271.635 406.696 284.059 417.998 280.682 395.062 287.533 406.696 284.059 417.998 280.682 395.062 287.533 350.902 280.279 357.856 289.039 339.655 266.11 350.902 280.279 357.856 289.039 339.655 266.11 348.422 262.149 350.783 262.884 344.538 260.94 348.422 262.149 350.783 262.884 344.538 260.94
key_time 20
center_x 408.225
center_y 295.068
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 328.843 266.005 332.611 265.578 326.253 266.3 328.843 266.005 332.611 265.578 326.253 266.3 315.358 277.872 317.88 273.207 312.679 282.826 315.358 277.872 317.88 273.207 312.679 282.826 322.366 292.901 320.169 289.77 324.552 296.016 322.366 292.901 320.169 289.77 324.552 296.016 349.02 306.945 343.113 305.132 354.962 308.769 349.02 306.945 343.113 305.132 354.962 308.769 387.126 339.411 379.561 332.453 412.342 362.602 387.126 339.411 379.561 332.453 412.342 362.602 470.504 341.629 456.641 350.495 487.452 330.79 470.504 341.629 456.641 350.495 487.452 330.79 501.092 293.721 497.628 304.548 506.518 276.761 501.092 293.721 497.628 304.548 506.518 276.761 490.115 248.506 491.296 257.736 489.074 240.375 490.115 248.506 491.296 257.736 489.074 240.375 463.139 266.778 469.231 261.954 456.959 271.671 463.139 266.778 469.231 261.954 456.959 271.671 406.565 284.101 417.902 280.711 394.889 287.591 406.565 284.101 417.902 280.711 394.889 287.591 350.558 280.374 357.535 289.169 339.553 266.502 350.558 280.374 357.535 289.169 339.553 266.502 348.564 263.833 350.675 264.616 344.735 262.412 348.564 263.833 350.675 264.616 344.735 262.412
key_time 21
center_x 409.144
center_y 295.379
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 330.304 266.447 333.988 266.064 327.591 266.729 330.304 266.447 333.988 266.064 327.591 266.729 316.575 279.287 319.067 274.618 313.953 284.199 316.575 279.287 319.067 274.618 313.953 284.199 323.611 294.094 321.415 291.016 325.808 297.173 323.611 294.094 321.415 291.016 325.808 297.173 350.22 307.823 344.333 306.073 356.13 309.58 350.22 307.823 344.333 306.073 356.13 309.58 388.304 339.687 380.75 332.841 413.598 362.612 388.304 339.687 380.75 332.841 413.598 362.612 471.396 341.427 457.609 350.301 488.166 330.634 471.396 341.427 457.609 350.301 488.166 330.634 501.712 293.936 498.309 304.678 507.024 277.167 501.712 293.936 498.309 304.678 507.024 277.167 490.617 249.331 491.814 258.446 489.556 241.247 490.617 249.331 491.814 258.446 489.556 241.247 463.799 267.527 469.85 262.718 457.651 272.413 463.799 267.527 469.85 262.718 457.651 272.413 407.484 284.945 418.764 281.519 395.866 288.474 407.484 284.945 418.764 281.519 395.866 288.474 351.66 281.567 358.642 290.306 340.636 267.768 351.66 281.567 358.642 290.306 340.636 267.768 349.943 263.846 352.22 264.623 346.004 262.501 349.943 263.846 352.22 264.623 346.004 262.501
key_time 22
center_x 410.244
center_y 297.084
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 332.553 267.597 336.14 267.268 329.706 267.858 332.553 267.597 336.14 267.268 329.706 267.858 318.53 281.434 321.028 276.787 315.918 286.293 318.53 281.434 321.028 276.787 315.918 286.293 325.413 296.145 323.248 293.088 327.575 299.196 325.413 296.145 323.248 293.088 327.575 299.196 351.706 309.741 345.89 307.999 357.544 311.488 351.706 309.741 345.89 307.999 357.544 311.488 389.261 341.346 381.797 334.576 414.321 364.076 389.261 341.346 381.797 334.576 414.321 364.076 471.616 342.898 457.951 351.691 488.341 332.136 471.616 342.898 457.951 351.691 488.341 332.136 501.957 295.605 498.517 306.303 507.301 278.987 501.957 295.605 498.517 306.303 507.301 278.987 491.233 251.271 492.395 260.319 490.197 243.215 491.233 251.271 492.395 260.319 490.197 243.215 464.538 269.423 470.557 264.623 458.436 274.29 464.538 269.423 470.557 264.623 458.436 274.29 408.608 286.866 419.812 283.436 397.106 290.387 408.608 286.866 419.812 283.436 397.106 290.387 353.294 283.627 360.194 292.299 342.369 269.894 353.294 283.627 360.194 292.299 342.369 269.894 352.032 264.621 354.485 265.4 348.005 263.343 352.032 264.621 354.485 265.4 348.005 263.343
key_time 23
center_x 410.667
center_y 297.136
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 333.65 266.64 337.169 266.383 330.652 266.859 333.65 266.64 337.169 266.383 330.652 266.859 319.166 281.452 321.696 276.836 316.533 286.255 319.166 281.452 321.696 276.836 316.533 286.255 325.891 296.111 323.755 293.066 328.026 299.154 325.891 296.111 323.755 293.066 328.026 299.154 352.007 309.67 346.23 307.924 357.799 311.42 352.007 309.67 346.23 307.924 357.799 311.42 389.189 341.177 381.791 334.44 414.161 363.917 389.189 341.177 381.791 334.44 414.161 363.917 471.401 342.77 457.72 351.488 488.192 332.069 471.401 342.77 457.72 351.488 488.192 332.069 502.168 295.674 498.631 306.355 507.624 279.199 502.168 295.674 498.631 306.355 507.624 279.199 491.903 251.502 492.998 260.505 490.92 243.423 491.903 251.502 492.998 260.505 490.92 243.423 465.068 269.571 471.116 264.78 458.944 274.422 465.068 269.571 471.116 264.78 458.944 274.422 409.05 286.915 420.269 283.496 397.567 290.414 409.05 286.915 420.269 283.496 397.567 290.414 353.854 283.656 360.709 292.334 343.136 270.089 353.854 283.656 360.709 292.334 343.136 270.089 353.129 263.342 355.763 264.121 348.987 262.116 353.129 263.342 355.763 264.121 348.987 262.116
key_time 24
center_x 412.081
center_y 298.929
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 334.84 267.293 338.381 267.069 331.78 267.487 334.84 267.293 338.381 267.069 331.78 267.487 321.159 281.532 323.686 277.342 318.151 286.519 321.159 281.532 323.686 277.342 318.151 286.519 327.574 297.436 325.442 294.397 329.701 300.467 327.574 297.436 325.442 294.397 329.701 300.467 353.604 310.913 347.845 309.186 359.372 312.643 353.604 310.913 347.845 309.186 359.372 312.643 390.698 342.156 383.336 335.452 415.554 364.789 390.698 342.156 383.336 335.452 415.554 364.789 472.52 343.983 458.881 352.625 489.127 333.46 472.52 343.983 458.881 352.625 489.127 333.46 503.002 297.547 499.521 308.097 508.385 281.237 503.002 297.547 499.521 308.097 508.385 281.237 492.658 253.874 493.74 262.785 491.687 245.874 492.658 253.874 493.74 262.785 491.687 245.874 466.005 271.643 472.015 266.927 459.902 276.431 466.005 271.643 472.015 266.927 459.902 276.431 410.307 288.607 421.458 285.251 398.859 292.052 410.307 288.607 421.458 285.251 398.859 292.052 356.05 284.516 362.896 292.975 345.655 271.671 356.05 284.516 362.896 292.975 345.655 271.671 354.586 265.145 357.19 265.923 350.479 263.917 354.586 265.145 357.19 265.923 350.479 263.917
key_time 25
center_x 413.392
center_y 298.886
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 335.844 266.206 339.425 265.995 332.712 266.39 335.844 266.206 339.425 265.995 332.712 266.39 322.899 280.064 325.41 276.234 319.488 285.266 322.899 280.064 325.41 276.234 319.488 285.266 328.982 297.34 326.854 294.308 331.104 300.363 328.982 297.34 326.854 294.308 331.104 300.363 354.94 310.802 349.196 309.076 360.694 312.532 354.94 310.802 349.196 309.076 360.694 312.532 391.937 342.002 384.594 335.309 416.707 364.58 391.937 342.002 384.594 335.309 416.707 364.58 473.514 343.856 459.917 352.475 490.077 333.356 473.514 343.856 459.917 352.475 490.077 333.356 503.885 297.515 500.416 308.04 509.251 281.23 503.885 297.515 500.416 308.04 509.251 281.23 493.552 253.917 494.635 262.812 492.582 245.941 493.552 253.917 494.635 262.812 492.582 245.941 466.987 271.644 472.978 266.94 460.904 276.419 466.987 271.644 472.978 266.94 460.904 276.419 411.463 288.557 422.58 285.214 400.045 291.991 411.463 288.557 422.58 285.214 400.045 291.991 358.049 283.754 364.9 292.007 347.856 271.476 358.049 283.754 364.9 292.007 347.856 271.476 355.899 265.117 358.5 265.896 351.8 263.89 355.899 265.117 358.5 265.896 351.8 263.89
key_time 26
center_x 414.922
center_y 299.746
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 337.929 266.344 341.544 266.169 334.732 266.499 337.929 266.344 341.544 266.169 334.732 266.499 325.495 279.672 328.022 276.21 321.65 284.938 325.495 279.672 328.022 276.21 321.65 284.938 330.834 298.113 328.78 295.143 332.9 301.1 330.834 298.113 328.78 295.143 332.9 301.1 356.313 311.422 350.675 309.698 361.947 313.145 356.313 311.422 350.675 309.698 361.947 313.145 392.384 342.251 385.208 335.663 416.866 364.729 392.384 342.251 385.208 335.663 416.866 364.729 473.278 344.137 459.722 352.568 489.896 333.803 473.278 344.137 459.722 352.568 489.896 333.803 504.349 298.406 500.704 308.845 509.907 282.487 504.349 298.406 500.704 308.845 509.907 282.487 494.984 255.354 495.929 264.115 494.123 247.368 494.984 255.354 495.929 264.115 494.123 247.368 468.268 272.838 474.288 268.174 462.174 277.561 468.268 272.838 474.288 268.174 462.174 277.561 412.841 289.498 423.933 286.189 401.527 292.873 412.841 289.498 423.933 286.189 401.527 292.873 360.637 284.03 367.373 292.082 350.878 272.365 360.637 284.03 367.373 292.082 350.878 272.365 358.192 266.318 360.747 267.106 354.122 265.062 358.192 266.318 360.747 267.106 354.122 265.062
key_time 27
center_x 414.944
center_y 299.801
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 337.458 265.46 341.165 265.264 334.188 265.633 337.458 265.46 341.165 265.264 334.188 265.633 325.56 279.815 328.076 276.358 321.726 285.082 325.56 279.815 328.076 276.358 321.726 285.082 330.92 298.231 328.865 295.266 332.988 301.214 330.92 298.231 328.865 295.266 332.988 301.214 356.401 311.513 350.763 309.795 362.034 313.229 356.401 311.513 350.763 309.795 362.034 313.229 392.489 342.289 385.312 335.709 416.974 364.734 392.489 342.289 385.312 335.709 416.974 364.734 473.335 344.141 459.792 352.574 489.923 333.812 473.335 344.141 459.792 352.574 489.923 333.812 504.327 298.455 500.699 308.883 509.862 282.547 504.327 298.455 500.699 308.883 509.862 282.547 494.911 255.461 495.863 264.212 494.045 247.486 494.911 255.461 495.863 264.212 494.045 247.486 468.235 272.934 474.246 268.273 462.148 277.654 468.235 272.934 474.246 268.273 462.148 277.654 412.865 289.594 423.945 286.285 401.558 292.972 412.865 289.594 423.945 286.285 401.558 292.972 360.686 284.153 367.425 292.195 350.927 272.511 360.686 284.153 367.425 292.195 350.927 272.511 358.219 266.465 360.771 267.251 354.155 265.212 358.219 266.465 360.771 267.251 354.155 265.212
key_time 28
center_x 415.857
center_y 300.443
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 337.936 264.784 341.737 264.567 334.612 264.974 337.936 264.784 341.737 264.567 334.612 264.974 326.717 280.067 329.195 276.629 322.914 285.342 326.717 280.067 329.195 276.629 322.914 285.342 332.211 298.408 330.147 295.457 334.292 301.386 332.211 298.408 330.147 295.457 334.292 301.386 357.71 311.703 352.066 309.99 363.353 313.416 357.71 311.703 352.066 309.99 363.353 313.416 393.924 342.439 386.738 335.847 418.319 364.819 393.924 342.439 386.738 335.847 418.319 364.819 474.495 344.531 461.002 352.943 490.915 334.294 474.495 344.531 461.002 352.943 490.915 334.294 504.997 299.165 501.467 309.513 510.422 283.263 504.997 299.165 501.467 309.513 510.422 283.263 495.259 256.354 496.242 265.08 494.369 248.455 495.259 256.354 496.242 265.08 494.369 248.455 468.823 273.658 474.785 269.049 462.771 278.338 468.823 273.658 474.785 269.049 462.771 278.338 413.789 290.067 424.803 286.809 402.501 293.406 413.789 290.067 424.803 286.809 402.501 293.406 361.752 284.492 368.498 292.495 351.995 272.914 361.752 284.492 368.498 292.495 351.995 272.914 359.149 266.883 361.695 267.658 355.091 265.646 359.149 266.883 361.695 267.658 355.091 265.646
key_time 29
center_x 417.735
center_y 300.832
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 340.824 266.015 344.575 265.815 337.497 266.192 340.824 266.015 344.575 265.815 337.497 266.192 329.453 281.207 331.974 277.796 325.642 286.366 329.453 281.207 331.974 277.796 325.642 286.366 334.614 299.371 332.6 296.446 336.64 302.316 334.614 299.371 332.6 296.446 336.64 302.316 359.701 312.46 354.151 310.762 365.24 314.154 359.701 312.46 354.151 310.762 365.24 314.154 395.142 342.8 388.086 336.323 419.325 364.997 395.142 342.8 388.086 336.323 419.325 364.997 475.041 344.58 461.635 352.879 491.504 334.388 475.041 344.58 461.635 352.879 491.504 334.388 506.018 299.492 502.357 309.802 511.569 283.858 506.018 299.492 502.357 309.802 511.569 283.858 497.033 257.083 497.928 265.707 496.211 249.171 497.033 257.083 497.928 265.707 496.211 249.171 470.534 274.336 476.501 269.724 464.496 279.001 470.534 274.336 476.501 269.724 464.496 279.001 415.677 290.804 426.653 287.525 404.511 294.14 415.677 290.804 426.653 287.525 404.511 294.14 364.141 285.467 370.776 293.426 354.454 273.845 364.141 285.467 370.776 293.426 354.454 273.845 361.493 266.618 364.24 267.362 357.522 265.542 361.493 266.618 364.24 267.362 357.522 265.542
key_time 30
center_x 418.029
center_y 301.981
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 341.535 267.652 345.263 267.456 338.243 267.824 341.535 267.652 345.263 267.456 338.243 267.824 330.256 282.655 332.747 279.279 326.493 287.755 330.256 282.655 332.747 279.279 326.493 287.755 335.416 300.587 333.416 297.703 337.438 303.504 335.416 300.587 333.416 297.703 337.438 303.504 360.375 313.501 354.857 311.836 365.875 315.161 360.375 313.501 354.857 311.836 365.875 315.161 395.655 343.445 388.641 337.037 419.748 365.455 395.655 343.445 388.641 337.037 419.748 365.455 475.083 345.177 461.75 353.417 491.37 335.112 475.083 345.177 461.75 353.417 491.37 335.112 505.802 300.652 502.187 310.849 511.278 285.205 505.802 300.652 502.187 310.849 511.278 285.205 496.801 258.784 497.689 267.303 495.984 250.94 496.801 258.784 497.689 267.303 495.984 250.94 470.488 275.826 476.413 271.266 464.482 280.448 470.488 275.826 476.413 271.266 464.482 280.448 415.984 292.103 426.885 288.849 404.882 295.417 415.984 292.103 426.885 288.849 404.882 295.417 364.745 286.849 371.355 294.751 355.157 275.389 364.745 286.849 371.355 294.751 355.157 275.389 361.739 266.859 364.685 267.535 357.818 265.959 361.739 266.859 364.685 267.535 357.818 265.959
key_time 31
center_x 418.599
center_y 302.408
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 342.389 268.181 346.115 267.974 339.109 268.363 342.389 268.181 346.115 267.974 339.109 268.363 331.202 283.172 333.676 279.801 327.455 288.277 331.202 283.172 333.676 279.801 327.455 288.277 336.386 301.082 334.387 298.201 338.405 303.989 336.386 301.082 334.387 298.201 338.405 303.989 361.267 313.97 355.765 312.307 366.755 315.629 361.267 313.97 355.765 312.307 366.755 315.629 396.467 343.864 389.467 337.47 420.452 365.774 396.467 343.864 389.467 337.47 420.452 365.774 475.538 345.56 462.281 353.789 491.752 335.495 475.538 345.56 462.281 353.789 491.752 335.495 505.997 301.072 502.422 311.245 511.426 285.623 505.997 301.072 502.422 311.245 511.426 285.623 496.924 259.256 497.83 267.765 496.093 251.449 496.924 259.256 497.83 267.765 496.093 251.449 470.776 276.29 476.665 271.738 464.81 280.902 470.776 276.29 476.665 271.738 464.81 280.902 416.564 292.572 427.41 289.324 405.513 295.881 416.564 292.572 427.41 289.324 405.513 295.881 365.545 287.347 372.131 295.21 356.06 276.023 365.545 287.347 372.131 295.21 356.06 276.023 362.154 266 365.33 266.598 358.266 265.268 362.154 266 365.33 266.598 358.266 265.268
key_time 32
center_x 417.407
center_y 303.477
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 342.688 269.454 346.417 269.255 339.421 269.629 342.688 269.454 346.417 269.255 339.421 269.629 328.389 279.172 331.071 276.39 322.633 285.145 328.389 279.172 331.071 276.39 322.633 285.145 336.686 302.144 334.691 299.285 338.71 305.045 336.686 302.144 334.691 299.285 338.71 305.045 361.587 314.953 356.084 313.309 367.07 316.59 361.587 314.953 356.084 313.309 367.07 316.59 396.819 344.66 389.822 338.291 420.861 366.543 396.819 344.66 389.822 338.291 420.861 366.543 475.949 346.352 462.669 354.566 492.11 336.356 475.949 346.352 462.669 354.566 492.11 336.356 506.424 302.151 502.855 312.278 511.833 286.799 506.424 302.151 502.855 312.278 511.833 286.799 497.338 260.601 498.231 269.06 496.514 252.805 497.338 260.601 498.231 269.06 496.514 252.805 471.173 277.524 477.065 272.994 465.194 282.12 471.173 277.524 477.065 272.994 465.194 282.12 416.923 293.696 427.771 290.456 405.862 297 416.923 293.696 427.771 290.456 405.862 297 365.864 288.5 372.463 296.362 356.427 277.255 365.864 288.5 372.463 296.362 356.427 277.255 362.468 267.289 365.624 267.883 358.577 266.557 362.468 267.289 365.624 267.883 358.577 266.557
key_time 33
center_x 417.807
center_y 302.994
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 343.564 269.286 347.277 269.09 340.31 269.457 343.564 269.286 347.277 269.09 340.31 269.457 329.434 279.127 332.102 276.368 323.731 285.023 329.434 279.127 332.102 276.368 323.731 285.023 337.596 301.856 335.624 299.029 339.601 304.73 337.596 301.856 335.624 299.029 339.601 304.73 362.285 314.505 356.831 312.883 367.712 316.119 362.285 314.505 356.831 312.883 367.712 316.119 397.176 343.869 390.245 337.574 421.076 365.574 397.176 343.869 390.245 337.574 421.076 365.574 475.763 345.448 462.565 353.591 491.824 335.539 475.763 345.448 462.565 353.591 491.824 335.539 506.18 301.658 502.606 311.705 511.576 286.49 506.18 301.658 502.606 311.705 511.576 286.49 497.297 260.54 498.163 268.908 496.494 252.786 497.297 260.54 498.163 268.908 496.494 252.786 471.252 277.322 477.115 272.824 465.304 281.887 471.252 277.322 477.115 272.824 465.304 281.887 417.316 293.397 428.099 290.168 406.338 296.684 417.316 293.397 428.099 290.168 406.338 296.684 366.622 288.315 373.175 296.118 357.253 277.158 366.622 288.315 373.175 296.118 357.253 277.158 363.009 266.914 366.208 267.46 359.175 266.259 363.009 266.914 366.208 267.46 359.175 266.259
key_time 34
center_x 418.113
center_y 303.744
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 343.739 270.141 347.445 269.934 340.497 270.323 343.739 270.141 347.445 269.934 340.497 270.323 329.843 280.206 332.476 277.446 324.174 286.15 329.843 280.206 332.476 277.446 324.174 286.15 338.207 302.9 336.216 300.079 340.23 305.765 338.207 302.9 336.216 300.079 340.23 305.765 362.959 315.489 357.493 313.886 368.403 317.086 362.959 315.489 357.493 313.886 368.403 317.086 398.051 344.759 391.086 338.474 421.966 366.341 398.051 344.759 391.086 338.474 421.966 366.341 476.463 346.184 463.336 354.373 492.396 336.244 476.463 346.184 463.336 354.373 492.396 336.244 506.382 302.37 502.911 312.397 511.652 287.147 506.382 302.37 502.911 312.397 511.652 287.147 497.12 261.305 498.046 269.673 496.268 253.6 497.12 261.305 498.046 269.673 496.268 253.6 471.302 278.124 477.114 273.627 465.398 282.693 471.302 278.124 477.114 273.627 465.398 282.693 417.652 294.291 428.38 291.05 406.7 297.6 417.652 294.291 428.38 291.05 406.7 297.6 367.031 289.313 373.622 297.062 357.564 278.181 367.031 289.313 373.622 297.062 357.564 278.181 362.905 267.53 366.185 268.011 359.111 266.973 362.905 267.53 366.185 268.011 359.111 266.973
key_time 35
center_x 419.656
center_y 303.571
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 345.415 269.983 349.128 269.785 342.166 270.156 345.415 269.983 349.128 269.785 342.166 270.156 331.579 280.188 334.221 277.441 325.929 286.063 331.579 280.188 334.221 277.441 325.929 286.063 339.784 302.74 337.813 299.938 341.793 305.595 339.784 302.74 337.813 299.938 341.793 305.595 364.421 315.25 358.983 313.656 369.83 316.836 364.421 315.25 358.983 313.656 369.83 316.836 399.277 344.337 392.358 338.092 423.156 365.887 399.277 344.337 392.358 338.092 423.156 365.887 477.573 345.747 464.439 353.882 493.512 335.876 477.573 345.747 464.439 353.882 493.512 335.876 507.734 302.205 504.209 312.195 513.054 287.124 507.734 302.205 504.209 312.195 513.054 287.124 498.75 261.395 499.63 269.706 497.933 253.684 498.75 261.395 499.63 269.706 497.933 253.684 472.858 278.111 478.685 273.63 466.94 282.662 472.858 278.111 478.685 273.63 466.94 282.662 419.177 294.181 429.907 290.947 408.245 297.475 419.177 294.181 429.907 290.947 408.245 297.475 368.657 289.236 375.219 296.983 359.262 278.145 368.657 289.236 375.219 296.983 359.262 278.145 364.365 267.184 367.695 267.623 360.608 266.688 364.365 267.184 367.695 267.623 360.608 266.688
key_time 36
center_x 420.075
center_y 303.324
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 345.967 269.75 349.682 269.553 342.71 269.922 345.967 269.75 349.682 269.553 342.71 269.922 332.216 280.143 334.865 277.402 326.576 285.98 332.216 280.143 334.865 277.402 326.576 285.98 340.307 302.631 338.349 299.837 342.302 305.478 340.307 302.631 338.349 299.837 342.302 305.478 364.841 315.087 359.426 313.498 370.223 316.668 364.841 315.087 359.426 313.498 370.223 316.668 399.502 344.069 392.616 337.854 423.331 365.576 399.502 344.069 392.616 337.854 423.331 365.576 477.64 345.405 464.524 353.509 493.591 335.548 477.64 345.405 464.524 353.509 493.591 335.548 507.933 301.944 504.374 311.923 513.287 286.936 507.933 301.944 504.374 311.923 513.287 286.936 499.146 261.244 500.003 269.528 498.348 253.53 499.146 261.244 500.003 269.528 498.348 253.53 473.231 277.943 479.061 273.462 467.315 282.49 473.231 277.943 479.061 273.462 467.315 282.49 419.584 294.021 430.306 290.782 408.68 297.314 419.584 294.021 430.306 290.782 408.68 297.314 369.183 289.135 375.72 296.87 359.824 278.057 369.183 289.135 375.72 296.87 359.824 278.057 364.686 266.738 368.079 267.131 360.968 266.307 364.686 266.738 368.079 267.131 360.968 266.307
key_time 37
center_x 420.159
center_y 303.629
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 346.011 270.734 349.727 270.532 342.756 270.912 346.011 270.734 349.727 270.532 342.756 270.912 332.411 281.303 335.043 278.565 326.831 287.11 332.411 281.303 335.043 278.565 326.831 287.11 340.545 303.577 338.587 300.816 342.549 306.402 340.545 303.577 338.587 300.816 342.549 306.402 365.071 315.829 359.665 314.28 370.437 317.365 365.071 315.829 359.665 314.28 370.437 317.365 399.749 344.43 392.864 338.285 423.659 365.77 399.749 344.43 392.864 338.285 423.659 365.77 477.767 345.419 464.691 353.54 493.617 335.577 477.767 345.419 464.691 353.54 493.617 335.577 507.906 302.176 504.384 312.112 513.187 287.278 507.906 302.176 504.384 312.112 513.187 287.278 499.032 261.839 499.901 270.054 498.218 254.146 499.032 261.839 499.901 270.054 498.218 254.146 473.199 278.515 479.006 274.037 467.3 283.064 473.199 278.515 479.006 274.037 467.3 283.064 419.676 294.695 430.369 291.422 408.804 298.022 419.676 294.695 430.369 291.422 408.804 298.022 369.343 290.064 375.902 297.757 360.004 279.113 369.343 290.064 375.902 297.757 360.004 279.113 364.486 267.467 367.926 267.793 360.806 267.118 364.486 267.467 367.926 267.793 360.806 267.118
key_time 38
center_x 420.73
center_y 303.954
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 346.217 270.7 349.936 270.492 342.966 270.881 346.217 270.7 349.936 270.492 342.966 270.881 332.803 281.473 335.411 278.731 327.229 287.335 332.803 281.473 335.411 278.731 327.229 287.335 341.143 303.785 339.164 301.02 343.168 306.615 341.143 303.785 339.164 301.02 343.168 306.615 365.802 316.073 360.366 314.528 371.202 317.609 365.802 316.073 360.366 314.528 371.202 317.609 400.768 344.743 393.835 338.569 424.727 366.081 400.768 344.743 393.835 338.569 424.727 366.081 478.872 345.795 465.802 353.959 494.645 335.944 478.872 345.795 465.802 353.959 494.645 335.944 508.657 302.514 505.217 312.443 513.85 287.528 508.657 302.514 505.217 312.443 513.85 287.528 499.417 262.113 500.333 270.351 498.565 254.45 499.417 262.113 500.333 270.351 498.565 254.45 473.706 278.792 479.489 274.322 467.822 283.341 473.706 278.792 479.489 274.322 467.822 283.341 420.273 294.953 430.95 291.689 409.38 298.283 420.273 294.953 430.95 291.689 409.38 298.283 369.849 290.276 376.45 297.958 360.437 279.323 369.849 290.276 376.45 297.958 360.437 279.323 364.471 267.243 367.998 267.501 360.828 266.975 364.471 267.243 367.998 267.501 360.828 266.975
key_time 39
center_x 421.111
center_y 303.916
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 346.693 270.492 350.419 270.277 343.42 270.682 346.693 270.492 350.419 270.277 343.42 270.682 333.343 281.536 335.968 278.788 327.743 287.395 333.343 281.536 335.968 278.788 327.743 287.395 341.553 303.943 339.583 301.164 343.561 306.774 341.553 303.943 339.583 301.164 343.561 306.774 366.118 316.257 360.702 314.697 371.502 317.807 366.118 316.257 360.702 314.697 371.502 317.807 400.889 345.016 393.981 338.844 424.787 366.364 400.889 345.016 393.981 338.844 424.787 366.364 478.898 345.97 465.847 354.129 494.761 336.053 478.898 345.97 465.847 354.129 494.761 336.053 508.88 302.443 505.385 312.419 514.139 287.428 508.88 302.443 505.385 312.419 514.139 287.428 499.866 261.861 500.767 270.126 499.028 254.169 499.866 261.861 500.767 270.126 499.028 254.169 474.096 278.655 479.89 274.155 468.216 283.222 474.096 278.655 479.89 274.155 468.216 283.222 420.639 294.963 431.323 291.678 409.77 298.304 420.639 294.963 431.323 291.678 409.77 298.304 370.298 290.331 376.865 298.019 360.899 279.326 370.298 290.331 376.865 298.019 360.899 279.326 364.737 266.794 368.347 267.003 361.128 266.584 364.737 266.794 368.347 267.003 361.128 266.584
key_time 40
center_x 421.448
center_y 303.358
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 347.016 269.433 350.759 269.216 343.708 269.625 347.016 269.433 350.759 269.216 343.708 269.625 333.661 280.755 336.321 278 328.009 286.61 333.661 280.755 336.321 278 328.009 286.61 341.695 303.331 339.735 300.527 343.681 306.174 341.695 303.331 339.735 300.527 343.681 306.174 366.187 315.745 360.783 314.156 371.561 317.324 366.187 315.745 360.783 314.156 371.561 317.324 400.761 344.729 393.875 338.534 424.609 366.185 400.761 344.729 393.875 338.534 424.609 366.185 478.855 345.719 465.776 353.865 494.879 335.738 478.855 345.719 465.776 353.865 494.879 335.738 509.235 301.881 505.649 311.927 514.614 286.817 509.235 301.881 505.649 311.927 514.614 286.817 500.549 260.997 501.417 269.311 499.74 253.248 500.549 260.997 501.417 269.311 499.74 253.248 474.608 277.904 480.439 273.372 468.706 282.492 474.608 277.904 480.439 273.372 468.706 282.492 420.95 294.314 431.678 291.018 410.075 297.655 420.95 294.314 431.678 291.018 410.075 297.655 370.588 289.629 377.115 297.357 361.215 278.532 370.588 289.629 377.115 297.357 361.215 278.532 364.905 265.512 368.606 265.679 361.321 265.35 364.905 265.512 368.606 265.679 361.321 265.35
key_time 41
center_x 421.694
center_y 302.878
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 346.795 268.333 350.558 268.101 343.457 268.539 346.795 268.333 350.558 268.101 343.457 268.539 333.522 279.997 336.192 277.218 327.816 285.937 333.522 279.997 336.192 277.218 327.816 285.937 341.651 302.847 339.672 300.007 343.647 305.713 341.651 302.847 339.672 300.007 343.647 305.713 366.276 315.413 360.84 313.799 371.693 317.021 366.276 315.413 360.84 313.799 371.693 317.021 401.07 344.75 394.134 338.49 424.984 366.329 401.07 344.75 394.134 338.49 424.984 366.329 479.484 345.753 466.374 353.969 495.612 335.646 479.484 345.753 466.374 353.969 495.612 335.646 509.866 301.384 506.283 311.524 515.261 286.115 509.866 301.384 506.283 311.524 515.261 286.115 501.031 260.002 501.933 268.417 500.197 252.216 501.031 260.002 501.933 268.417 500.197 252.216 475.032 277.115 480.877 272.539 469.122 281.741 475.032 277.115 480.877 272.539 469.122 281.741 421.202 293.723 431.969 290.404 410.283 297.088 421.202 293.723 431.969 290.404 410.283 297.088 370.623 288.98 377.175 296.745 361.162 277.767 370.623 288.98 377.175 296.745 361.162 277.767 364.536 264.16 368.356 264.262 360.975 264.066 364.536 264.16 368.356 264.262 360.975 264.066
key_time 42
center_x 422.337
center_y 302.331
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 347.398 267.036 351.175 266.794 344.029 267.251 347.398 267.036 351.175 266.794 344.029 267.251 334.177 279.016 336.873 276.224 328.407 284.994 334.177 279.016 336.873 276.224 328.407 284.994 342.214 302.123 340.236 299.244 344.194 305.005 342.214 302.123 340.236 299.244 344.194 305.005 366.796 314.853 361.364 313.2 372.22 316.504 366.796 314.853 361.364 313.2 372.22 316.504 401.481 344.548 394.549 338.238 425.306 366.241 401.481 344.548 394.549 338.238 425.306 366.241 479.918 345.656 466.806 353.876 496.188 335.457 479.918 345.656 466.806 353.876 496.188 335.457 510.496 300.844 506.859 311.066 515.978 285.439 510.496 300.844 506.859 311.066 515.978 285.439 501.83 259.006 502.726 267.504 501.005 251.18 501.83 259.006 502.726 267.504 501.005 251.18 475.75 276.272 481.615 271.661 469.838 280.92 475.75 276.272 481.615 271.661 469.838 280.92 421.832 292.995 432.623 289.673 410.909 296.357 421.832 292.995 432.623 289.673 410.909 296.357 371.254 288.14 377.769 295.94 361.789 276.808 371.254 288.14 377.769 295.94 361.789 276.808 364.956 262.632 368.884 262.679 361.425 262.589 364.956 262.632 368.884 262.679 361.425 262.589
key_time 43
center_x 422.36
center_y 301.625
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 347.422 266.142 351.215 265.905 344.026 266.353 347.422 266.142 351.215 265.905 344.026 266.353 334.066 278.173 336.797 275.374 328.253 284.129 334.066 278.173 336.797 275.374 328.253 284.129 341.93 301.383 339.964 298.489 343.894 304.275 341.93 301.383 339.964 298.489 343.894 304.275 366.468 314.175 361.044 312.503 371.882 315.844 366.468 314.175 361.044 312.503 371.882 315.844 400.993 344.01 394.081 337.686 424.824 365.813 400.993 344.01 394.081 337.686 424.824 365.813 479.622 345.14 466.456 353.346 496.042 334.904 479.622 345.14 466.456 353.346 496.042 334.904 510.653 300.136 506.92 310.411 516.253 284.725 510.653 300.136 506.92 310.411 516.253 284.725 502.316 258.11 503.171 266.636 501.525 250.227 502.316 258.11 503.171 266.636 501.525 250.227 476.025 275.447 481.934 270.811 470.077 280.112 476.025 275.447 481.934 270.811 470.077 280.112 421.828 292.232 432.675 288.898 410.884 295.595 421.828 292.232 432.675 288.898 410.884 295.595 371.162 287.345 377.653 295.187 361.723 275.943 371.162 287.345 377.653 295.187 361.723 275.943 365.061 261.722 368.999 261.786 361.514 261.664 365.061 261.722 368.999 261.786 361.514 261.664
key_time 44
center_x 422.829
center_y 301.65
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 347.846 266.24 351.627 265.992 344.465 266.462 347.846 266.24 351.627 265.992 344.465 266.462 334.603 278.289 337.308 275.487 328.808 284.293 334.603 278.289 337.308 275.487 328.808 284.293 342.627 301.512 340.646 298.617 344.604 304.401 342.627 301.512 340.646 298.617 344.604 304.401 367.219 314.297 361.784 312.631 372.651 315.961 367.219 314.297 361.784 312.631 372.651 315.961 401.909 344.13 394.969 337.8 425.735 365.862 401.909 344.13 394.969 337.8 425.735 365.862 480.413 345.206 467.298 353.446 496.745 334.945 480.413 345.206 467.298 353.446 496.745 334.945 511.056 300.145 507.402 310.413 516.564 284.667 511.056 300.145 507.402 310.413 516.564 284.667 502.418 258.094 503.32 266.632 501.589 250.246 502.418 258.094 503.32 266.632 501.589 250.246 476.301 275.462 482.173 270.828 470.387 280.129 476.301 275.462 482.173 270.828 470.387 280.129 422.322 292.298 433.127 288.962 411.393 295.672 422.322 292.298 433.127 288.962 411.393 295.672 371.704 287.443 378.217 295.254 362.205 276.049 371.704 287.443 378.217 295.254 362.205 276.049 365.422 261.805 369.369 261.853 361.886 261.761 365.422 261.805 369.369 261.853 361.886 261.761
key_time 45
center_x 424.51
center_y 301.82
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 349.618 266.274 353.42 266.021 346.198 266.501 349.618 266.274 353.42 266.021 346.198 266.501 336.215 278.454 338.969 275.637 330.354 284.45 336.215 278.454 338.969 275.637 330.354 284.45 344.002 301.882 342.035 298.958 345.953 304.784 344.002 301.882 342.035 298.958 345.953 304.784 368.507 314.753 363.088 313.058 373.924 316.448 368.507 314.753 363.088 313.058 373.924 316.448 402.944 344.818 396.029 338.472 426.749 366.666 402.944 344.818 396.029 338.472 426.749 366.666 481.604 345.797 468.453 354.038 498.157 335.425 481.604 345.797 468.453 354.038 498.157 335.425 512.805 300.275 509.024 310.645 518.471 284.737 512.805 300.275 509.024 310.645 518.471 284.737 504.61 257.842 505.471 266.443 503.815 249.912 504.61 257.842 505.471 266.443 503.815 249.912 478.247 275.409 484.17 270.718 472.304 280.114 478.247 275.409 484.17 270.718 472.304 280.114 423.968 292.474 434.836 289.102 413.033 295.867 423.968 292.474 434.836 289.102 413.033 295.867 373.295 287.642 379.771 295.498 363.803 276.125 373.295 287.642 379.771 295.498 363.803 276.125 367.281 261.774 371.251 261.841 363.726 261.713 367.281 261.774 371.251 261.841 363.726 261.713
key_time 46
center_x 425.514
center_y 301.078
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 351.095 265.953 354.894 265.706 347.669 266.176 351.095 265.953 354.894 265.706 347.669 266.176 337.622 278.104 340.397 275.299 331.771 284.02 337.622 278.104 340.397 275.299 331.771 284.02 345.159 301.415 343.219 298.505 347.082 304.301 345.159 301.415 343.219 298.505 347.082 304.301 369.458 314.184 364.087 312.496 374.822 315.87 369.458 314.184 364.087 312.496 374.822 315.87 403.492 344.053 396.645 337.764 427.206 365.833 403.492 344.053 396.645 337.764 427.206 365.833 481.877 344.883 468.753 353.065 498.473 334.535 481.877 344.883 468.753 353.065 498.473 334.535 513.406 299.504 509.54 309.857 519.153 284.109 513.406 299.504 509.54 309.857 519.153 284.109 505.642 257.273 506.45 265.822 504.89 249.326 505.642 257.273 506.45 265.822 504.89 249.326 479.201 274.81 485.137 270.118 473.255 279.51 479.201 274.81 485.137 270.118 473.255 279.51 424.944 291.901 435.806 288.517 414.061 295.292 424.944 291.901 435.806 288.517 414.061 295.292 374.489 287.184 380.908 295.027 365.1 275.713 374.489 287.184 380.908 295.027 365.1 275.713 368.741 261.44 372.684 261.523 365.188 261.366 368.741 261.44 372.684 261.523 365.188 261.366
key_time 47
center_x 426.067
center_y 301.934
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 351.782 266.621 355.576 266.371 348.356 266.847 351.782 266.621 355.576 266.371 348.356 266.847 338.326 278.792 341.101 275.986 332.461 284.719 338.326 278.792 341.101 275.986 332.461 284.719 345.839 302.165 343.901 299.245 347.756 305.052 345.839 302.165 343.901 299.245 347.756 305.052 370.093 314.982 364.729 313.282 375.453 316.682 370.093 314.982 364.729 313.282 375.453 316.682 404.057 344.949 397.219 338.647 427.694 366.733 404.057 344.949 397.219 338.647 427.694 366.733 482.311 345.837 469.212 354.009 498.921 335.474 482.311 345.837 469.212 354.009 498.921 335.474 513.808 300.369 509.94 310.733 519.567 284.938 513.808 300.369 509.94 310.733 519.567 284.938 506.076 258.03 506.887 266.6 505.325 250.088 506.076 258.03 506.887 266.6 505.325 250.088 479.671 275.591 485.601 270.896 473.738 280.29 479.671 275.591 485.601 270.896 473.738 280.29 425.496 292.685 436.344 289.309 414.63 296.067 425.496 292.685 436.344 289.309 414.63 296.067 375.127 287.92 381.527 295.758 365.731 276.411 375.127 287.92 381.527 295.758 365.731 276.411 369.4 262.109 373.353 262.194 365.853 262.033 369.4 262.109 373.353 262.194 365.853 262.033
key_time 48
center_x 427.521
center_y 301.41
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 353.198 266.485 356.984 266.226 349.782 266.72 353.198 266.485 356.984 266.226 349.782 266.72 339.817 278.664 342.574 275.855 333.983 284.61 339.817 278.664 342.574 275.855 333.983 284.61 347.442 301.976 345.493 299.067 349.37 304.855 347.442 301.976 345.493 299.067 349.37 304.855 371.734 314.715 366.365 313.033 377.101 316.395 371.734 314.715 366.365 313.033 377.101 316.395 405.814 344.548 398.957 338.267 429.494 366.237 405.814 344.548 398.957 338.267 429.494 366.237 483.99 345.257 470.93 353.461 500.52 334.875 483.99 345.257 470.93 353.461 500.52 334.875 515.224 299.804 511.414 310.155 520.907 284.369 515.224 299.804 511.414 310.155 520.907 284.369 507.286 257.563 508.129 266.117 506.506 249.643 507.286 257.563 508.129 266.117 506.506 249.643 480.998 275.15 486.9 270.452 475.088 279.854 480.998 275.15 486.9 270.452 475.088 279.854 426.966 292.334 437.786 288.939 416.117 295.738 426.966 292.334 437.786 288.939 416.117 295.738 376.627 287.692 383.05 295.5 367.199 276.232 376.627 287.692 383.05 295.5 367.199 276.232 370.775 261.943 374.723 262.013 367.234 261.88 370.775 261.943 374.723 262.013 367.234 261.88
key_time 49
center_x 429.888
center_y 302.371
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 355.723 267.401 359.516 267.162 352.303 267.616 355.723 267.401 359.516 267.162 352.303 267.616 342.237 279.484 345.015 276.692 336.404 285.348 342.237 279.484 345.015 276.692 336.404 285.348 349.673 302.674 347.748 299.779 351.585 305.549 349.673 302.674 347.748 299.779 351.585 305.549 373.871 315.381 368.523 313.7 379.206 317.058 373.871 315.381 368.523 313.7 379.206 317.058 407.719 345.1 400.91 338.843 431.373 366.834 407.719 345.1 400.91 338.843 431.373 366.834 485.92 345.942 472.811 354.079 502.493 335.657 485.92 345.942 472.811 354.079 502.493 335.657 517.539 300.809 513.649 311.121 523.306 285.524 517.539 300.809 513.649 311.121 523.306 285.524 509.945 258.8 510.725 267.302 509.217 250.864 509.945 258.8 510.725 267.302 509.217 250.864 483.502 276.239 489.438 271.566 477.557 280.919 483.502 276.239 489.438 271.566 477.557 280.919 429.308 293.228 440.155 289.856 418.452 296.602 429.308 293.228 440.155 289.856 418.452 296.602 378.987 288.524 385.378 296.355 369.669 277.107 378.987 288.524 385.378 296.355 369.669 277.107 373.344 262.915 377.264 263.005 369.798 262.834 373.344 262.915 377.264 263.005 369.798 262.834
key_time 50
center_x 431.429
center_y 302.125
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 357.656 267.354 361.452 267.124 354.225 267.562 357.656 267.354 361.452 267.124 354.225 267.562 344.074 279.416 346.879 276.634 338.235 285.207 344.074 279.416 346.879 276.634 338.235 285.207 351.254 302.539 349.356 299.651 353.138 305.405 351.254 302.539 349.356 299.651 353.138 305.405 375.269 315.194 369.962 313.511 380.558 316.872 375.269 315.194 369.962 313.511 380.558 316.872 408.739 344.809 401.992 338.591 432.306 366.531 408.739 344.809 401.992 338.591 432.306 366.531 486.766 345.59 473.661 353.668 503.416 335.327 486.766 345.59 473.661 353.668 503.416 335.327 518.785 300.553 514.797 310.86 524.653 285.385 518.785 300.553 514.797 310.86 524.653 285.385 511.641 258.66 512.363 267.129 510.962 250.697 511.641 258.66 512.363 267.129 510.962 250.697 485.073 276.073 491.034 271.396 479.115 280.748 485.073 276.073 491.034 271.396 479.115 280.748 430.819 293.058 441.676 289.681 419.998 296.423 430.819 293.058 441.676 289.681 419.998 296.423 380.652 288.405 386.988 296.24 371.432 277.002 380.652 288.405 386.988 296.24 371.432 277.002 375.286 262.867 379.187 262.976 371.739 262.769 375.286 262.867 379.187 262.976 371.739 262.769
key_time 51
center_x 432.93
center_y 301.181
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 359.085 266.979 362.868 266.728 355.669 267.206 359.085 266.979 362.868 266.728 355.669 267.206 345.642 279.089 348.415 276.296 339.843 284.93 345.642 279.089 348.415 276.296 339.843 284.93 353.027 302.172 351.107 299.294 354.93 305.027 353.027 302.172 351.107 299.294 354.93 305.027 377.115 314.727 371.796 313.07 382.42 316.381 377.115 314.727 371.796 313.07 382.42 316.381 410.799 344.197 404.013 338.002 434.425 365.767 410.799 344.197 404.013 338.002 434.425 365.767 488.683 344.674 475.652 352.816 505.212 334.346 488.683 344.674 475.652 352.816 505.212 334.346 520.217 299.532 516.332 309.837 525.956 284.308 520.217 299.532 516.332 309.837 525.956 284.308 512.692 257.687 513.479 266.154 511.955 249.762 512.692 257.687 513.479 266.154 511.955 249.762 486.34 275.196 492.25 270.505 480.427 279.888 486.34 275.196 492.25 270.505 480.427 279.888 432.349 292.385 443.155 288.972 421.558 295.792 432.349 292.385 443.155 288.972 421.558 295.792 382.235 287.93 388.611 295.714 372.937 276.579 382.235 287.93 388.611 295.714 372.937 276.579 376.639 262.425 380.543 262.508 373.102 262.351 376.639 262.425 380.543 262.508 373.102 262.351
key_time 52
center_x 435.122
center_y 303.065
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 361.407 268.482 365.181 268.237 357.998 268.704 361.407 268.482 365.181 268.237 357.998 268.704 347.985 280.551 350.754 277.767 342.179 286.39 347.985 280.551 350.754 277.767 342.179 286.39 355.353 303.649 353.438 300.766 357.251 306.506 355.353 303.649 353.438 300.766 357.251 306.506 379.398 316.267 374.085 314.596 384.7 317.934 379.398 316.267 374.085 314.596 384.7 317.934 413.019 345.822 406.248 339.608 436.551 367.415 413.019 345.822 406.248 339.608 436.551 367.415 490.771 346.513 477.749 354.621 507.283 336.231 490.771 346.513 477.749 354.621 507.283 336.231 522.259 301.471 518.377 311.754 528.005 286.247 522.259 301.471 518.377 311.754 528.005 286.247 514.754 259.617 515.534 268.086 514.026 251.711 514.754 259.617 515.534 268.086 514.026 251.711 488.443 277.048 494.348 272.379 482.536 281.72 488.443 277.048 494.348 272.379 482.536 281.72 434.542 294.083 445.331 290.705 423.758 297.459 434.542 294.083 445.331 290.705 423.758 297.459 384.514 289.491 390.868 297.275 375.233 278.122 384.514 289.491 390.868 297.275 375.233 278.122 378.932 263.978 382.836 264.066 375.403 263.899 378.932 263.978 382.836 264.066 375.403 263.899
key_time 53
center_x 436.512
center_y 303.475
color_r 1.0
color_g 1.0
color_b 1.0
color_a 1.0
vertex_data 363.174 268.956 366.952 268.718 359.75 269.173 363.174 268.956 366.952 268.718 359.75 269.173 349.652 281.03 352.451 278.253 343.82
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

sorry Dale - copy & paste has only given you 2/3rds of the file, but you will find the original in the RAR fileset I gave you. The rest of the file is in the same structure (just the rest of the vertex data, to frame 72)

Matthew
Matthew
bradshaw1965
Posts: 98
Joined: March 14th, 2006, 2:16 pm
Location: Atlanta, GA
Contact:

Hey Matthew,

I was hoping that the xml file you mentioned earlier would have been part of the exported formats, but it looks like they are recommending you use a shake export file? Also noticed that there were several other data formats included in your post, have you looked at some of the other scripts out there that might work to repurpose, including

http://www.redefinery.com/ae/view.php?item=rd_Fumes

Jeff's Combustion tracker data script

and

http://www.aenhancers.com/viewtopic.php?=&p=1861

A shake tracker data import (which is unfortunately obfuscated and may not be much use for reverse enginering)

You'd obviously need to build mask elements instead of tracker data, but in most scripts the parsing problem is tougher then using the data.

Also, are the rotos linear between vertice points? the shake file doesn't seem to include vertice tangents, just points.

The workflow is pretty straight forward.

1. build a file object and bring the data into AE

2.parse the data. This is where an xml file would be a bit easier, but even still, it's mainly a matter of reading in a line of data, dividing it up into useful bits, and then applying that data. Jeff's rd_Fumes is a really good example of parsing a data format

3. apply the data to a Mask object after you've imported

I think the pseudo-code you provided is a reasonable break down of the steps involved, but you won't need a spreadsheet, you can do everything you need to do in AE/Extendscript.

So, I think first order of business is to decide on the data format. Are the files in the rar all of the possible formats? Who recommended ssf?

and then decide if it's got usable data. At first glance, all of the vertices appear to be linear, is that usable? Are they in relationship that we can just have the vertices in an array and do something like

Code: Select all

	maskPath = new Shape();
	maskPath.vertices = allOurParsedVertices;
	maskPath.inTangents = allOurParsedVertices.inTangents;
	maskPath.outTangents = allOurParsedVerticesoutTangents;
	mask.property("ADBE Mask Shape").setValue(maskPath);
If that's the case, we have a much easier problem then if the export vertices are really designed to be used in Shake, Combustion, etc. At this point, I don't have any idea either way.

I realize I'm being a bit round about here, but I think it'll be useful to really define the scope of the problem to figure out how to attack it.
Dale Bradshaw
Technology Director | Primal Screen
creative-workflow-hacks.com
Atlanta, GA
User avatar
monter
Posts: 21
Joined: July 15th, 2004, 1:03 am
Location: Russia, Moskow
Contact:

mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Hi Dale,

Thanks for looking into this - I really appreciate your help and as you can see I think that if we can crack this one it will benefit the whole community.

Why Shake? No reason - I just picked one of the output formats from Mocha at random. We can try another if you think it will be easier.

My extendscript isn't that great - if we can store the coordinate data and update the mask and loop the process within extendscript then I'll take your lead on this one.

To answer your question, yes, these are bezier points, curved and each point has a different curvature. This as you say is not reflected in the ssf file. Perhaps we should use one of the other formats instead.

I think using fumes would be a good starting point - I already use rotae.jsx to convert tracker points back to masks, so perhaps this is the final part of the problem? If fumes converts a combustion roto data file to tracking data, then rotae should finish the job.

http://www.aenhancers.com/viewtopic.php?t=329

Now - how to fit these scripts into a workflow...

Best regards,

Matthew
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Thanks Monter - I'll take a look...

Best regards,

Matthew
bradshaw1965
Posts: 98
Joined: March 14th, 2006, 2:16 pm
Location: Atlanta, GA
Contact:

Hey Matthew,

Looks like monter has a working solution for what you want to do.

Edit 9:30 a.m. EST

ahh, just remembered you were putting this all under creative commons. That might present a problem. license wise. hate to reinvent the wheel though.

Hey Monter,

When you buy a license of the script, is it still obfuscated or do you get source rights also? I'm not familar with the .ssf format, and I noticed you were getting full curves, how are the tangents stored?


Best,

Dale
Dale Bradshaw
Technology Director | Primal Screen
creative-workflow-hacks.com
Atlanta, GA
User avatar
monter
Posts: 21
Joined: July 15th, 2004, 1:03 am
Location: Russia, Moskow
Contact:

Code: Select all

// monter www.aeclub.net
// 08.08.2007
   	var shake_shape_data, motion_blur, num_shapes, shape_name, closed_mask, visible_mask, num_vertices, num_key_times, key_time, MotorPointData, frame, x, y, frameTime;
   	var color_r, color_g, color_b, color_a;

KeyFlag = 0
function SetMask(obj,Shape_Vertices_,Shape_inTans_,Shape_outTans_ , shape_name,tttt){
	newMask = obj.mask.addProperty("ADBE Mask Atom");
	MShape = new Shape(); 
	MShape.vertices = Shape_Vertices_;
	MShape.inTangents = Shape_inTans_;
	MShape.outTangents = Shape_outTans_;
	MShape.closed = closed_mask;
	newMask.maskShape.setValue(MShape);		
	newMask.name = shape_name;
	obj.Masks.property(shape_name).property("ADBE Mask Shape").addKey(tttt/activeItem.frameRate);
return 
}

function AddMask(obj,Shape_Vertices_,Shape_inTans_,Shape_outTans_ , shape_name,tttt){
	MShape = new Shape(); 
	MShape.vertices = Shape_Vertices_;
	MShape.inTangents = Shape_inTans_;
	MShape.outTangents = Shape_outTans_;
var sourceMask1 = obj.Masks.property(shape_name).property("ADBE Mask Shape").setValueAtTime(tttt/activeItem.frameRate,MShape);
}
	
function RemoveSpaces(s) {
 var str = s;
 do { str = str.replace('\u0009',' '); } while (str.indexOf('\u0009')!=-1);
 do { str = str.replace('  ',' '); } while (str.indexOf('  ')!=-1);
 return str;
}	

function setFirstMask(num_vertices ,arreyMask, shape_name,tt){
 Shape_Vertices = new Array();
 Shape_inTans = new Array();
 Shape_outTans = new Array();

	for (var t = 0; t < num_vertices; ++t)
	{
	x = arreyMask.split(" ")[t*12+1];
	y = comp.height-arreyMask.split(" ")[t*12+2];
	Shape_Vertices[Shape_Vertices.length] = [x,y];
	
	in_x = -(x - arreyMask.split(" ")[t*12+3]);
	in_y = -(y - (comp.height-arreyMask.split(" ")[t*12+4]))
	Shape_inTans[Shape_inTans.length] = [in_x,in_y];

	out_x = -(x - arreyMask.split(" ")[t*12+5])
	out_y = -(y - (comp.height-arreyMask.split(" ")[t*12+6]))
	Shape_outTans[Shape_outTans.length] = [out_x,out_y];
	}
	 activeItem = app.project.activeItem;
	 activeComp = activeItem;
	 selectedLayers = activeComp.selectedLayers;
	 sel = selectedLayers[0]
	if( KeyFlag == 0) { KeyFlag = 1;
	SetMask(sel,Shape_Vertices,Shape_inTans,Shape_outTans, shape_name,tt);
	}
	else{
	AddMask(sel,Shape_Vertices,Shape_inTans,Shape_outTans, shape_name,tt);
	}
}

function Help() {
alert("monter www.aeclub.net \r\n www.videoediting.ru","www.aeclub.net" );
}

function RunMotor() {
//alert("DEMO\n\rmonter www.aeclub.net \r\n www.videoediting.ru","DEMO" );
		if (app.project == null)
			return;
		comp = app.project.activeItem;
		if ((comp == null) || !(comp instanceof CompItem))
		{
			alert("Select Composition");
			return;
		}
		if (comp.selectedLayers.length != 1)
		{
			alert("Select Layer");
			return;
		}
		
		MotorDataFile = fileGetDialog("Select Shake file *.ssf","TEXT ssf");
		if ((MotorDataFile == null) || !MotorDataFile.exists)
			return;
		EditText1= MotorDataFile.name;
   		app.beginUndoGroup("Motor2AE");
   		MotorDataFile.open("r");

	var matches = new Array;
	tt =0;
	shape_name = ""
		while (!MotorDataFile.eof)
   		{
   			MotorPointData = MotorDataFile.readln();
   			if (MotorDataFile.eof)
   				break;
   			if (MotorPointData=="")
   				continue;
   			str = RemoveSpaces(MotorPointData);

   			if (str.split(" ")[0]=="num_vertices") {
   			num_vertices = parseFloat(str.split(" ")[1]);
   			}   

   			if (str.split(" ")[0]=="shape_name") {
   			shape_name = str.split(" ")[1]; KeyFlag = 0; tt =0;
   			}  

   			if (str.split(" ")[0]=="closed") {
   			if (str.split(" ")[1]==1)closed_mask = true else closed_mask = false
   			}  

   			if (str.split(" ")[0]=="key_time") {
   			key_time = (str.split(" ")[1] - 1); tt = key_time;
   			}  

   			if (str.split(" ")[0]=="vertex_data") {
   			vertex_data = str;
   			setFirstMask(num_vertices, vertex_data, shape_name,tt);
   			}   
   		}
   		MotorDataFile.close();
   		app.endUndoGroup();

}

function Run() {
   if (RadioButton3.value == true)
      	RunMotor();
}

// main

w = new Window("palette", "undefined");
w.bounds = [300,50,440,130];
Panel1 = w.add("panel", [8,5,130,45],"Import mask *.ssf" );
RadioButton3 = Panel1.add("radiobutton", [5,15,100,30],"Motor");
ButtonOK = w.add("button", [10,50,55,70],"OK", {name:'OK'} );
ButtonCancel = w.add("button", [60,50,105,70],"Cancel", {name:'Cancel'} );
ButtonHelp = w.add("button", [110,50,130,70],"?" );

RadioButton3.value = true;
ButtonOK.onClick = function () {Run()};
ButtonCancel.onClick = function () {this.parent.close(0)};
ButtonHelp.onClick = function () {Help()};
w.center();
w.show();
bradshaw1965
Posts: 98
Joined: March 14th, 2006, 2:16 pm
Location: Atlanta, GA
Contact:

Hey monter,

Thanks for making the source available.

Best,

Dale
Dale Bradshaw
Technology Director | Primal Screen
creative-workflow-hacks.com
Atlanta, GA
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Wonderful.

Many thakns to your all, particularly Monter for the code. This is extremely useful.

Just to clarify - the wiki is under creative commons - just the workflow is protected and not any code, so there's shouldn't be a problem there.

Again,

Many thanks for your help.

Kind regards,

Matthew
mattybennett
Posts: 12
Joined: March 15th, 2006, 6:34 am
Location: Worcester, UK
Contact:

Ok, I'm being a bit dim - I've tried creating data with both Motor and Mocha, but I'm missing the information as to how to best use these JSX files. I had hoped that I could use fumes and then rotoae, but fumes is only creating one track point which is way off.

Monter's script made a good mask, but I didn't see how I should use it to move the mask - I must be doing something wrong.

I've put all of the exported data (shape and tracking) in all formats you can get from Mocha in the zip file below. I've also got a copy of Motor so can produce in that format too - there may be a difference in the code affecting the parsing, but if we can I want to stick with a Mocha-friendly solution:

http://www.lifeisincolour.com/drwcol/re ... esults.zip

I hope this helps - sorry I'm being dim, but its not my field. Any chance of a 'Janet and John' guide anyone? :roll:

Best regards,

Matthew Bennett
http://colourisation.net
bradshaw1965
Posts: 98
Joined: March 14th, 2006, 2:16 pm
Location: Atlanta, GA
Contact:

Hey Matty,

When I used monter's script with the .ssf file you provided I got useful masks for your image sequences. There was a mask key on every frame that moved accordingly.

Best,

Dale
Dale Bradshaw
Technology Director | Primal Screen
creative-workflow-hacks.com
Atlanta, GA
Post Reply