From 8fd64d1d3770c95e2a7cba1049e909cadb4e1fbf Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 29 Jul 2019 11:11:41 -0600 Subject: [PATCH] add igors mask svgs, add composer clear_color pref, remove key DEL for mask gui, add clear_color to vframe, colorBoxBtn tweaks --- cinelerra-5.1/cinelerra/appearanceprefs.C | 37 ++ cinelerra-5.1/cinelerra/appearanceprefs.h | 14 + cinelerra-5.1/cinelerra/appearanceprefs.inc | 1 + cinelerra-5.1/cinelerra/cwindowtool.C | 15 +- cinelerra-5.1/cinelerra/cwindowtool.h | 1 - cinelerra-5.1/cinelerra/edlsession.C | 16 +- cinelerra-5.1/cinelerra/edlsession.h | 3 + cinelerra-5.1/cinelerra/playback3d.C | 19 +- cinelerra-5.1/cinelerra/playback3d.h | 3 +- cinelerra-5.1/cinelerra/videodevice.C | 3 + cinelerra-5.1/cinelerra/virtualvconsole.C | 6 +- cinelerra-5.1/doc/shortcuts.html | 12 +- cinelerra-5.1/guicast/bccmdl.py | 44 +- cinelerra-5.1/guicast/bccmodels.h | 7 +- cinelerra-5.1/guicast/bcxfer.C | 89 +++- cinelerra-5.1/guicast/bcxfer.h | 21 +- cinelerra-5.1/guicast/vframe.C | 25 +- cinelerra-5.1/guicast/vframe.h | 11 +- cinelerra-5.1/guicast/vframe3d.C | 10 +- cinelerra-5.1/plugins/gradient/gradient.C | 14 +- .../plugins/sketcher/sketcherwindow.C | 6 - .../plugins/theme_blond/mask_all_linear.png | Bin 0 -> 422 bytes .../plugins/theme_blond/mask_all_smooth.png | Bin 0 -> 699 bytes .../plugins/theme_blond/mask_button_dn.png | Bin 0 -> 313 bytes .../plugins/theme_blond/mask_button_hi.png | Bin 0 -> 503 bytes .../plugins/theme_blond/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_blond/mask_crv_linear.png | Bin 0 -> 462 bytes .../plugins/theme_blond/mask_crv_smooth.png | Bin 0 -> 633 bytes .../plugins/theme_blond/mask_pnt_linear.png | Bin 0 -> 530 bytes .../plugins/theme_blond/mask_pnt_smooth.png | Bin 0 -> 546 bytes .../plugins/theme_blond/mask_prst_crc.png | Bin 0 -> 583 bytes .../plugins/theme_blond/mask_prst_load.png | Bin 0 -> 301 bytes .../plugins/theme_blond/mask_prst_ovl.png | Bin 0 -> 513 bytes .../plugins/theme_blond/mask_prst_save.png | Bin 0 -> 317 bytes .../plugins/theme_blond/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_blond/mask_prst_tri.png | Bin 0 -> 492 bytes .../plugins/theme_blond/mask_prst_trsh.png | Bin 0 -> 239 bytes .../plugins/theme_blond/mask_pstn_cen.png | Bin 0 -> 399 bytes .../plugins/theme_blond/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../plugins/theme_blond/mask_scale_chkd.png | Bin 0 -> 478 bytes .../plugins/theme_blond/mask_scale_chkdhi.png | Bin 0 -> 480 bytes .../plugins/theme_blond/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_blond/mask_scale_uphi.png | Bin 0 -> 503 bytes .../plugins/theme_blond/mask_scale_x.png | Bin 0 -> 394 bytes .../plugins/theme_blond/mask_scale_xdown.png | Bin 0 -> 609 bytes .../plugins/theme_blond/mask_scale_xy.png | Bin 0 -> 714 bytes .../plugins/theme_blond/mask_scale_xydown.png | Bin 0 -> 1035 bytes .../plugins/theme_blond/mask_scale_y.png | Bin 0 -> 386 bytes .../plugins/theme_blond/mask_scale_ydown.png | Bin 0 -> 653 bytes .../source_SVG/mask_all_linear.svg | 261 ++++++++++ .../source_SVG/mask_all_smooth.svg | 309 ++++++++++++ .../theme_blond/source_SVG/mask_button_dn.svg | 261 ++++++++++ .../theme_blond/source_SVG/mask_button_hi.svg | 285 +++++++++++ .../theme_blond/source_SVG/mask_button_up.svg | 208 ++++++++ .../source_SVG/mask_crv_linear.svg | 195 ++++++++ .../source_SVG/mask_crv_smooth.svg | 254 ++++++++++ .../source_SVG/mask_pnt_linear.svg | 187 +++++++ .../source_SVG/mask_pnt_smooth.svg | 245 ++++++++++ .../theme_blond/source_SVG/mask_prst_crc.svg | 210 ++++++++ .../theme_blond/source_SVG/mask_prst_load.svg | 246 ++++++++++ .../theme_blond/source_SVG/mask_prst_ovl.svg | 208 ++++++++ .../theme_blond/source_SVG/mask_prst_save.svg | 246 ++++++++++ .../theme_blond/source_SVG/mask_prst_sqr.svg | 208 ++++++++ .../theme_blond/source_SVG/mask_prst_tri.svg | 206 ++++++++ .../theme_blond/source_SVG/mask_prst_trsh.svg | 246 ++++++++++ .../theme_blond/source_SVG/mask_pstn_cen.svg | 228 +++++++++ .../theme_blond/source_SVG/mask_pstn_nrm.svg | 265 ++++++++++ .../source_SVG/mask_scale_chkd.svg | 285 +++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 297 ++++++++++++ .../theme_blond/source_SVG/mask_scale_up.svg | 219 +++++++++ .../source_SVG/mask_scale_uphi.svg | 296 ++++++++++++ .../theme_blond/source_SVG/mask_scale_x.svg | 219 +++++++++ .../source_SVG/mask_scale_xdown.svg | 297 ++++++++++++ .../theme_blond/source_SVG/mask_scale_xy.svg | 239 +++++++++ .../source_SVG/mask_scale_xydown.svg | 317 ++++++++++++ .../theme_blond/source_SVG/mask_scale_y.svg | 219 +++++++++ .../source_SVG/mask_scale_ydown.svg | 297 ++++++++++++ .../theme_blond/source_SVG/unclear.svg | 218 +++++++++ .../theme_blond/source_SVG/unclear_dn.svg | 261 ++++++++++ .../theme_blond/source_SVG/unclear_hi.svg | 285 +++++++++++ .../theme_blond/source_SVG/unclear_up.svg | 208 ++++++++ cinelerra-5.1/plugins/theme_blond/unclear.png | Bin 0 -> 568 bytes .../plugins/theme_blond/unclear_dn.png | Bin 0 -> 313 bytes .../plugins/theme_blond/unclear_hi.png | Bin 0 -> 503 bytes .../plugins/theme_blond/unclear_up.png | Bin 0 -> 167 bytes .../theme_blond_cv/mask_all_linear.png | Bin 0 -> 422 bytes .../theme_blond_cv/mask_all_smooth.png | Bin 0 -> 699 bytes .../plugins/theme_blond_cv/mask_button_dn.png | Bin 0 -> 864 bytes .../plugins/theme_blond_cv/mask_button_hi.png | Bin 0 -> 811 bytes .../plugins/theme_blond_cv/mask_button_up.png | Bin 0 -> 167 bytes .../theme_blond_cv/mask_crv_linear.png | Bin 0 -> 462 bytes .../theme_blond_cv/mask_crv_smooth.png | Bin 0 -> 633 bytes .../theme_blond_cv/mask_pnt_linear.png | Bin 0 -> 530 bytes .../theme_blond_cv/mask_pnt_smooth.png | Bin 0 -> 546 bytes .../plugins/theme_blond_cv/mask_prst_crc.png | Bin 0 -> 583 bytes .../plugins/theme_blond_cv/mask_prst_load.png | Bin 0 -> 301 bytes .../plugins/theme_blond_cv/mask_prst_ovl.png | Bin 0 -> 513 bytes .../plugins/theme_blond_cv/mask_prst_save.png | Bin 0 -> 317 bytes .../plugins/theme_blond_cv/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_blond_cv/mask_prst_tri.png | Bin 0 -> 492 bytes .../plugins/theme_blond_cv/mask_prst_trsh.png | Bin 0 -> 239 bytes .../plugins/theme_blond_cv/mask_pstn_cen.png | Bin 0 -> 399 bytes .../plugins/theme_blond_cv/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../theme_blond_cv/mask_scale_chkd.png | Bin 0 -> 941 bytes .../theme_blond_cv/mask_scale_chkdhi.png | Bin 0 -> 915 bytes .../plugins/theme_blond_cv/mask_scale_up.png | Bin 0 -> 167 bytes .../theme_blond_cv/mask_scale_uphi.png | Bin 0 -> 812 bytes .../plugins/theme_blond_cv/mask_scale_x.png | Bin 0 -> 394 bytes .../theme_blond_cv/mask_scale_xdown.png | Bin 0 -> 1081 bytes .../plugins/theme_blond_cv/mask_scale_xy.png | Bin 0 -> 714 bytes .../theme_blond_cv/mask_scale_xydown.png | Bin 0 -> 1167 bytes .../plugins/theme_blond_cv/mask_scale_y.png | Bin 0 -> 386 bytes .../theme_blond_cv/mask_scale_ydown.png | Bin 0 -> 1065 bytes .../source_SVG/mask_all_linear.svg | 376 ++++++++++++++ .../source_SVG/mask_all_smooth.svg | 424 ++++++++++++++++ .../source_SVG/mask_button_dn.svg | 344 +++++++++++++ .../source_SVG/mask_button_hi.svg | 344 +++++++++++++ .../source_SVG/mask_button_up.svg | 323 +++++++++++++ .../source_SVG/mask_crv_linear.svg | 310 ++++++++++++ .../source_SVG/mask_crv_smooth.svg | 369 ++++++++++++++ .../source_SVG/mask_pnt_linear.svg | 302 ++++++++++++ .../source_SVG/mask_pnt_smooth.svg | 360 ++++++++++++++ .../source_SVG/mask_prst_crc.svg | 325 +++++++++++++ .../source_SVG/mask_prst_load.svg | 361 ++++++++++++++ .../source_SVG/mask_prst_ovl.svg | 323 +++++++++++++ .../source_SVG/mask_prst_save.svg | 361 ++++++++++++++ .../source_SVG/mask_prst_sqr.svg | 323 +++++++++++++ .../source_SVG/mask_prst_tri.svg | 321 ++++++++++++ .../source_SVG/mask_prst_trsh.svg | 361 ++++++++++++++ .../source_SVG/mask_pstn_cen.svg | 343 +++++++++++++ .../source_SVG/mask_pstn_nrm.svg | 380 +++++++++++++++ .../source_SVG/mask_scale_chkd.svg | 336 +++++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 336 +++++++++++++ .../source_SVG/mask_scale_up.svg | 323 +++++++++++++ .../source_SVG/mask_scale_uphi.svg | 344 +++++++++++++ .../source_SVG/mask_scale_x.svg | 334 +++++++++++++ .../source_SVG/mask_scale_xdown.svg | 366 ++++++++++++++ .../source_SVG/mask_scale_xy.svg | 354 ++++++++++++++ .../source_SVG/mask_scale_xydown.svg | 386 +++++++++++++++ .../source_SVG/mask_scale_y.svg | 334 +++++++++++++ .../source_SVG/mask_scale_ydown.svg | 366 ++++++++++++++ .../theme_blond_cv/source_SVG/unclear.svg | 333 +++++++++++++ .../theme_blond_cv/source_SVG/unclear_dn.svg | 344 +++++++++++++ .../theme_blond_cv/source_SVG/unclear_hi.svg | 344 +++++++++++++ .../theme_blond_cv/source_SVG/unclear_up.svg | 323 +++++++++++++ .../plugins/theme_blond_cv/unclear.png | Bin 0 -> 568 bytes .../plugins/theme_blond_cv/unclear_dn.png | Bin 0 -> 864 bytes .../plugins/theme_blond_cv/unclear_hi.png | Bin 0 -> 811 bytes .../plugins/theme_blond_cv/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_blue/mask_all_linear.png | Bin 0 -> 403 bytes .../plugins/theme_blue/mask_all_smooth.png | Bin 0 -> 651 bytes .../plugins/theme_blue/mask_button_dn.png | Bin 0 -> 316 bytes .../plugins/theme_blue/mask_button_hi.png | Bin 0 -> 496 bytes .../plugins/theme_blue/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_blue/mask_crv_linear.png | Bin 0 -> 450 bytes .../plugins/theme_blue/mask_crv_smooth.png | Bin 0 -> 589 bytes .../plugins/theme_blue/mask_pnt_linear.png | Bin 0 -> 499 bytes .../plugins/theme_blue/mask_pnt_smooth.png | Bin 0 -> 511 bytes .../plugins/theme_blue/mask_prst_crc.png | Bin 0 -> 569 bytes .../plugins/theme_blue/mask_prst_load.png | Bin 0 -> 302 bytes .../plugins/theme_blue/mask_prst_ovl.png | Bin 0 -> 485 bytes .../plugins/theme_blue/mask_prst_save.png | Bin 0 -> 317 bytes .../plugins/theme_blue/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_blue/mask_prst_tri.png | Bin 0 -> 445 bytes .../plugins/theme_blue/mask_prst_trsh.png | Bin 0 -> 238 bytes .../plugins/theme_blue/mask_pstn_cen.png | Bin 0 -> 399 bytes .../plugins/theme_blue/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../plugins/theme_blue/mask_scale_chkd.png | Bin 0 -> 444 bytes .../plugins/theme_blue/mask_scale_chkdhi.png | Bin 0 -> 493 bytes .../plugins/theme_blue/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_blue/mask_scale_uphi.png | Bin 0 -> 496 bytes .../plugins/theme_blue/mask_scale_x.png | Bin 0 -> 371 bytes .../plugins/theme_blue/mask_scale_xdown.png | Bin 0 -> 618 bytes .../plugins/theme_blue/mask_scale_xy.png | Bin 0 -> 662 bytes .../plugins/theme_blue/mask_scale_xydown.png | Bin 0 -> 1024 bytes .../plugins/theme_blue/mask_scale_y.png | Bin 0 -> 376 bytes .../plugins/theme_blue/mask_scale_ydown.png | Bin 0 -> 662 bytes .../theme_blue/source_SVG/mask_all_linear.svg | 200 ++++++++ .../theme_blue/source_SVG/mask_all_smooth.svg | 248 ++++++++++ .../theme_blue/source_SVG/mask_button_dn.svg | 196 ++++++++ .../theme_blue/source_SVG/mask_button_hi.svg | 224 +++++++++ .../theme_blue/source_SVG/mask_button_up.svg | 147 ++++++ .../theme_blue/source_SVG/mask_crv_linear.svg | 133 +++++ .../theme_blue/source_SVG/mask_crv_smooth.svg | 193 ++++++++ .../theme_blue/source_SVG/mask_pnt_linear.svg | 125 +++++ .../theme_blue/source_SVG/mask_pnt_smooth.svg | 184 +++++++ .../theme_blue/source_SVG/mask_prst_crc.svg | 149 ++++++ .../theme_blue/source_SVG/mask_prst_load.svg | 185 +++++++ .../theme_blue/source_SVG/mask_prst_ovl.svg | 147 ++++++ .../theme_blue/source_SVG/mask_prst_save.svg | 185 +++++++ .../theme_blue/source_SVG/mask_prst_sqr.svg | 147 ++++++ .../theme_blue/source_SVG/mask_prst_tri.svg | 145 ++++++ .../theme_blue/source_SVG/mask_prst_trsh.svg | 185 +++++++ .../theme_blue/source_SVG/mask_pstn_cen.svg | 167 +++++++ .../theme_blue/source_SVG/mask_pstn_nrm.svg | 204 ++++++++ .../theme_blue/source_SVG/mask_scale_chkd.svg | 224 +++++++++ .../source_SVG/mask_scale_chkdhi.svg | 236 +++++++++ .../theme_blue/source_SVG/mask_scale_up.svg | 158 ++++++ .../theme_blue/source_SVG/mask_scale_uphi.svg | 235 +++++++++ .../theme_blue/source_SVG/mask_scale_x.svg | 158 ++++++ .../source_SVG/mask_scale_xdown.svg | 229 +++++++++ .../theme_blue/source_SVG/mask_scale_xy.svg | 178 +++++++ .../source_SVG/mask_scale_xydown.svg | 249 ++++++++++ .../theme_blue/source_SVG/mask_scale_y.svg | 158 ++++++ .../source_SVG/mask_scale_ydown.svg | 229 +++++++++ .../plugins/theme_blue/source_SVG/unclear.svg | 157 ++++++ .../theme_blue/source_SVG/unclear_dn.svg | 196 ++++++++ .../theme_blue/source_SVG/unclear_hi.svg | 224 +++++++++ .../theme_blue/source_SVG/unclear_up.svg | 147 ++++++ cinelerra-5.1/plugins/theme_blue/unclear.png | Bin 0 -> 530 bytes .../plugins/theme_blue/unclear_dn.png | Bin 0 -> 316 bytes .../plugins/theme_blue/unclear_hi.png | Bin 0 -> 496 bytes .../plugins/theme_blue/unclear_up.png | Bin 0 -> 167 bytes .../theme_blue_dot/mask_all_linear.png | Bin 0 -> 406 bytes .../theme_blue_dot/mask_all_smooth.png | Bin 0 -> 690 bytes .../plugins/theme_blue_dot/mask_button_dn.png | Bin 0 -> 539 bytes .../plugins/theme_blue_dot/mask_button_hi.png | Bin 0 -> 543 bytes .../plugins/theme_blue_dot/mask_button_up.png | Bin 0 -> 167 bytes .../theme_blue_dot/mask_crv_linear.png | Bin 0 -> 510 bytes .../theme_blue_dot/mask_crv_smooth.png | Bin 0 -> 646 bytes .../theme_blue_dot/mask_pnt_linear.png | Bin 0 -> 527 bytes .../theme_blue_dot/mask_pnt_smooth.png | Bin 0 -> 566 bytes .../plugins/theme_blue_dot/mask_prst_crc.png | Bin 0 -> 581 bytes .../plugins/theme_blue_dot/mask_prst_load.png | Bin 0 -> 285 bytes .../plugins/theme_blue_dot/mask_prst_ovl.png | Bin 0 -> 498 bytes .../plugins/theme_blue_dot/mask_prst_save.png | Bin 0 -> 295 bytes .../plugins/theme_blue_dot/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_blue_dot/mask_prst_tri.png | Bin 0 -> 496 bytes .../plugins/theme_blue_dot/mask_prst_trsh.png | Bin 0 -> 239 bytes .../plugins/theme_blue_dot/mask_pstn_cen.png | Bin 0 -> 384 bytes .../plugins/theme_blue_dot/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../theme_blue_dot/mask_scale_chkd.png | Bin 0 -> 1039 bytes .../theme_blue_dot/mask_scale_chkdhi.png | Bin 0 -> 971 bytes .../plugins/theme_blue_dot/mask_scale_up.png | Bin 0 -> 167 bytes .../theme_blue_dot/mask_scale_uphi.png | Bin 0 -> 566 bytes .../plugins/theme_blue_dot/mask_scale_x.png | Bin 0 -> 380 bytes .../theme_blue_dot/mask_scale_xdown.png | Bin 0 -> 720 bytes .../plugins/theme_blue_dot/mask_scale_xy.png | Bin 0 -> 677 bytes .../theme_blue_dot/mask_scale_xydown.png | Bin 0 -> 831 bytes .../plugins/theme_blue_dot/mask_scale_y.png | Bin 0 -> 380 bytes .../theme_blue_dot/mask_scale_ydown.png | Bin 0 -> 731 bytes .../source_SVG/mask_all_linear.svg | 322 ++++++++++++ .../source_SVG/mask_all_smooth.svg | 374 ++++++++++++++ .../source_SVG/mask_button_dn.svg | 294 +++++++++++ .../source_SVG/mask_button_hi.svg | 294 +++++++++++ .../source_SVG/mask_button_up.svg | 273 +++++++++++ .../source_SVG/mask_crv_linear.svg | 256 ++++++++++ .../source_SVG/mask_crv_smooth.svg | 319 ++++++++++++ .../source_SVG/mask_pnt_linear.svg | 248 ++++++++++ .../source_SVG/mask_pnt_smooth.svg | 306 ++++++++++++ .../source_SVG/mask_prst_crc.svg | 275 +++++++++++ .../source_SVG/mask_prst_load.svg | 311 ++++++++++++ .../source_SVG/mask_prst_ovl.svg | 273 +++++++++++ .../source_SVG/mask_prst_save.svg | 311 ++++++++++++ .../source_SVG/mask_prst_sqr.svg | 273 +++++++++++ .../source_SVG/mask_prst_tri.svg | 271 +++++++++++ .../source_SVG/mask_prst_trsh.svg | 311 ++++++++++++ .../source_SVG/mask_pstn_cen.svg | 293 +++++++++++ .../source_SVG/mask_pstn_nrm.svg | 330 +++++++++++++ .../source_SVG/mask_scale_chkd.svg | 291 +++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 291 +++++++++++ .../source_SVG/mask_scale_up.svg | 273 +++++++++++ .../source_SVG/mask_scale_uphi.svg | 294 +++++++++++ .../source_SVG/mask_scale_x.svg | 284 +++++++++++ .../source_SVG/mask_scale_xdown.svg | 313 ++++++++++++ .../source_SVG/mask_scale_xy.svg | 304 ++++++++++++ .../source_SVG/mask_scale_xydown.svg | 333 +++++++++++++ .../source_SVG/mask_scale_y.svg | 284 +++++++++++ .../source_SVG/mask_scale_ydown.svg | 313 ++++++++++++ .../theme_blue_dot/source_SVG/unclear.svg | 283 +++++++++++ .../theme_blue_dot/source_SVG/unclear_dn.svg | 294 +++++++++++ .../theme_blue_dot/source_SVG/unclear_hi.svg | 294 +++++++++++ .../theme_blue_dot/source_SVG/unclear_up.svg | 273 +++++++++++ .../plugins/theme_blue_dot/unclear.png | Bin 0 -> 557 bytes .../plugins/theme_blue_dot/unclear_dn.png | Bin 0 -> 539 bytes .../plugins/theme_blue_dot/unclear_hi.png | Bin 0 -> 543 bytes .../plugins/theme_blue_dot/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_bright/mask_all_linear.png | Bin 0 -> 310 bytes .../plugins/theme_bright/mask_all_smooth.png | Bin 0 -> 527 bytes .../plugins/theme_bright/mask_button_dn.png | Bin 0 -> 190 bytes .../plugins/theme_bright/mask_button_hi.png | Bin 0 -> 187 bytes .../plugins/theme_bright/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_bright/mask_crv_linear.png | Bin 0 -> 342 bytes .../plugins/theme_bright/mask_crv_smooth.png | Bin 0 -> 429 bytes .../plugins/theme_bright/mask_pnt_linear.png | Bin 0 -> 364 bytes .../plugins/theme_bright/mask_pnt_smooth.png | Bin 0 -> 396 bytes .../plugins/theme_bright/mask_prst_crc.png | Bin 0 -> 392 bytes .../plugins/theme_bright/mask_prst_load.png | Bin 0 -> 252 bytes .../plugins/theme_bright/mask_prst_ovl.png | Bin 0 -> 350 bytes .../plugins/theme_bright/mask_prst_save.png | Bin 0 -> 256 bytes .../plugins/theme_bright/mask_prst_sqr.png | Bin 0 -> 187 bytes .../plugins/theme_bright/mask_prst_tri.png | Bin 0 -> 320 bytes .../plugins/theme_bright/mask_prst_trsh.png | Bin 0 -> 218 bytes .../plugins/theme_bright/mask_pstn_cen.png | Bin 0 -> 295 bytes .../plugins/theme_bright/mask_pstn_nrm.png | Bin 0 -> 199 bytes .../plugins/theme_bright/mask_scale_chkd.png | Bin 0 -> 190 bytes .../theme_bright/mask_scale_chkdhi.png | Bin 0 -> 187 bytes .../plugins/theme_bright/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_bright/mask_scale_uphi.png | Bin 0 -> 187 bytes .../plugins/theme_bright/mask_scale_x.png | Bin 0 -> 283 bytes .../plugins/theme_bright/mask_scale_xdown.png | Bin 0 -> 350 bytes .../plugins/theme_bright/mask_scale_xy.png | Bin 0 -> 438 bytes .../theme_bright/mask_scale_xydown.png | Bin 0 -> 600 bytes .../plugins/theme_bright/mask_scale_y.png | Bin 0 -> 301 bytes .../plugins/theme_bright/mask_scale_ydown.png | Bin 0 -> 346 bytes .../source_SVG/mask_all_linear.svg | 200 ++++++++ .../source_SVG/mask_all_smooth.svg | 248 ++++++++++ .../source_SVG/mask_button_dn.svg | 165 +++++++ .../source_SVG/mask_button_hi.svg | 165 +++++++ .../source_SVG/mask_button_up.svg | 147 ++++++ .../source_SVG/mask_crv_linear.svg | 133 +++++ .../source_SVG/mask_crv_smooth.svg | 193 ++++++++ .../source_SVG/mask_pnt_linear.svg | 125 +++++ .../source_SVG/mask_pnt_smooth.svg | 184 +++++++ .../theme_bright/source_SVG/mask_prst_crc.svg | 149 ++++++ .../source_SVG/mask_prst_load.svg | 185 +++++++ .../theme_bright/source_SVG/mask_prst_ovl.svg | 147 ++++++ .../source_SVG/mask_prst_save.svg | 185 +++++++ .../theme_bright/source_SVG/mask_prst_sqr.svg | 147 ++++++ .../theme_bright/source_SVG/mask_prst_tri.svg | 145 ++++++ .../source_SVG/mask_prst_trsh.svg | 185 +++++++ .../theme_bright/source_SVG/mask_pstn_cen.svg | 167 +++++++ .../theme_bright/source_SVG/mask_pstn_nrm.svg | 204 ++++++++ .../source_SVG/mask_scale_chkd.svg | 165 +++++++ .../source_SVG/mask_scale_chkdhi.svg | 165 +++++++ .../theme_bright/source_SVG/mask_scale_up.svg | 147 ++++++ .../source_SVG/mask_scale_uphi.svg | 165 +++++++ .../theme_bright/source_SVG/mask_scale_x.svg | 158 ++++++ .../source_SVG/mask_scale_xdown.svg | 169 +++++++ .../theme_bright/source_SVG/mask_scale_xy.svg | 178 +++++++ .../source_SVG/mask_scale_xydown.svg | 189 ++++++++ .../theme_bright/source_SVG/mask_scale_y.svg | 158 ++++++ .../source_SVG/mask_scale_ydown.svg | 169 +++++++ .../theme_bright/source_SVG/unclear.svg | 157 ++++++ .../theme_bright/source_SVG/unclear_dn.svg | 165 +++++++ .../theme_bright/source_SVG/unclear_hi.svg | 165 +++++++ .../theme_bright/source_SVG/unclear_up.svg | 147 ++++++ .../plugins/theme_bright/unclear.png | Bin 0 -> 356 bytes .../plugins/theme_bright/unclear_dn.png | Bin 0 -> 190 bytes .../plugins/theme_bright/unclear_hi.png | Bin 0 -> 187 bytes .../plugins/theme_bright/unclear_up.png | Bin 0 -> 167 bytes .../theme_cakewalk/mask_all_linear.png | Bin 0 -> 421 bytes .../theme_cakewalk/mask_all_smooth.png | Bin 0 -> 707 bytes .../plugins/theme_cakewalk/mask_button_dn.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/mask_button_hi.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/mask_button_up.png | Bin 0 -> 167 bytes .../theme_cakewalk/mask_crv_linear.png | Bin 0 -> 488 bytes .../theme_cakewalk/mask_crv_smooth.png | Bin 0 -> 633 bytes .../theme_cakewalk/mask_pnt_linear.png | Bin 0 -> 530 bytes .../theme_cakewalk/mask_pnt_smooth.png | Bin 0 -> 563 bytes .../plugins/theme_cakewalk/mask_prst_crc.png | Bin 0 -> 584 bytes .../plugins/theme_cakewalk/mask_prst_load.png | Bin 0 -> 301 bytes .../plugins/theme_cakewalk/mask_prst_ovl.png | Bin 0 -> 505 bytes .../plugins/theme_cakewalk/mask_prst_save.png | Bin 0 -> 319 bytes .../plugins/theme_cakewalk/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_cakewalk/mask_prst_tri.png | Bin 0 -> 503 bytes .../plugins/theme_cakewalk/mask_prst_trsh.png | Bin 0 -> 238 bytes .../plugins/theme_cakewalk/mask_pstn_cen.png | Bin 0 -> 406 bytes .../plugins/theme_cakewalk/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../theme_cakewalk/mask_scale_chkd.png | Bin 0 -> 186 bytes .../theme_cakewalk/mask_scale_chkdhi.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/mask_scale_up.png | Bin 0 -> 167 bytes .../theme_cakewalk/mask_scale_uphi.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/mask_scale_x.png | Bin 0 -> 396 bytes .../theme_cakewalk/mask_scale_xdown.png | Bin 0 -> 441 bytes .../plugins/theme_cakewalk/mask_scale_xy.png | Bin 0 -> 693 bytes .../theme_cakewalk/mask_scale_xydown.png | Bin 0 -> 745 bytes .../plugins/theme_cakewalk/mask_scale_y.png | Bin 0 -> 400 bytes .../theme_cakewalk/mask_scale_ydown.png | Bin 0 -> 422 bytes .../source_SVG/mask_all_linear.svg | 409 ++++++++++++++++ .../source_SVG/mask_all_smooth.svg | 457 ++++++++++++++++++ .../source_SVG/mask_button_dn.svg | 356 ++++++++++++++ .../source_SVG/mask_button_hi.svg | 356 ++++++++++++++ .../source_SVG/mask_button_up.svg | 356 ++++++++++++++ .../source_SVG/mask_crv_linear.svg | 343 +++++++++++++ .../source_SVG/mask_crv_smooth.svg | 402 +++++++++++++++ .../source_SVG/mask_pnt_linear.svg | 335 +++++++++++++ .../source_SVG/mask_pnt_smooth.svg | 393 +++++++++++++++ .../source_SVG/mask_prst_crc.svg | 358 ++++++++++++++ .../source_SVG/mask_prst_load.svg | 394 +++++++++++++++ .../source_SVG/mask_prst_ovl.svg | 356 ++++++++++++++ .../source_SVG/mask_prst_save.svg | 394 +++++++++++++++ .../source_SVG/mask_prst_sqr.svg | 356 ++++++++++++++ .../source_SVG/mask_prst_trash.svg | 394 +++++++++++++++ .../source_SVG/mask_prst_tri.svg | 354 ++++++++++++++ .../source_SVG/mask_pstn_cen.svg | 376 ++++++++++++++ .../source_SVG/mask_pstn_nrm.svg | 413 ++++++++++++++++ .../source_SVG/mask_scale_chkd.svg | 374 ++++++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 356 ++++++++++++++ .../source_SVG/mask_scale_up.svg | 356 ++++++++++++++ .../source_SVG/mask_scale_uphi.svg | 356 ++++++++++++++ .../source_SVG/mask_scale_x.svg | 367 ++++++++++++++ .../source_SVG/mask_scale_xdown.svg | 378 +++++++++++++++ .../source_SVG/mask_scale_xy.svg | 387 +++++++++++++++ .../source_SVG/mask_scale_xydown.svg | 398 +++++++++++++++ .../source_SVG/mask_scale_y.svg | 367 ++++++++++++++ .../source_SVG/mask_scale_ydown.svg | 378 +++++++++++++++ .../theme_cakewalk/source_SVG/unclear.svg | 366 ++++++++++++++ .../theme_cakewalk/source_SVG/unclear_dn.svg | 356 ++++++++++++++ .../theme_cakewalk/source_SVG/unclear_hi.svg | 356 ++++++++++++++ .../theme_cakewalk/source_SVG/unclear_up.svg | 356 ++++++++++++++ .../plugins/theme_cakewalk/unclear.png | Bin 0 -> 560 bytes .../plugins/theme_cakewalk/unclear_dn.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/unclear_hi.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_hulk/mask_all_linear.png | Bin 0 -> 408 bytes .../plugins/theme_hulk/mask_all_smooth.png | Bin 0 -> 680 bytes .../plugins/theme_hulk/mask_button_dn.png | Bin 0 -> 312 bytes .../plugins/theme_hulk/mask_button_hi.png | Bin 0 -> 505 bytes .../plugins/theme_hulk/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_hulk/mask_crv_linear.png | Bin 0 -> 437 bytes .../plugins/theme_hulk/mask_crv_smooth.png | Bin 0 -> 588 bytes .../plugins/theme_hulk/mask_pnt_linear.png | Bin 0 -> 498 bytes .../plugins/theme_hulk/mask_pnt_smooth.png | Bin 0 -> 522 bytes .../plugins/theme_hulk/mask_prst_crc.png | Bin 0 -> 546 bytes .../plugins/theme_hulk/mask_prst_load.png | Bin 0 -> 296 bytes .../plugins/theme_hulk/mask_prst_ovl.png | Bin 0 -> 478 bytes .../plugins/theme_hulk/mask_prst_save.png | Bin 0 -> 310 bytes .../plugins/theme_hulk/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_hulk/mask_prst_tri.png | Bin 0 -> 476 bytes .../plugins/theme_hulk/mask_prst_trsh.png | Bin 0 -> 236 bytes .../plugins/theme_hulk/mask_pstn_cen.png | Bin 0 -> 380 bytes .../plugins/theme_hulk/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../plugins/theme_hulk/mask_scale_chkd.png | Bin 0 -> 440 bytes .../plugins/theme_hulk/mask_scale_chkdhi.png | Bin 0 -> 472 bytes .../plugins/theme_hulk/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_hulk/mask_scale_uphi.png | Bin 0 -> 505 bytes .../plugins/theme_hulk/mask_scale_x.png | Bin 0 -> 364 bytes .../plugins/theme_hulk/mask_scale_xdown.png | Bin 0 -> 604 bytes .../plugins/theme_hulk/mask_scale_xy.png | Bin 0 -> 646 bytes .../plugins/theme_hulk/mask_scale_xydown.png | Bin 0 -> 1036 bytes .../plugins/theme_hulk/mask_scale_y.png | Bin 0 -> 369 bytes .../plugins/theme_hulk/mask_scale_ydown.png | Bin 0 -> 659 bytes .../theme_hulk/source_SVG/mask_all_linear.svg | 265 ++++++++++ .../theme_hulk/source_SVG/mask_all_smooth.svg | 313 ++++++++++++ .../theme_hulk/source_SVG/mask_button_dn.svg | 239 +++++++++ .../theme_hulk/source_SVG/mask_button_hi.svg | 269 +++++++++++ .../theme_hulk/source_SVG/mask_button_up.svg | 192 ++++++++ .../theme_hulk/source_SVG/mask_crv_linear.svg | 199 ++++++++ .../theme_hulk/source_SVG/mask_crv_smooth.svg | 258 ++++++++++ .../theme_hulk/source_SVG/mask_pnt_linear.svg | 187 +++++++ .../theme_hulk/source_SVG/mask_pnt_smooth.svg | 249 ++++++++++ .../theme_hulk/source_SVG/mask_prst_crc.svg | 214 ++++++++ .../theme_hulk/source_SVG/mask_prst_load.svg | 250 ++++++++++ .../theme_hulk/source_SVG/mask_prst_ovl.svg | 212 ++++++++ .../theme_hulk/source_SVG/mask_prst_save.svg | 250 ++++++++++ .../theme_hulk/source_SVG/mask_prst_sqr.svg | 212 ++++++++ .../theme_hulk/source_SVG/mask_prst_tri.svg | 210 ++++++++ .../theme_hulk/source_SVG/mask_prst_trsh.svg | 250 ++++++++++ .../theme_hulk/source_SVG/mask_pstn_cen.svg | 232 +++++++++ .../theme_hulk/source_SVG/mask_pstn_nrm.svg | 269 +++++++++++ .../theme_hulk/source_SVG/mask_scale_chkd.svg | 289 +++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 301 ++++++++++++ .../theme_hulk/source_SVG/mask_scale_up.svg | 223 +++++++++ .../theme_hulk/source_SVG/mask_scale_uphi.svg | 303 ++++++++++++ .../theme_hulk/source_SVG/mask_scale_x.svg | 223 +++++++++ .../source_SVG/mask_scale_xdown.svg | 294 +++++++++++ .../theme_hulk/source_SVG/mask_scale_xy.svg | 243 ++++++++++ .../source_SVG/mask_scale_xydown.svg | 315 ++++++++++++ .../theme_hulk/source_SVG/mask_scale_y.svg | 223 +++++++++ .../source_SVG/mask_scale_ydown.svg | 295 +++++++++++ .../plugins/theme_hulk/source_SVG/unclear.svg | 222 +++++++++ .../theme_hulk/source_SVG/unclear_dn.svg | 239 +++++++++ .../theme_hulk/source_SVG/unclear_hi.svg | 269 +++++++++++ .../theme_hulk/source_SVG/unclear_up.svg | 192 ++++++++ cinelerra-5.1/plugins/theme_hulk/unclear.png | Bin 0 -> 521 bytes .../plugins/theme_hulk/unclear_dn.png | Bin 0 -> 312 bytes .../plugins/theme_hulk/unclear_hi.png | Bin 0 -> 505 bytes .../plugins/theme_hulk/unclear_up.png | Bin 0 -> 167 bytes .../theme_neophyte/mask_all_linear.png | Bin 0 -> 414 bytes .../theme_neophyte/mask_all_smooth.png | Bin 0 -> 692 bytes .../plugins/theme_neophyte/mask_button_dn.png | Bin 0 -> 228 bytes .../plugins/theme_neophyte/mask_button_hi.png | Bin 0 -> 200 bytes .../plugins/theme_neophyte/mask_button_up.png | Bin 0 -> 167 bytes .../theme_neophyte/mask_crv_linear.png | Bin 0 -> 492 bytes .../theme_neophyte/mask_crv_smooth.png | Bin 0 -> 625 bytes .../theme_neophyte/mask_pnt_linear.png | Bin 0 -> 531 bytes .../theme_neophyte/mask_pnt_smooth.png | Bin 0 -> 554 bytes .../plugins/theme_neophyte/mask_prst_crc.png | Bin 0 -> 585 bytes .../plugins/theme_neophyte/mask_prst_load.png | Bin 0 -> 283 bytes .../plugins/theme_neophyte/mask_prst_ovl.png | Bin 0 -> 511 bytes .../plugins/theme_neophyte/mask_prst_save.png | Bin 0 -> 296 bytes .../plugins/theme_neophyte/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_neophyte/mask_prst_tri.png | Bin 0 -> 478 bytes .../plugins/theme_neophyte/mask_prst_trsh.png | Bin 0 -> 239 bytes .../plugins/theme_neophyte/mask_pstn_cen.png | Bin 0 -> 393 bytes .../plugins/theme_neophyte/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../theme_neophyte/mask_scale_chkd.png | Bin 0 -> 259 bytes .../theme_neophyte/mask_scale_chkdhi.png | Bin 0 -> 236 bytes .../plugins/theme_neophyte/mask_scale_up.png | Bin 0 -> 167 bytes .../theme_neophyte/mask_scale_uphi.png | Bin 0 -> 205 bytes .../plugins/theme_neophyte/mask_scale_x.png | Bin 0 -> 381 bytes .../theme_neophyte/mask_scale_xdown.png | Bin 0 -> 533 bytes .../plugins/theme_neophyte/mask_scale_xy.png | Bin 0 -> 673 bytes .../theme_neophyte/mask_scale_xydown.png | Bin 0 -> 866 bytes .../plugins/theme_neophyte/mask_scale_y.png | Bin 0 -> 385 bytes .../theme_neophyte/mask_scale_ydown.png | Bin 0 -> 503 bytes .../source_SVG/mask_all_linear.svg | 326 +++++++++++++ .../source_SVG/mask_all_smooth.svg | 374 ++++++++++++++ .../source_SVG/mask_button_dn.svg | 309 ++++++++++++ .../source_SVG/mask_button_hi.svg | 307 ++++++++++++ .../source_SVG/mask_button_up.svg | 284 +++++++++++ .../source_SVG/mask_crv_linear.svg | 260 ++++++++++ .../source_SVG/mask_crv_smooth.svg | 319 ++++++++++++ .../source_SVG/mask_pnt_linear.svg | 252 ++++++++++ .../source_SVG/mask_pnt_smooth.svg | 310 ++++++++++++ .../source_SVG/mask_prst_crc.svg | 286 +++++++++++ .../source_SVG/mask_prst_load.svg | 322 ++++++++++++ .../source_SVG/mask_prst_ovl.svg | 284 +++++++++++ .../source_SVG/mask_prst_save.svg | 322 ++++++++++++ .../source_SVG/mask_prst_sqr.svg | 284 +++++++++++ .../source_SVG/mask_prst_tri.svg | 282 +++++++++++ .../source_SVG/mask_prst_trsh.svg | 322 ++++++++++++ .../source_SVG/mask_pstn_cen.svg | 304 ++++++++++++ .../source_SVG/mask_pstn_nrm.svg | 341 +++++++++++++ .../source_SVG/mask_scale_chkd.svg | 319 ++++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 319 ++++++++++++ .../source_SVG/mask_scale_up.svg | 295 +++++++++++ .../source_SVG/mask_scale_uphi.svg | 330 +++++++++++++ .../source_SVG/mask_scale_x.svg | 295 +++++++++++ .../source_SVG/mask_scale_xdown.svg | 353 ++++++++++++++ .../source_SVG/mask_scale_xy.svg | 315 ++++++++++++ .../source_SVG/mask_scale_xydown.svg | 373 ++++++++++++++ .../source_SVG/mask_scale_y.svg | 295 +++++++++++ .../source_SVG/mask_scale_ydown.svg | 353 ++++++++++++++ .../theme_neophyte/source_SVG/unclear.svg | 294 +++++++++++ .../theme_neophyte/source_SVG/unclear_dn.svg | 309 ++++++++++++ .../theme_neophyte/source_SVG/unclear_hi.svg | 307 ++++++++++++ .../theme_neophyte/source_SVG/unclear_up.svg | 284 +++++++++++ .../plugins/theme_neophyte/unclear.png | Bin 0 -> 544 bytes .../plugins/theme_neophyte/unclear_dn.png | Bin 0 -> 228 bytes .../plugins/theme_neophyte/unclear_hi.png | Bin 0 -> 200 bytes .../plugins/theme_neophyte/unclear_up.png | Bin 0 -> 167 bytes .../theme_pinklady/mask_all_linear.png | Bin 0 -> 413 bytes .../theme_pinklady/mask_all_smooth.png | Bin 0 -> 673 bytes .../plugins/theme_pinklady/mask_button_dn.png | Bin 0 -> 300 bytes .../plugins/theme_pinklady/mask_button_hi.png | Bin 0 -> 517 bytes .../plugins/theme_pinklady/mask_button_up.png | Bin 0 -> 167 bytes .../theme_pinklady/mask_crv_linear.png | Bin 0 -> 441 bytes .../theme_pinklady/mask_crv_smooth.png | Bin 0 -> 598 bytes .../theme_pinklady/mask_pnt_linear.png | Bin 0 -> 499 bytes .../theme_pinklady/mask_pnt_smooth.png | Bin 0 -> 530 bytes .../plugins/theme_pinklady/mask_prst_crc.png | Bin 0 -> 551 bytes .../plugins/theme_pinklady/mask_prst_load.png | Bin 0 -> 294 bytes .../plugins/theme_pinklady/mask_prst_ovl.png | Bin 0 -> 476 bytes .../plugins/theme_pinklady/mask_prst_save.png | Bin 0 -> 309 bytes .../plugins/theme_pinklady/mask_prst_sqr.png | Bin 0 -> 197 bytes .../plugins/theme_pinklady/mask_prst_tri.png | Bin 0 -> 474 bytes .../plugins/theme_pinklady/mask_prst_trsh.png | Bin 0 -> 237 bytes .../plugins/theme_pinklady/mask_pstn_cen.png | Bin 0 -> 383 bytes .../plugins/theme_pinklady/mask_pstn_nrm.png | Bin 0 -> 208 bytes .../theme_pinklady/mask_scale_chkd.png | Bin 0 -> 497 bytes .../theme_pinklady/mask_scale_chkdhi.png | Bin 0 -> 487 bytes .../plugins/theme_pinklady/mask_scale_up.png | Bin 0 -> 167 bytes .../theme_pinklady/mask_scale_uphi.png | Bin 0 -> 517 bytes .../plugins/theme_pinklady/mask_scale_x.png | Bin 0 -> 369 bytes .../theme_pinklady/mask_scale_xdown.png | Bin 0 -> 629 bytes .../plugins/theme_pinklady/mask_scale_xy.png | Bin 0 -> 651 bytes .../theme_pinklady/mask_scale_xydown.png | Bin 0 -> 1033 bytes .../plugins/theme_pinklady/mask_scale_y.png | Bin 0 -> 369 bytes .../theme_pinklady/mask_scale_ydown.png | Bin 0 -> 651 bytes .../source_SVG/mask_all_linear.svg | 200 ++++++++ .../source_SVG/mask_all_smooth.svg | 248 ++++++++++ .../source_SVG/mask_button_dn.svg | 197 ++++++++ .../source_SVG/mask_button_hi.svg | 227 +++++++++ .../source_SVG/mask_button_up.svg | 147 ++++++ .../source_SVG/mask_crv_linear.svg | 133 +++++ .../source_SVG/mask_crv_smooth.svg | 162 +++++++ .../source_SVG/mask_pnt_linear.svg | 125 +++++ .../source_SVG/mask_pnt_smooth.svg | 153 ++++++ .../source_SVG/mask_prst_crc.svg | 149 ++++++ .../source_SVG/mask_prst_load.svg | 185 +++++++ .../source_SVG/mask_prst_ovl.svg | 147 ++++++ .../source_SVG/mask_prst_save.svg | 185 +++++++ .../source_SVG/mask_prst_sqr.svg | 147 ++++++ .../source_SVG/mask_prst_tri.svg | 145 ++++++ .../source_SVG/mask_prst_trsh.svg | 185 +++++++ .../source_SVG/mask_pstn_cen.svg | 167 +++++++ .../source_SVG/mask_pstn_nrm.svg | 204 ++++++++ .../source_SVG/mask_scale_chkd.svg | 224 +++++++++ .../source_SVG/mask_scale_chkdhi.svg | 236 +++++++++ .../source_SVG/mask_scale_up.svg | 158 ++++++ .../source_SVG/mask_scale_uphi.svg | 238 +++++++++ .../source_SVG/mask_scale_x.svg | 158 ++++++ .../source_SVG/mask_scale_xdown.svg | 230 +++++++++ .../source_SVG/mask_scale_xy.svg | 178 +++++++ .../source_SVG/mask_scale_xydown.svg | 250 ++++++++++ .../source_SVG/mask_scale_y.svg | 158 ++++++ .../source_SVG/mask_scale_ydown.svg | 230 +++++++++ .../theme_pinklady/source_SVG/unclear.svg | 157 ++++++ .../theme_pinklady/source_SVG/unclear_dn.svg | 197 ++++++++ .../theme_pinklady/source_SVG/unclear_hi.svg | 227 +++++++++ .../theme_pinklady/source_SVG/unclear_up.svg | 147 ++++++ .../plugins/theme_pinklady/unclear.png | Bin 0 -> 529 bytes .../plugins/theme_pinklady/unclear_dn.png | Bin 0 -> 300 bytes .../plugins/theme_pinklady/unclear_hi.png | Bin 0 -> 517 bytes .../plugins/theme_pinklady/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_suv/mask_all_linear.png | Bin 0 -> 414 bytes .../plugins/theme_suv/mask_all_smooth.png | Bin 0 -> 692 bytes .../plugins/theme_suv/mask_button_dn.png | Bin 0 -> 190 bytes .../plugins/theme_suv/mask_button_hi.png | Bin 0 -> 191 bytes .../plugins/theme_suv/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_suv/mask_crv_linear.png | Bin 0 -> 492 bytes .../plugins/theme_suv/mask_crv_smooth.png | Bin 0 -> 625 bytes .../plugins/theme_suv/mask_pnt_linear.png | Bin 0 -> 531 bytes .../plugins/theme_suv/mask_pnt_smooth.png | Bin 0 -> 554 bytes .../plugins/theme_suv/mask_prst_crc.png | Bin 0 -> 585 bytes .../plugins/theme_suv/mask_prst_load.png | Bin 0 -> 283 bytes .../plugins/theme_suv/mask_prst_ovl.png | Bin 0 -> 511 bytes .../plugins/theme_suv/mask_prst_save.png | Bin 0 -> 296 bytes .../plugins/theme_suv/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_suv/mask_prst_tri.png | Bin 0 -> 478 bytes .../plugins/theme_suv/mask_prst_trsh.png | Bin 0 -> 239 bytes .../plugins/theme_suv/mask_pstn_cen.png | Bin 0 -> 393 bytes .../plugins/theme_suv/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../plugins/theme_suv/mask_scale_chkd.png | Bin 0 -> 190 bytes .../plugins/theme_suv/mask_scale_chkdhi.png | Bin 0 -> 190 bytes .../plugins/theme_suv/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_suv/mask_scale_uphi.png | Bin 0 -> 191 bytes .../plugins/theme_suv/mask_scale_x.png | Bin 0 -> 381 bytes .../plugins/theme_suv/mask_scale_xdown.png | Bin 0 -> 426 bytes .../plugins/theme_suv/mask_scale_xy.png | Bin 0 -> 673 bytes .../plugins/theme_suv/mask_scale_xydown.png | Bin 0 -> 666 bytes .../plugins/theme_suv/mask_scale_y.png | Bin 0 -> 385 bytes .../plugins/theme_suv/mask_scale_ydown.png | Bin 0 -> 407 bytes .../theme_suv/source_SVG/mask_all_linear.svg | 200 ++++++++ .../theme_suv/source_SVG/mask_all_smooth.svg | 248 ++++++++++ .../theme_suv/source_SVG/mask_button_dn.svg | 116 +++++ .../theme_suv/source_SVG/mask_button_hi.svg | 116 +++++ .../theme_suv/source_SVG/mask_button_up.svg | 96 ++++ .../theme_suv/source_SVG/mask_crv_linear.svg | 133 +++++ .../theme_suv/source_SVG/mask_crv_smooth.svg | 192 ++++++++ .../theme_suv/source_SVG/mask_pnt_linear.svg | 125 +++++ .../theme_suv/source_SVG/mask_pnt_smooth.svg | 184 +++++++ .../theme_suv/source_SVG/mask_prst_crc.svg | 98 ++++ .../theme_suv/source_SVG/mask_prst_load.svg | 131 +++++ .../theme_suv/source_SVG/mask_prst_ovl.svg | 96 ++++ .../theme_suv/source_SVG/mask_prst_save.svg | 131 +++++ .../theme_suv/source_SVG/mask_prst_sqr.svg | 96 ++++ .../theme_suv/source_SVG/mask_prst_tri.svg | 94 ++++ .../theme_suv/source_SVG/mask_prst_trsh.svg | 131 +++++ .../theme_suv/source_SVG/mask_pstn_cen.svg | 171 +++++++ .../theme_suv/source_SVG/mask_pstn_nrm.svg | 208 ++++++++ .../theme_suv/source_SVG/mask_scale_chkd.svg | 171 +++++++ .../source_SVG/mask_scale_chkdhi.svg | 171 +++++++ .../theme_suv/source_SVG/mask_scale_up.svg | 151 ++++++ .../theme_suv/source_SVG/mask_scale_uphi.svg | 171 +++++++ .../theme_suv/source_SVG/mask_scale_x.svg | 162 +++++++ .../theme_suv/source_SVG/mask_scale_xdown.svg | 189 ++++++++ .../theme_suv/source_SVG/mask_scale_xy.svg | 182 +++++++ .../source_SVG/mask_scale_xydown.svg | 209 ++++++++ .../theme_suv/source_SVG/mask_scale_y.svg | 162 +++++++ .../theme_suv/source_SVG/mask_scale_ydown.svg | 189 ++++++++ .../plugins/theme_suv/source_SVG/unclear.svg | 161 ++++++ .../theme_suv/source_SVG/unclear_dn.svg | 116 +++++ .../theme_suv/source_SVG/unclear_hi.svg | 116 +++++ .../theme_suv/source_SVG/unclear_up.svg | 96 ++++ cinelerra-5.1/plugins/theme_suv/unclear.png | Bin 0 -> 544 bytes .../plugins/theme_suv/unclear_dn.png | Bin 0 -> 190 bytes .../plugins/theme_suv/unclear_hi.png | Bin 0 -> 191 bytes .../plugins/theme_suv/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_unflat/mask_all_linear.png | Bin 0 -> 404 bytes .../plugins/theme_unflat/mask_all_smooth.png | Bin 0 -> 699 bytes .../plugins/theme_unflat/mask_button_dn.png | Bin 0 -> 266 bytes .../plugins/theme_unflat/mask_button_hi.png | Bin 0 -> 441 bytes .../plugins/theme_unflat/mask_button_up.png | Bin 0 -> 167 bytes .../plugins/theme_unflat/mask_crv_linear.png | Bin 0 -> 481 bytes .../plugins/theme_unflat/mask_crv_smooth.png | Bin 0 -> 626 bytes .../plugins/theme_unflat/mask_pnt_linear.png | Bin 0 -> 500 bytes .../plugins/theme_unflat/mask_pnt_smooth.png | Bin 0 -> 556 bytes .../plugins/theme_unflat/mask_prst_crc.png | Bin 0 -> 574 bytes .../plugins/theme_unflat/mask_prst_load.png | Bin 0 -> 292 bytes .../plugins/theme_unflat/mask_prst_ovl.png | Bin 0 -> 511 bytes .../plugins/theme_unflat/mask_prst_save.png | Bin 0 -> 308 bytes .../plugins/theme_unflat/mask_prst_sqr.png | Bin 0 -> 198 bytes .../plugins/theme_unflat/mask_prst_tri.png | Bin 0 -> 475 bytes .../plugins/theme_unflat/mask_prst_trsh.png | Bin 0 -> 237 bytes .../plugins/theme_unflat/mask_pstn_cen.png | Bin 0 -> 399 bytes .../plugins/theme_unflat/mask_pstn_nrm.png | Bin 0 -> 209 bytes .../plugins/theme_unflat/mask_scale_chkd.png | Bin 0 -> 458 bytes .../theme_unflat/mask_scale_chkdhi.png | Bin 0 -> 455 bytes .../plugins/theme_unflat/mask_scale_up.png | Bin 0 -> 167 bytes .../plugins/theme_unflat/mask_scale_uphi.png | Bin 0 -> 441 bytes .../plugins/theme_unflat/mask_scale_x.png | Bin 0 -> 381 bytes .../plugins/theme_unflat/mask_scale_xdown.png | Bin 0 -> 565 bytes .../plugins/theme_unflat/mask_scale_xy.png | Bin 0 -> 667 bytes .../theme_unflat/mask_scale_xydown.png | Bin 0 -> 943 bytes .../plugins/theme_unflat/mask_scale_y.png | Bin 0 -> 387 bytes .../plugins/theme_unflat/mask_scale_ydown.png | Bin 0 -> 547 bytes .../source_SVG/mask_all_linear.svg | 200 ++++++++ .../source_SVG/mask_all_smooth.svg | 268 ++++++++++ .../source_SVG/mask_button_dn.svg | 217 +++++++++ .../source_SVG/mask_button_hi.svg | 248 ++++++++++ .../source_SVG/mask_button_up.svg | 167 +++++++ .../source_SVG/mask_crv_linear.svg | 133 +++++ .../source_SVG/mask_crv_smooth.svg | 204 ++++++++ .../source_SVG/mask_pnt_linear.svg | 125 +++++ .../source_SVG/mask_pnt_smooth.svg | 204 ++++++++ .../theme_unflat/source_SVG/mask_prst_crc.svg | 169 +++++++ .../source_SVG/mask_prst_load.svg | 205 ++++++++ .../theme_unflat/source_SVG/mask_prst_ovl.svg | 167 +++++++ .../source_SVG/mask_prst_save.svg | 205 ++++++++ .../theme_unflat/source_SVG/mask_prst_sqr.svg | 167 +++++++ .../theme_unflat/source_SVG/mask_prst_tri.svg | 165 +++++++ .../source_SVG/mask_prst_trsh.svg | 205 ++++++++ .../theme_unflat/source_SVG/mask_pstn_cen.svg | 187 +++++++ .../theme_unflat/source_SVG/mask_pstn_nrm.svg | 224 +++++++++ .../source_SVG/mask_scale_chkd.svg | 244 ++++++++++ .../source_SVG/mask_scale_chkdhi.svg | 256 ++++++++++ .../theme_unflat/source_SVG/mask_scale_up.svg | 178 +++++++ .../source_SVG/mask_scale_uphi.svg | 255 ++++++++++ .../theme_unflat/source_SVG/mask_scale_x.svg | 178 +++++++ .../source_SVG/mask_scale_xdown.svg | 246 ++++++++++ .../theme_unflat/source_SVG/mask_scale_xy.svg | 198 ++++++++ .../source_SVG/mask_scale_xydown.svg | 266 ++++++++++ .../theme_unflat/source_SVG/mask_scale_y.svg | 178 +++++++ .../source_SVG/mask_scale_ydown.svg | 246 ++++++++++ .../theme_unflat/source_SVG/unclear.svg | 177 +++++++ .../theme_unflat/source_SVG/unclear_dn.svg | 217 +++++++++ .../theme_unflat/source_SVG/unclear_hi.svg | 248 ++++++++++ .../theme_unflat/source_SVG/unclear_up.svg | 167 +++++++ .../plugins/theme_unflat/unclear.png | Bin 0 -> 556 bytes .../plugins/theme_unflat/unclear_dn.png | Bin 0 -> 266 bytes .../plugins/theme_unflat/unclear_hi.png | Bin 0 -> 441 bytes .../plugins/theme_unflat/unclear_up.png | Bin 0 -> 167 bytes 725 files changed, 87031 insertions(+), 98 deletions(-) create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_blond/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blond/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_blue/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blue/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_bright/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_bright/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_bright/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_bright/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_bright/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_trash.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_hulk/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_neophyte/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_pinklady/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_suv/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_suv/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_suv/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_suv/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_suv/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_all_linear.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_all_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_button_dn.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_button_hi.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_button_up.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_crv_linear.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_crv_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_pnt_linear.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_pnt_smooth.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_crc.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_load.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_ovl.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_save.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_sqr.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_tri.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_prst_trsh.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_pstn_cen.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_pstn_nrm.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_chkd.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_chkdhi.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_up.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_uphi.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_x.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_xdown.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_xy.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_xydown.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_y.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/mask_scale_ydown.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_all_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_all_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_up.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_linear.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_smooth.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_crc.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_load.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_ovl.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_save.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_sqr.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_tri.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_trsh.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_cen.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_nrm.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkd.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkdhi.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_up.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_uphi.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_x.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xdown.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xy.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xydown.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_y.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_ydown.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_dn.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_hi.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_up.svg create mode 100644 cinelerra-5.1/plugins/theme_unflat/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/unclear_up.png diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.C b/cinelerra-5.1/cinelerra/appearanceprefs.C index 79c2c03b..4ca46b2d 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.C +++ b/cinelerra-5.1/cinelerra/appearanceprefs.C @@ -165,6 +165,15 @@ void AppearancePrefs::create_objects() char hex_color[BCSTRLEN]; sprintf(hex_color, "%06x", preferences->highlight_inverse); add_subwindow(new HighlightInverseColor(pwindow, x, y, hex_color)); + x2 = x; x = x0; + y += 35; + add_subwindow(title = new BC_Title(x, y, _("Composer BG Color:"))); + int clr_color = pwindow->thread->edl->session->cwindow_clear_color; + int clr_alpha = pwindow->thread->edl->session->cwindow_clear_alpha; + add_subwindow(cwdw_bg_color = new Composer_BG_Color(pwindow, + x2, y, 80, 24, clr_color, clr_alpha)); + draw_3d_border(x2-2,y-2, 80+4,24+4, 1); + cwdw_bg_color->create_objects(); y += 35; x = x0; @@ -793,3 +802,31 @@ int RectifyAudioToggle::handle_event() return 1; } +Composer_BG_Color::Composer_BG_Color(PreferencesWindow *pwindow, + int x, int y, int w, int h, int color, int alpha) + : ColorBoxButton(_("Composer BG color"), x, y, w, h, color, alpha, 1) +{ + this->pwindow = pwindow; +} + +Composer_BG_Color::~Composer_BG_Color() +{ +} + +void Composer_BG_Color::handle_done_event(int result) +{ + if( result ) { + pwindow->lock_window("Composer_BG_Color::handle_done_event"); + update_gui(orig_color, orig_alpha); + pwindow->unlock_window(); + handle_new_color(orig_color, orig_alpha); + } +} + +int Composer_BG_Color::handle_new_color(int color, int alpha) +{ + pwindow->thread->edl->session->cwindow_clear_color = color; + pwindow->thread->edl->session->cwindow_clear_alpha = alpha; + return 1; +} + diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.h b/cinelerra-5.1/cinelerra/appearanceprefs.h index c83a04da..4b705b2c 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.h +++ b/cinelerra-5.1/cinelerra/appearanceprefs.h @@ -24,6 +24,7 @@ #include "appearanceprefs.inc" #include "browsebutton.h" +#include "colorpicker.h" #include "deleteallindexes.inc" #include "mwindow.inc" #include "preferencesthread.h" @@ -52,6 +53,7 @@ public: ViewViconColorMode *vicon_color_mode; YuvColorSpace *yuv_color_space; YuvColorRange *yuv_color_range; + Composer_BG_Color *cwdw_bg_color; }; @@ -374,4 +376,16 @@ public: PreferencesWindow *pwindow; }; +class Composer_BG_Color : public ColorBoxButton +{ +public: + Composer_BG_Color(PreferencesWindow *pwindow, + int x, int y, int w, int h, int color, int alpha); + ~Composer_BG_Color(); + void handle_done_event(int result); + int handle_new_color(int color, int alpha); + + PreferencesWindow *pwindow; +}; + #endif diff --git a/cinelerra-5.1/cinelerra/appearanceprefs.inc b/cinelerra-5.1/cinelerra/appearanceprefs.inc index 9201a42f..c5e7daaa 100644 --- a/cinelerra-5.1/cinelerra/appearanceprefs.inc +++ b/cinelerra-5.1/cinelerra/appearanceprefs.inc @@ -55,5 +55,6 @@ class YuvColorSpaceItem; class YuvColorRange; class YuvColorRangeItem; class PerpetualSession; +class Composer_BG_Color; #endif diff --git a/cinelerra-5.1/cinelerra/cwindowtool.C b/cinelerra-5.1/cinelerra/cwindowtool.C index fb4e895b..0b0b6069 100644 --- a/cinelerra-5.1/cinelerra/cwindowtool.C +++ b/cinelerra-5.1/cinelerra/cwindowtool.C @@ -1922,16 +1922,6 @@ int CWindowMaskDelPoint::handle_event() return 1; } -int CWindowMaskDelPoint::keypress_event() -{ - if( get_keypress() == BACKSPACE || - get_keypress() == DELETE ) - return handle_event(); - return 0; -} - - - CWindowMaskAffectedPoint::CWindowMaskAffectedPoint(MWindow *mwindow, CWindowMaskGUI *gui, int x, int y) @@ -2597,7 +2587,7 @@ void CWindowMaskGUI::create_objects() } add_subwindow(mask_unclr = new CWindowMaskUnclear(mwindow, this, clr_x, y)); y += mask_enables[0]->get_h() + 2*margin; - add_subwindow(title_bar = new BC_TitleBar(x, y, get_w()-2*x, 20, 10, _("Presets shapes"))); + add_subwindow(title_bar = new BC_TitleBar(x, y, get_w()-2*x, 20, 10, _("Preset Shapes"))); y += title_bar->get_h() + margin; add_subwindow(mask_shape_sqr = new CWindowMaskShape(mwindow, this, "mask_prst_sqr_images", MASK_SHAPE_SQUARE, t[0], y, _("Square"))); @@ -2706,7 +2696,6 @@ void CWindowMaskGUI::create_objects() "Shift+LMB: move an end point\n" "Ctrl+LMB: move a control point\n" "Alt+LMB: to drag translate the mask\n" - "Shift+Key Delete: to delete the point\n" "Shift+MMB: Set Pivot Point at pointer\n" "Wheel: rotate around Pivot Point\n" "Shift+Wheel: scale around Pivot Point\n" @@ -3330,7 +3319,7 @@ CWindowMaskDelete::CWindowMaskDelete(MWindow *mwindow, { this->mwindow = mwindow; this->gui = gui; - set_tooltip(_("delete preset")); + set_tooltip(_("Delete preset")); } int CWindowMaskDelete::handle_event() diff --git a/cinelerra-5.1/cinelerra/cwindowtool.h b/cinelerra-5.1/cinelerra/cwindowtool.h index 5e290b13..3d05d38a 100644 --- a/cinelerra-5.1/cinelerra/cwindowtool.h +++ b/cinelerra-5.1/cinelerra/cwindowtool.h @@ -431,7 +431,6 @@ public: CWindowMaskDelPoint(MWindow *mwindow, CWindowMaskGUI *gui, int x, int y); int handle_event(); - int keypress_event(); MWindow *mwindow; CWindowMaskGUI *gui; }; diff --git a/cinelerra-5.1/cinelerra/edlsession.C b/cinelerra-5.1/cinelerra/edlsession.C index 91b53d22..4c5cfdd3 100644 --- a/cinelerra-5.1/cinelerra/edlsession.C +++ b/cinelerra-5.1/cinelerra/edlsession.C @@ -73,6 +73,8 @@ EDLSession::EDLSession(EDL *edl) cwindow_xscroll = cwindow_yscroll = 0; cwindow_zoom = 1.0; cwindow_click2play = 0; + cwindow_clear_color = BLACK; + cwindow_clear_alpha = 0; strcpy(default_atransition, INIT_ATRANSITION); strcpy(default_vtransition, INIT_VTRANSITION); default_transition_length = 1.0; @@ -178,7 +180,9 @@ int EDLSession::need_rerender(EDLSession *ptr) (white_balance_raw != ptr->white_balance_raw) || (proxy_disabled_scale != ptr->proxy_disabled_scale) || (proxy_scale != ptr->proxy_scale) || - (proxy_use_scaler != ptr->proxy_use_scaler)); + (proxy_use_scaler != ptr->proxy_use_scaler) || + (cwindow_clear_color != ptr->cwindow_clear_color) || + (cwindow_clear_alpha != ptr->cwindow_clear_alpha)); } void EDLSession::equivalent_output(EDLSession *session, double *result) @@ -254,6 +258,8 @@ int EDLSession::load_defaults(BC_Hash *defaults) cwindow_yscroll = defaults->get("CWINDOW_YSCROLL", 0); cwindow_zoom = defaults->get("CWINDOW_ZOOM", (float)1); cwindow_click2play = defaults->get("CWINDOW_CLICK2PLAY", 0); + cwindow_clear_color = defaults->get("CWINDOW_CLEAR_COLOR", BLACK); + cwindow_clear_alpha = defaults->get("CWINDOW_CLEAR_ALPHA", 0); sprintf(default_atransition, INIT_ATRANSITION); defaults->get("DEFAULT_ATRANSITION", default_atransition); sprintf(default_vtransition, INIT_VTRANSITION); @@ -401,6 +407,8 @@ int EDLSession::save_defaults(BC_Hash *defaults) defaults->update("CWINDOW_YSCROLL", cwindow_yscroll); defaults->update("CWINDOW_ZOOM", cwindow_zoom); defaults->update("CWINDOW_CLICK2PLAY", cwindow_click2play); + defaults->update("CWINDOW_CLEAR_COLOR", cwindow_clear_color); + defaults->update("CWINDOW_CLEAR_ALPHA", cwindow_clear_alpha); defaults->update("DEFAULT_ATRANSITION", default_atransition); defaults->update("DEFAULT_VTRANSITION", default_vtransition); defaults->update("DEFAULT_TRANSITION_LENGTH", default_transition_length); @@ -625,6 +633,8 @@ int EDLSession::load_xml(FileXML *file, cwindow_yscroll = file->tag.get_property("CWINDOW_YSCROLL", cwindow_yscroll); cwindow_zoom = file->tag.get_property("CWINDOW_ZOOM", cwindow_zoom); cwindow_click2play = file->tag.get_property("CWINDOW_CLICK2PLAY", cwindow_click2play); + cwindow_clear_color = file->tag.get_property("CWINDOW_CLEAR_COLOR", cwindow_clear_color); + cwindow_clear_alpha = file->tag.get_property("CWINDOW_CLEAR_ALPHA", cwindow_clear_alpha); editing_mode = file->tag.get_property("EDITING_MODE", editing_mode); folderlist_format = file->tag.get_property("FOLDERLIST_FORMAT", folderlist_format); highlighted_track = file->tag.get_property("HIGHLIGHTED_TRACK", 0); @@ -692,6 +702,8 @@ int EDLSession::save_xml(FileXML *file) file->tag.set_property("CWINDOW_YSCROLL", cwindow_yscroll); file->tag.set_property("CWINDOW_ZOOM", cwindow_zoom); file->tag.set_property("CWINDOW_CLICK2PLAY", cwindow_click2play); + file->tag.set_property("CWINDOW_CLEAR_COLOR", cwindow_clear_color); + file->tag.set_property("CWINDOW_CLEAR_ALPHA", cwindow_clear_alpha); file->tag.set_property("EDITING_MODE", editing_mode); file->tag.set_property("FOLDERLIST_FORMAT", folderlist_format); file->tag.set_property("HIGHLIGHTED_TRACK", highlighted_track); @@ -827,6 +839,8 @@ int EDLSession::copy(EDLSession *session) cwindow_yscroll = session->cwindow_yscroll; cwindow_zoom = session->cwindow_zoom; cwindow_click2play = session->cwindow_click2play; + cwindow_clear_color = session->cwindow_clear_color; + cwindow_clear_alpha = session->cwindow_clear_alpha; strcpy(default_atransition, session->default_atransition); strcpy(default_vtransition, session->default_vtransition); default_transition_length = session->default_transition_length; diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 343a51f3..7a383471 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -119,6 +119,9 @@ public: int cwindow_yscroll; float cwindow_zoom; int cwindow_click2play; +// CWindow clear color + int cwindow_clear_color; + int cwindow_clear_alpha; // Transition char default_atransition[BCTEXTLEN]; char default_vtransition[BCTEXTLEN]; diff --git a/cinelerra-5.1/cinelerra/playback3d.C b/cinelerra-5.1/cinelerra/playback3d.C index 672d7a2f..53f6c9e6 100644 --- a/cinelerra-5.1/cinelerra/playback3d.C +++ b/cinelerra-5.1/cinelerra/playback3d.C @@ -705,7 +705,7 @@ void Playback3D::draw_output(Playback3DCommand *command, int flip_y) if(!command->is_cleared) { // If we get here, the virtual console was not used. - init_frame(command, 0); + color_frame(command, 0,0,0,0); } // Texture @@ -747,11 +747,11 @@ void Playback3D::draw_output(Playback3DCommand *command, int flip_y) } -void Playback3D::init_frame(Playback3DCommand *command, int is_yuv) +void Playback3D::color_frame(Playback3DCommand *command, + float r, float g, float b, float a) { #ifdef HAVE_GL - float gbuv = is_yuv ? 0.5 : 0.0; - glClearColor(0.0, gbuv, gbuv, 0.0); + glClearColor(r, g, b, a); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); #endif } @@ -775,14 +775,21 @@ void Playback3D::clear_output_sync(Playback3DCommand *command) // If we get here, the virtual console is being used. command->canvas->get_canvas()->enable_opengl(); int is_yuv = 0; + int color = BLACK, alpha = 0; // Using pbuffer for refresh frame. if( command->frame ) { command->frame->enable_opengl(); + color = command->frame->get_clear_color(); + alpha = command->frame->get_clear_alpha(); int color_model = command->canvas->mwindow->edl->session->color_model; is_yuv = BC_CModels::is_yuv(color_model); } - - init_frame(command, is_yuv); + int a = alpha; + int r = (color>>16) & 0xff; + int g = (color>>8) & 0xff; + int b = (color>>0) & 0xff; + if( is_yuv ) YUV::yuv.rgb_to_yuv_8(r, g, b); + color_frame(command, r/255.f, g/255.f, b/255.f, a/255.f); } command->canvas->unlock_canvas(); #endif diff --git a/cinelerra-5.1/cinelerra/playback3d.h b/cinelerra-5.1/cinelerra/playback3d.h index edd7726d..cd7aab02 100644 --- a/cinelerra-5.1/cinelerra/playback3d.h +++ b/cinelerra-5.1/cinelerra/playback3d.h @@ -321,7 +321,8 @@ public: private: // Called by write_buffer and clear_frame to initialize OpenGL flags - void init_frame(Playback3DCommand *command, int is_yuv=0); + void color_frame(Playback3DCommand *command, + float r, float g, float b, float a); void write_buffer_sync(Playback3DCommand *command); void draw_output(Playback3DCommand *command, int flip_y); void clear_output_sync(Playback3DCommand *command); diff --git a/cinelerra-5.1/cinelerra/videodevice.C b/cinelerra-5.1/cinelerra/videodevice.C index 78214ada..dd0ee060 100644 --- a/cinelerra-5.1/cinelerra/videodevice.C +++ b/cinelerra-5.1/cinelerra/videodevice.C @@ -721,6 +721,9 @@ void VideoDevice::new_output_buffer(VFrame **output, int colormodel, EDL *edl) { if(!output_base) return; output_base->new_output_buffer(output, colormodel, edl); + int clr_color = edl->session->cwindow_clear_color; + int clr_alpha = edl->session->cwindow_clear_alpha; + (*output)->set_clear_color(clr_color, clr_alpha); } diff --git a/cinelerra-5.1/cinelerra/virtualvconsole.C b/cinelerra-5.1/cinelerra/virtualvconsole.C index 7a4fe8f6..193761b6 100644 --- a/cinelerra-5.1/cinelerra/virtualvconsole.C +++ b/cinelerra-5.1/cinelerra/virtualvconsole.C @@ -153,8 +153,12 @@ int VirtualVConsole::process_buffer(int64_t input_position, if(!output_temp) { // Texture is created on demand + EDL *edl = renderengine->get_edl(); output_temp = new VFrame( track->track_w, track->track_h, - renderengine->get_edl()->session->color_model); + edl->session->color_model); + int clr_color = edl->session->cwindow_clear_color; + int clr_alpha = edl->session->cwindow_clear_alpha; + output_temp->set_clear_color(clr_color, clr_alpha); } // Reset OpenGL state diff --git a/cinelerra-5.1/doc/shortcuts.html b/cinelerra-5.1/doc/shortcuts.html index 0f74a57b..ae5a8b1a 100644 --- a/cinelerra-5.1/doc/shortcuts.html +++ b/cinelerra-5.1/doc/shortcuts.html @@ -1134,6 +1134,12 @@ Ctrl-m Delete selected edits/put in buffer/insert space + +
+ Mute + Backspace + Delete selected edits/put in buffer/insert space +
Copy Pack @@ -1728,12 +1734,6 @@ Alt-drag mask Hold down Alt+left mouse to translate mask - -
- + Delete mask - Shf+delete btn - Hold down Shift + click Delete to delete point -
+ Edit point diff --git a/cinelerra-5.1/guicast/bccmdl.py b/cinelerra-5.1/guicast/bccmdl.py index 1ebb9ca0..9d848c55 100755 --- a/cinelerra-5.1/guicast/bccmdl.py +++ b/cinelerra-5.1/guicast/bccmdl.py @@ -4,6 +4,11 @@ from __future__ import print_function base = { + "clear": { + "i8": { "r": " uint32_t r = bg_r, g = bg_g, b = bg_b;", }, + "i16": { "r": " uint32_t r = bg_r, g = bg_g, b = bg_b;", }, + "fp": { "r": " float r = bg_fr, g = bg_fg, b = bg_fb;", }, + }, "rgb8": { "i8": { "r": " uint32_t in = *inp; int r = ((in>>6)&3)*0x55u, g = ((in>>3)&7)*0x24u, b = (in&7)*0x24u;", @@ -507,7 +512,7 @@ def specialize(fr_cmdl, to_cmdl, fn): global special special[(fr_cmdl, to_cmdl)] = fn -add_cmodel( 0, "bc_transparency") +add_cmodel( 0, "bc_transparency", "clr", "clear") add_cmodel( 1, "bc_compressed") add_cmodel( 2, "bc_rgb8", "i8", "rgb8") @@ -561,6 +566,7 @@ add_cmodel(43, "bc_rgbx_float", "fp", "rgbfloat", "xfp") specialize("bc_rgba8888", "bc_transparency", "XFER_rgba8888_to_transparency") ctype = { + "clr": None, "i8": "uint8_t", "i16": "uint16_t", "fp": "float", @@ -571,6 +577,11 @@ adata = { "i16": " z_int a=0xffff;", "fp": " z_float fa=1;", } +cdata = { + "i8": " z_int a = bg_a;", + "i16": " z_int a = bg_a;", + "fp": " z_float fa = bg_fa;", +} def has_alpha(nm): return nm in ["bc_rgba8888", "bc_argb8888", "bc_abgr8888", \ @@ -592,7 +603,8 @@ def is_rgb(nm): "bc_argb8888", "bc_abgr8888", "bc_rgb", "bc_rgb161616", \ "bc_rgba16161616", "bc_rgb_float", "bc_rgba_float", \ "bc_rgb_floatp", "bc_rgba_floatp", "bc_gbrp", \ - "bc_rgbx8888", "bc_rgbx16161616", "bc_rgbx_float", ] + "bc_rgbx8888", "bc_rgbx16161616", "bc_rgbx_float", \ + "bc_transparency"] def is_yuv(nm): return nm in [ "bc_yuv888", "bc_yuva8888", "bc_yuv161616", \ @@ -612,14 +624,17 @@ def is_float(nm): def gen_xfer_proto(fd, pfx, cls, fr_cmdl, to_cmdl): global dtype, ctype print("%svoid %sxfer_%s_to_%s" % (pfx, cls, fr_cmdl[3:], to_cmdl[3:]), end=' ', file=fd) - ityp = dtype[fr_cmdl]; fr_typ = ctype[ityp]; - otyp = dtype[to_cmdl]; to_typ = ctype[otyp]; + ityp = dtype[fr_cmdl]; + otyp = dtype[to_cmdl]; print("(unsigned y0, unsigned y1)", end=' ', file=fd) def gen_xfer_fn(fd, fr_cmdl, to_cmdl): - global layout, dtype, adata + global layout, dtype, adata, cdata ityp = dtype[fr_cmdl]; otyp = dtype[to_cmdl] if( ityp is None or otyp is None ): return + fr_typ = ctype[ityp]; + to_typ = ctype[otyp]; + if( to_typ is None ): return # xfr fn header gen_xfer_proto(fd, "", class_qual, fr_cmdl, to_cmdl); # xfr fn body @@ -631,8 +646,12 @@ def gen_xfer_fn(fd, fr_cmdl, to_cmdl): out_xfer = "flat" if not is_planar(to_cmdl) else \ to_cmdl[3:] if is_yuv(to_cmdl) else \ "rgbp" if not has_alpha(to_cmdl) else "rgbap" - print(" xfer_%s_row_out(%s) xfer_%s_row_in(%s)" % (out_xfer, ctype[otyp], in_xfer, ctype[ityp]), file=fd) - + print(" xfer_%s_row_out(%s)" % (out_xfer, to_typ), end=' ', file=fd) + if( fr_typ is None ): + print(" xfer_clear()", end=' ', file=fd) + else: + print(" xfer_%s_row_in(%s)" % (in_xfer, fr_typ), end=' ', file=fd) + print("", file=fd) # load inp if( is_float(to_cmdl) and is_yuv(fr_cmdl) ): for ic in layout[fr_cmdl]: print("%s" % (base[ic][ityp]['r']), end=' ', file=fd) @@ -650,11 +669,14 @@ def gen_xfer_fn(fd, fr_cmdl, to_cmdl): else: for ic in layout[fr_cmdl]: print("%s" % (base[ic][otyp]['r']), end=' ', file=fd) if( has_alpha(to_cmdl) and not has_alpha(fr_cmdl) ): - print("%s" % (adata[otyp]), end=' ', file=fd) + alfa = cdata if fr_typ is None else adata + print("%s" % (alfa[otyp]), end=' ', file=fd) print("", file=fd) # xfer if( is_rgb(fr_cmdl) and is_yuv(to_cmdl) ): - if( otyp == "i8" ): + if( ityp == "clr" ): + print(" int32_t y = r, u = g, v = b;", file=fd) + elif( otyp == "i8" ): print(" int32_t y, u, v; YUV::yuv.rgb_to_yuv_8(r, g, b, y, u, v);", file=fd) elif( otyp == "i16" ): print(" int32_t y, u, v; YUV::yuv.rgb_to_yuv_16(r, g, b, y, u, v);", file=fd) @@ -698,7 +720,7 @@ for fr_cmdl in cmodels: if( is_specialized(fr_cmdl, to_cmdl) ): print(" void %s(unsigned y0, unsigned y1);" % (special[(fr_cmdl, to_cmdl)]), file=fd) continue - if( ityp is None or otyp is None ): continue + if( ityp is None or otyp is None or ctype[otyp] is None ): continue gen_xfer_proto(fd, " ", "", fr_cmdl, to_cmdl); print(";", file=fd) # end of class definition @@ -734,7 +756,7 @@ for fr_no in range(mx_no): to_cmdl = bcmodels.get(to_no) otyp = dtype[to_cmdl] xfn = special[(fr_cmdl, to_cmdl)] if( is_specialized(fr_cmdl, to_cmdl) ) else \ - "xfer_%s_to_%s" % (fr_cmdl[3:], to_cmdl[3:]) if ( ityp and otyp ) else None + "xfer_%s_to_%s" % (fr_cmdl[3:], to_cmdl[3:]) if ( ityp and otyp and ctype[otyp] ) else None if( n > 72 ): print("", file=fd); n = 0 if( n == 0 ): print(" ", end=' ', file=fd); n += 4 fn = "&%s%s" % (class_qual, xfn) if( xfn ) else "0" diff --git a/cinelerra-5.1/guicast/bccmodels.h b/cinelerra-5.1/guicast/bccmodels.h index 57843aa9..20d2a899 100644 --- a/cinelerra-5.1/guicast/bccmodels.h +++ b/cinelerra-5.1/guicast/bccmodels.h @@ -66,7 +66,7 @@ enum BC_CModel { BC_AYUV16161616 = 35, BC_GREY8 = 36, BC_GREY16 = 37, -//only used for chroma only xfers (transfer with bg_color < 0) +//only used for chroma only xfers (transfer with bg_color = -1) BC_RGBX8888 = 39, BC_RGBX16161616 = 40, BC_YUVX8888 = 41, @@ -134,6 +134,11 @@ public: unsigned char **input_ptrs, int in_colormodel, int in_x, int in_y, int in_w, int in_h, int in_rowspan, int bg_color); +// paint buffer solid color + static void init_color(int color, int alpha, + unsigned char **output_rows, int out_colormodel, + unsigned char *out_yp, unsigned char *out_up, unsigned char *out_vp, + int out_x, int out_y, int out_w, int out_h, int out_rowspan); static int bc_to_x(int color_model); static void bcxfer_stop_slicers(); diff --git a/cinelerra-5.1/guicast/bcxfer.C b/cinelerra-5.1/guicast/bcxfer.C index d94fc389..4b98f118 100644 --- a/cinelerra-5.1/guicast/bcxfer.C +++ b/cinelerra-5.1/guicast/bcxfer.C @@ -4,10 +4,10 @@ void BC_Xfer::init( uint8_t *out_yp, uint8_t *out_up, uint8_t *out_vp, uint8_t *out_ap, int out_rowspan, uint8_t **input_rows, int in_colormodel, int in_x, int in_y, int in_w, int in_h, uint8_t *in_yp, uint8_t *in_up, uint8_t *in_vp, uint8_t *in_ap, int in_rowspan, - int bg_color) + int bg_color, int bg_alpha) { - this->bg_color = bg_color; if( bg_color >= 0 ) { + this->bg_a = bg_alpha; // only used with init_color this->bg_r = (bg_color>>16) & 0xff; this->bg_g = (bg_color>>8) & 0xff; this->bg_b = (bg_color>>0) & 0xff; @@ -20,9 +20,26 @@ void BC_Xfer::init( case BC_YUVA16161616: in_colormodel = BC_YUVX16161616; break; case BC_RGBA_FLOAT: in_colormodel = BC_RGBX_FLOAT; break; } + this->bg_r = this->bg_g = this->bg_b = this->bg_a = 0; } - // prevent bounds errors on poorly dimensioned macro pixel formats + int pmx = BC_CModels::calculate_max(out_colormodel); switch( in_colormodel ) { + case BC_TRANSPARENCY: + if( BC_CModels::is_yuv(out_colormodel) ) { + int ry = this->bg_r, gu = this->bg_g, bv = this->bg_b; + YUV::yuv.rgb_to_yuv_8(ry, gu, bv); + this->bg_r = ry, this->bg_g = gu, this->bg_b = bv; + } + if( pmx > 0xff ) { + this->bg_r <<= 8; + this->bg_g <<= 8; + this->bg_b <<= 8; + this->bg_a <<= 8; + } + else + pmx = 0xff; + break; + // prevent bounds errors on poorly dimensioned macro pixel formats case BC_UVY422: case BC_YUV422: in_w &= ~1; break; // 2x1 case BC_YUV420P: @@ -84,32 +101,43 @@ void BC_Xfer::init( this->total_out_w = out_rowspan; this->in_pixelsize = BC_CModels::calculate_pixelsize(in_colormodel); this->out_pixelsize = BC_CModels::calculate_pixelsize(out_colormodel); - this->scale = (out_w != in_w) || (in_x != 0); - + if( in_w ) { + this->scale = (out_w != in_w) || (in_x != 0); /* + 1 so we don't overflow when calculating in advance */ - column_table = new int[out_w+1]; - double hscale = (double)in_w/out_w; - for( int i=0; iscale = 0; + column_table = 0; + row_table = 0; } - double vscale = (double)in_h/out_h; - row_table = new int[out_h]; - for( int i=0; ibg_fa = (float)this->bg_a / pmx; + this->bg_fr = (float)this->bg_r / pmx; + this->bg_fg = (float)this->bg_g / pmx; + this->bg_fb = (float)this->bg_b / pmx; } BC_Xfer::BC_Xfer(uint8_t **output_rows, uint8_t **input_rows, uint8_t *out_yp, uint8_t *out_up, uint8_t *out_vp, uint8_t *in_yp, uint8_t *in_up, uint8_t *in_vp, int in_x, int in_y, int in_w, int in_h, int out_x, int out_y, int out_w, int out_h, - int in_colormodel, int out_colormodel, int bg_color, int in_rowspan, int out_rowspan) + int in_colormodel, int out_colormodel, int bg_color, int bg_alpha, + int in_rowspan, int out_rowspan) { init(output_rows, out_colormodel, out_x, out_y, out_w, out_h, out_yp, out_up, out_vp, 0, out_rowspan, input_rows, in_colormodel, in_x, in_y, in_w, in_h, - in_yp, in_up, in_vp, 0, in_rowspan, bg_color); + in_yp, in_up, in_vp, 0, in_rowspan, bg_color, bg_alpha); } BC_Xfer::BC_Xfer( @@ -117,7 +145,7 @@ BC_Xfer::BC_Xfer( int out_x, int out_y, int out_w, int out_h, int out_rowspan, uint8_t **input_ptrs, int in_colormodel, int in_x, int in_y, int in_w, int in_h, int in_rowspan, - int bg_color) + int bg_color, int bg_alpha) { uint8_t *out_yp = 0, *out_up = 0, *out_vp = 0, *out_ap = 0; uint8_t *in_yp = 0, *in_up = 0, *in_vp = 0, *in_ap = 0; @@ -132,7 +160,7 @@ BC_Xfer::BC_Xfer( init(output_ptrs, out_colormodel, out_x, out_y, out_w, out_h, out_yp, out_up, out_vp, out_ap, out_rowspan, input_ptrs, in_colormodel, in_x, in_y, in_w, in_h, - in_yp, in_up, in_vp, in_ap, in_rowspan, bg_color); + in_yp, in_up, in_vp, in_ap, in_rowspan, bg_color, bg_alpha); } BC_Xfer::~BC_Xfer() @@ -142,15 +170,16 @@ BC_Xfer::~BC_Xfer() } void BC_CModels::transfer(unsigned char **output_rows, unsigned char **input_rows, - unsigned char *out_yp, unsigned char *out_up, unsigned char *out_vp, - unsigned char *in_yp, unsigned char *in_up, unsigned char *in_vp, - int in_x, int in_y, int in_w, int in_h, int out_x, int out_y, int out_w, int out_h, - int in_colormodel, int out_colormodel, int bg_color, int in_rowspan, int out_rowspan) + unsigned char *out_yp, unsigned char *out_up, unsigned char *out_vp, + unsigned char *in_yp, unsigned char *in_up, unsigned char *in_vp, + int in_x, int in_y, int in_w, int in_h, int out_x, int out_y, int out_w, int out_h, + int in_colormodel, int out_colormodel, int bg_color, + int in_rowspan, int out_rowspan) { BC_Xfer xfer(output_rows, input_rows, out_yp, out_up, out_vp, in_yp, in_up, in_vp, in_x, in_y, in_w, in_h, out_x, out_y, out_w, out_h, - in_colormodel, out_colormodel, bg_color, in_rowspan, out_rowspan); + in_colormodel, out_colormodel, bg_color,0xff, in_rowspan, out_rowspan); xfer.xfer(); } @@ -158,11 +187,25 @@ void BC_CModels::transfer( uint8_t **output_ptrs, int out_colormodel, int out_x, int out_y, int out_w, int out_h, int out_rowspan, uint8_t **input_ptrs, int in_colormodel, - int in_x, int in_y, int in_w, int in_h, int in_rowspan, int bg_color) + int in_x, int in_y, int in_w, int in_h, int in_rowspan, + int bg_color) { BC_Xfer xfer( output_ptrs, out_colormodel, out_x, out_y, out_w, out_h, out_rowspan, - input_ptrs, in_colormodel, in_x, in_y, in_w, in_h, in_rowspan, bg_color); + input_ptrs, in_colormodel, in_x, in_y, in_w, in_h, in_rowspan, + bg_color,0xff); + xfer.xfer(); +} + +// color is rgb +void BC_CModels::init_color(int color, int alpha, + unsigned char **output_rows, int out_colormodel, + unsigned char *out_yp, unsigned char *out_up, unsigned char *out_vp, + int out_x, int out_y, int out_w, int out_h, int out_rowspan) +{ + BC_Xfer xfer(output_rows, 0, out_yp,out_up,out_vp, 0,0,0, + 0,0,0,0, out_x,out_y,out_w,out_h, BC_TRANSPARENCY, + out_colormodel, color,alpha, 0, out_rowspan); xfer.xfer(); } diff --git a/cinelerra-5.1/guicast/bcxfer.h b/cinelerra-5.1/guicast/bcxfer.h index efcbc41f..c1234604 100644 --- a/cinelerra-5.1/guicast/bcxfer.h +++ b/cinelerra-5.1/guicast/bcxfer.h @@ -32,6 +32,9 @@ ZTYP(float); for( unsigned j=0; j= 0 ) { + BC_CModels::init_color(clear_color, clear_alpha, get_rows(), get_color_model(), + get_y(), get_u(), get_v(), 0,0, get_w(),get_h(), get_bytes_per_line()); + } + else + black_frame(); } void VFrame::rotate90() diff --git a/cinelerra-5.1/guicast/vframe.h b/cinelerra-5.1/guicast/vframe.h index af8040a5..5c717200 100644 --- a/cinelerra-5.1/guicast/vframe.h +++ b/cinelerra-5.1/guicast/vframe.h @@ -29,7 +29,6 @@ #include "bctexture.inc" #include "bcwindowbase.inc" #include "bccmodels.h" -#include "bccmodels.h" #include "vframe.inc" // Maximum number of prev or next effects to be pushed onto the stacks. @@ -140,7 +139,8 @@ public: return transfer_from(frame, bg_color, 0,0, frame->get_w(),frame->get_h()); } // Required for YUV - int clear_frame(); + void black_frame(); + void clear_frame(); int allocate_compressed_data(long bytes); // Sequence number. -1 means invalid. Passing frames to the encoder is @@ -291,6 +291,11 @@ public: // Calls init_screen with the current frame's dimensions. void init_screen(); +// color used by clear_frame, default -1 (unset) which clears to BLACK + void set_clear_color(int color, int alpha); + int get_clear_color(); + int get_clear_alpha(); + // Compiles and links the shaders into a program. // Adds the program with put_shader. // Returns the program handle. @@ -432,6 +437,8 @@ private: unsigned char *a; // Dimensions of frame int w, h; +// color used by clear_frame + int clear_color, clear_alpha; // Info for reading png images const unsigned char *image; long image_offset; diff --git a/cinelerra-5.1/guicast/vframe3d.C b/cinelerra-5.1/guicast/vframe3d.C index d7d4af0a..42d91ba1 100644 --- a/cinelerra-5.1/guicast/vframe3d.C +++ b/cinelerra-5.1/guicast/vframe3d.C @@ -445,8 +445,14 @@ void VFrame::dump_shader(int shader_id) void VFrame::clear_pbuffer() { #ifdef HAVE_GL - float gbuv = BC_CModels::is_yuv(get_color_model()) ? 0.5 : 0; - glClearColor(0.0, gbuv, gbuv, 0.0); + int rgb = clear_color>=0 ? clear_color : 0; + int a = clear_color>=0 ? clear_alpha : 0; + int r = (rgb>>16) & 0xff; + int g = (rgb>> 8) & 0xff; + int b = (rgb>> 0) & 0xff; + if( BC_CModels::is_yuv(get_color_model()) ) + YUV::yuv.rgb_to_yuv_8(r, g, b); + glClearColor(r/255.f, g/255.f, b/255.f, a/255.f); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); #endif } diff --git a/cinelerra-5.1/plugins/gradient/gradient.C b/cinelerra-5.1/plugins/gradient/gradient.C index 8e3ac91e..fa001041 100644 --- a/cinelerra-5.1/plugins/gradient/gradient.C +++ b/cinelerra-5.1/plugins/gradient/gradient.C @@ -386,16 +386,10 @@ GradientInColorButton::GradientInColorButton(GradientMain *plugin, GradientWindo { this->plugin = plugin; this->gui = gui; - for( int i=0; i<3; ++i ) { - vframes[i] = new VFrame(COLOR_W, COLOR_H, BC_RGB888); - vframes[i]->clear_frame(); - } } GradientInColorButton::~GradientInColorButton() { - for( int i=0; i<3; ++i ) - delete vframes[i]; } void GradientInColorButton::handle_done_event(int result) @@ -424,22 +418,16 @@ GradientOutColorButton::GradientOutColorButton(GradientMain *plugin, GradientWin { this->plugin = plugin; this->gui = gui; - for( int i=0; i<3; ++i ) { - vframes[i] = new VFrame(COLOR_W, COLOR_H, BC_RGB888); - vframes[i]->clear_frame(); - } } GradientOutColorButton::~GradientOutColorButton() { - for( int i=0; i<3; ++i ) - delete vframes[i]; } void GradientOutColorButton::handle_done_event(int result) { if( result ) { - gui->lock_window("GradientInColorButton::handle_done_event"); + gui->lock_window("GradientOutColorButton::handle_done_event"); update_gui(orig_color, orig_alpha); gui->unlock_window(); handle_new_color(orig_color, orig_alpha); diff --git a/cinelerra-5.1/plugins/sketcher/sketcherwindow.C b/cinelerra-5.1/plugins/sketcher/sketcherwindow.C index eb5a49f2..dd917e4b 100644 --- a/cinelerra-5.1/plugins/sketcher/sketcherwindow.C +++ b/cinelerra-5.1/plugins/sketcher/sketcherwindow.C @@ -102,16 +102,10 @@ SketcherCurveColor::SketcherCurveColor(SketcherWindow *gui, { this->gui = gui; this->color = CV_COLOR; - for( int i=0; i<3; ++i ) { - vframes[i] = new VFrame(w, h, BC_RGB888); - vframes[i]->clear_frame(); - } } SketcherCurveColor::~SketcherCurveColor() { - for( int i=0; i<3; ++i ) - delete vframes[i]; } void SketcherCurveColor::handle_done_event(int result) diff --git a/cinelerra-5.1/plugins/theme_blond/mask_all_linear.png b/cinelerra-5.1/plugins/theme_blond/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..001d0e96e3baf704d2606305a581a3cf8a1fe647 GIT binary patch literal 422 zcmV;X0a^ZuP)LKcB& z5GW+!HOjE6ijmK^Oz*R>9P8r{pz2Qo{p)lR`L72srT8X!Xpx1cX3FK-Nyy zV5Qs&!dMmi5V`6kr_W`ipPN2}PtetbkW9%@^$-B+CUtJw^VWPUKHo2Ev8M39(JHtV zS_Zd9i{P!Gd3bAR47Wi`7sR<~k1CH;-W+z%Udo#PrgL=8(k_3y|F-njEd1Q`%WCWX z_55A&v-?8mYLXmZyjH!OZxBx{o24X>kziJbHlA21qwiZvP`CS)-*lHaUxr=HPF)0h QZ2$lO07*qoM6N<$f|dNRuK)l5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_blond/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..49fa6d1fd0db4240d9aae328019ec61919ac74fc GIT binary patch literal 699 zcmV;s0!00ZP)Yajl?2|jZri`Ms#=Iu`!rUX4XZq z^Hz^{@A)|Q^4Ls| zW7%xs14#iu9F?9zW)HwGBK!0C!sAqMXP=zi-OEb`at992!p-Qj*HYY+WFQWMDXV53 z%(is|Yjbt}S7tgf@4g=NXR2;SOQO}AGOk?!DoIe_=Zt^7(-QVyEsWkeHhs#m@g$co zw39SRLaNpS@P1NmonrvV&fr8_Yt$|Q4M^V|Q%n$$&x)+DR4%F}! z#HeWdUVhtnBUmb!GD9MJ0n&mQg^jLUu2^o=a@tBwm@x@dDPj3{&_+?`ShV^nGXhu; h+22Um?85&a_yGVp>L4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdAc}; zSoH3_vQhAm0T1hi_b$sG%xIEQThQK@+_)r-;Y9+IL<3(~gPOF#q+B7t`CMufE-<|R zck({hap%LoA9n_dMEKb6*%+xW@NBc@`Q^G!9BKxhZ@!6p^q6`{`doN_B*J-$%Q^kv z2v3fw9>)x(p6guu&|bw)uk-4kk5gXldwfsiTfXb5qaxq(SSNNL?|V66M$3xBfl0yBAu0F_Lt?mDc)tZL^l|g;iV`vsLX5xNiQn#eK3X&<6~ju6{1-oD!M< Ddb4&b literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_button_hi.png b/cinelerra-5.1/plugins/theme_blond/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d0863324fc654a4d3da92bf1de67774345b34868 GIT binary patch literal 503 zcmV8XRN%<6JQ3w; z_=|RX4`criUX~;J=VvPwDt!C?mHx#KI-RGqTD#VKn^7<>fh($ru1#mseGD zs%p-7Tw?7Pn#~s5+f5!l-r?a^gS;qkSx$@r@8`_sGk#CTl;t&LIl_CtxlC3n>Uy^E zFrD@p4ElFgvQn{3oN{zoo+Jm0$nuWsI&tFl9Z##-pMU?u+}?5O#JA4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h|3UhANvq>?iMM+p?eOPgDF)CuaX68e2qw>KQy;{an^LB{Ts5 DdHOCH literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_blond/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..776f97790ebf3439d8a5c91c38bebd831967a1bb GIT binary patch literal 462 zcmV;<0WtoGP)%aZ}i`ux01s zW|bPMViL9tzy|;#u;=e@m(`dmU{x|j=RbqV;1R$Gpbxiv@3}nI2Rv}V@VPo3fs5gAZq*ys;Wku?Frk9sfHYNgzc@Wt}P5sIl2@M zZ;Fb)n?{|5pyPGZ)b7pl6g|^isrG8Z;hnHOEAysoTaws&)ra+;xrtxlTpSEty${fl zl6fryXJlSLI2gK(XXoM|pR46Bq**s3It2`oW>)}q=7CAGt`eOnXv$wJuoLh>fT;^x zEt@*$pNLL?l}!7qvw;!?zTdc>hjcCua{hMt5GyTHpRxY8t^r2_rT_o{07*qoM6N<$ Ef>C+D9RL6T literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_crv_smooth.png b/cinelerra-5.1/plugins/theme_blond/mask_crv_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..2670fdbf79b6c5160856c1732d4c71f16b57ecc7 GIT binary patch literal 633 zcmV-<0*3vGP)9Jl3u(&pUv-ooH}v0TwFT~$~7VHD99}U@N06F0p|p`9){(oslL^z z@89ZWXY_I$e>&J*Ge*xiqnDFJm$nUdR=-GWG}o_gt-j(+?fJH#aU4xMQ)`Lno&7wG zMq@NF`fINr0f6fD7${r>WPvRI><2Cuiz}ck22|BlXLD@a}W1D z;6a1PEM4^K)T>jobg@j2l!3fD1&{!M2(+5aJSpmlN==vE=X)E6Ae#_e0Jz9=Y?caB z1Z3I%XeFxrl)$AB$CtwVDaz3G#`K*NGmk%mT&vYy9bey#KAS!T_$80|=}u`?-K_b}!|S_d^|z%= zo6Y8s*GAL(`g{?q+Ia2N9rapQS0b}?VSFq0NG!sz0pR&RjTzP%MQ;M+7T;rsBEV(&2kFCiC8k8HSCb=9WVOh0Q2syFAHAT( U{R0H3F8}}l07*qoM6N<$f>}@ICjbBd literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_blond/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8c72ecc16d3d798ce5bb2258e832dc56678153 GIT binary patch literal 546 zcmV+-0^R+IP)q$*K!=7 z-?9>Cp&NVke1Fwkh!zi-u^|LzO1ol>*_nzKXsE8G+Ya?uUKw?{uJdx?>%LqxO0NA1 zs&%^0D0yw$r?p;BDOvxhhU`-{0uPW0A7yAd!N0QWhI^%Sd9oV_oKGCT&~(E zX>2>&;+J`NxM(#>>TEV!6}oXv&C4hVNAY;)ogX+B>$w4N($L_Hga#8M3C4~ev@E#; z=42=^GYfzwD8hkYitsjpCz-k8Zwml0CN=n|#Ko^jkV5Ii z4}!XxHsa#GHy!lnj*GxzQy^b{~Z>a|8CY;Y5x@Be(874G}N!RT{&a=q#*&72^Z9~-_B z790bFZtm_S>~ZgLC2Xhz;1xWbRdup)Z>JiTwg7KfGflhoi_k3lejl%OpfG8>5{{yk zJ()HI*JQ=cG<=A<9Yly|MbYj3$@;ms!YmGZ8M_#dF#1SskG(I7d>3DK!89002ovPDHLkV1ier1783D literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_prst_load.png b/cinelerra-5.1/plugins/theme_blond/mask_prst_load.png new file mode 100644 index 0000000000000000000000000000000000000000..d02083f15fdad75cfec40ea1e8c069317e14ad58 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6dAc}; zSoFS~V$0WTz|$JPO7AX*rSrKPdA!nd4AVIhU%$}Xu}G`1?nuZ-wdlI4pDB@yertnb zjy&)*%1XAsm-?+-sb|vjOHP-+mIZO~pDdmlH`S$Own@HH-$84J^UlrXPIvD`)rAF0 zT4f}+mwwwiODk#Vhg)0xq+jp2dCft!@cQk}lQT?KOV~Wk+v(={=#u*no15orjdpyQ q7i`tD!{UdEp4!=!FNJ^k?`5phaE#t2pLqc2Y6eeNKbLh*2~7Z;oN{>p literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_blond/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..28bcce281e058010474c994a5cfde009dd4ae285 GIT binary patch literal 513 zcmV+c0{;DpP)Ffu1S3*S_Dpn%dq*;jxWEwQ=~x z+F#2BwpiO;u~*?&8-*H2{i9rC8-*7@T|Ax#L1R!943G>54d=N&a8ao>mj3Ney+avE z?xQ}Iv0#N3fHV5h+U`nG@%44@ne*J)eXV>Nlly;>razy!JJVKJSNJV(ile2T`IaPR z2oMDNlq`FNu%oaqumE(t(w{Bge-TX$21t@0RhP}bMLC$9XbKMDM9lnQ5G>nV<1zco z!CGdrU0@r`hNAZ$1hL>cD4&h4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TcdAc}; zSoFS~?8tXWLBRFD$=w~B*M>jn*~MI5<+koZP;et}hyzsMr zNgup_#OdBCkcG2SOswf>aP@j3C-)8cw&*ZQ*`zwKal+2HF~zexEY&=(Azu6{1- HoD!M<;1GAe literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_blond/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..dd30da16edb9edd839c91d1ac93afa47ffab8c48 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=CubeyUD|Lt477mu(=SnKTLE}f1)7`PQ@cQW3n@iG?gm$J$Fu;L(dqQSLI lO_zfD8XMd6JQV-{ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_blond/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1090b59911917e4bddacb3777d3326e2b1d4ef GIT binary patch literal 492 zcmV-ioaVpuk{zP1(fga!k zuolNJaZHWI?XswG6P~bYnwjh2AhAw23cZD|hjB7PiyfzuMacmU&;VI-YSrAYi&6H% zmm;dgAf*SxVn2Rkr&i5j=q2D{B&OT#W@o~fd_YLzOWsVTuf`)5-33sUW7C{=r>16K z6)DA`jx2WT)jUELXsBqpyWjEOODHv9(XHP{UcJa-?a^{#S()eVen3qz@c8>96}$Dj zbzlXsJ@v}{^H!&M7E&*S-gw0-#!m3$IGLPz>7S=kb8l*J3V_H!>TkuaUD*I#25iss z&Ig46TCHXocvP4VGDC_L-3~xF8bteHcM-OVF{ie_S62f{oZ=ndLYD00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TYJY5_^ zEP9g@Bv=CubohVzd;2yo4-e1R7mxn`H!k7oToE=Q<-_mo+y75~W#yO{%2PbU!!+dp z<23^{Rf`R*%pkyRIjdvioCJx(JPyk_8E3iPTXFF4&4h?3Hz041WXl{TPPVo4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&c|2Vl zLo9lqPBHX5>>%KJUuEI>TOJ%O3l56vZfEdX_aM9Cav|#uCe?7qzy!hGi3~IE_A04Z zO;d^}ig|FPjCKF)i}ROXy#DUM{;AvDc9$1NUTZd+u+vn$RAWNthnuClA3c7XxxA$+ zyJ@@H>Z&EG77XSGL{2nxb_w4V-!Ubu&}e0KRO+5Z2RsAMeEY@Doxb?shrD-km$Rz3 zoLf`Ozg*}E7l)%t=*7U~mh99wYfm=*oo^IgSaiYUvTc{%1BFRU=N+^bgq{neSneXaMH{px&%h>FiW@rzr5fydzK>gTe~DWM4fhIydv literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_blond/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..fcae63724f8b83d3646628413fc522089ff4a08e GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=CubeyUD|Lt3S%Dx2~w3M0U9JW-Iv@T&N+3WK}%7x>?nS@D)1Y{p{Gyh^a xdZKU7#gInXo;M)}oAesqs0MYP4Qvo)V36w86Wh+iR1Gwl!PC{xWt~$(69CzkLSX;^ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_blond/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..6e75ca43bdc154ec7cbcf625ae07a924ebaa1e37 GIT binary patch literal 478 zcmV<40U`d0P)cp5-T`ENdT#432o7T@gao8yEse#_;%z z=rWoXK)t~L4!DdciK;e25-hkol8ADrYZFlcxg&R?7=I9Bj#)?7 z)ig~*S^lG(zhGvY2d-1GSkxPv<$S?xI^D|i|5PlOo8Uh6kz;ojslmQdvHU_sFYu>| zDlyoJE+tpt>*<#K@z&GrtGM+7%ZV}O$vciQCtO~h`^$WXw%z!<18_(k U8v8_S;{X5v07*qoM6N<$f}MNFEC2ui literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_scale_chkdhi.png b/cinelerra-5.1/plugins/theme_blond/mask_scale_chkdhi.png new file mode 100644 index 0000000000000000000000000000000000000000..560dac4d8fe275dbbdb0f220c26243b5efb3c5f2 GIT binary patch literal 480 zcmV<60U!Q}P)mmUbM5;vmB(E$TT_0aPH=TYrA3suZ@_0?4I^gcl6z{77NJGlJ z+dmg3HTaoS*$bwpP(JH5V5RpFSV+ z<>)Jihevq-{}&iA|9eB*&bYezO-ducvx>eS0GKs3v!=#Z6(4r@+1oo{XXh<3PKfah zDUA$6Pv7^<=QrHmUXxPV;CbDOu3Nsie7Nsu+xAtSpIWh4yaaDEs~(%tl?K~d#bSes zt-#MJ`odr%m{eSaJ#M$+pZB=kHq~t_u#6BwES@-oh&w&~X7l?A-(+twi)sO00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h|3UhANvq>?iMM+p?eOPgDF)CuaX68e2qw>KQy;{an^LB{Ts5 DdHOCH literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_blond/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..d0863324fc654a4d3da92bf1de67774345b34868 GIT binary patch literal 503 zcmV8XRN%<6JQ3w; z_=|RX4`criUX~;J=VvPwDt!C?mHx#KI-RGqTD#VKn^7<>fh($ru1#mseGD zs%p-7Tw?7Pn#~s5+f5!l-r?a^gS;qkSx$@r@8`_sGk#CTl;t&LIl_CtxlC3n>Uy^E zFrD@p4ElFgvQn{3oN{zoo+Jm0$nuWsI&tFl9Z##-pMU?u+}?5O#JAdxkP?;>ei|AYC~U`;(j>_7&=4u$4-yih@#$vn%$ch<(9!Y#tk>GhQhnW&uM$0t zUo)#q|B@Z){{<@0R&By-%ei4iV9-V{Vl1r>xCVu5Jr`q81ZBHrUT{*Bc) o=S|W*))9g2`iq~=b#(kOA9*2D^sR=+SpWb407*qoM6N<$f?K+yv;Y7A literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/mask_scale_xdown.png b/cinelerra-5.1/plugins/theme_blond/mask_scale_xdown.png new file mode 100644 index 0000000000000000000000000000000000000000..812086aae9cc9c1377406ae6b1a36a48ca4b7e3c GIT binary patch literal 609 zcmV-n0-pVeP)*fJKBmcZ-;o7037MkwE{I zWyLYI2%Z;23f3Z+q6HN(ShVzc;;6xWoj4|1@Kn&T4NOww6J7oD=PnVC4YcW^g_stN z@`AP=8ahEPSD@Z#bo7-M;QIl&T!B-k$69nPx;%@PQM;L}Z zK>@-r#QE(sw?cV709#vSDwQwH&&@G)c?y7g_m`+vs~tg!#Bm-iF9T5C-sbs>bzFD< zzdcsX3_TUFx>}@M-XXuZNII3~`?nt*!Rgdl9LHsC?J1k3(t+OGW53q+=)=bnpDSOP znZDl92dFnf@`c+tj@zPZ5sbmXV{-J!;cl_@R6l>Yn7R)~NNd3q(b3>QU)Zz-MKLM#?$N-(X zWUV@N>kM1M24mZ~zksn4p%Mc^tQ|pWouXEj7%Cj6s)7@h_;w&cwt=X7d$xOh-g(FO zy!YTgMv!FD3A~S>-wd+y+GL_>4!?F+`*4hU}lFo zGsg?cz)(Xp;Uwqc&HKL3`JLaHd6f^|Z;}_k`j#z0jm=m~w&3;GDp87`DU=_5_%@27 zYzkOP$-D1;f))%0$YktIfv&7zFo5PtiD_D!3U;MLldi;A1Fooe1;dzUc6O32YSJC;01c9e_wA zhgfVov1kF?w(UUEf&dKsehbsIaHT|*?lO2~kB$v{hXm9BSy^GE3yX%~)nqbDxQ-+g z3VTq1(Xk;+)B1PCBO}8IVS5e3BZKtz_V})EnmW3!qXvRRqxk?hj?LKU2twGa9-GG6 z$Fmq8zfDed4!`_*i$jNM5VqjjwS*5|Sy@f#!56uHy@#Trz1*9-%ly3sfEC5A@9_Wz z27V(e943`YV%vgv{AFz6kW6+1P+e6+MMX6|sRXH15+NK6)9^U1bnh!(2k!s5A5GIR zO^d6EuaPL!#E+86WB{nDijzoQA(6NOz>h!ufDppttnqls2cDRi^2J?UT?pHuw6q*m zRq5`&#O3ZwUVd!sj<0^zf6M z$2foCJhpAqP~U(p1nnK|0OaQvAZ(koo?fTe@Snct={-au5rzgwXsACmz0!{mzRev9O~G}s0C1> z(MRRNg1KSy|6SRUhtN(n9p&>gmvLRWDNt2aIMwtL{{TNU196%NR?+|f002ovPDHLk FV1hU84nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4d%8G= zSoFS~V(53+LBMssc_I5mfk3BT2az9oAtyxz1n($LSLje?xX#HsOPHl{!_>0K*~bJm z4peb0V)(fF>bXDb*V|ij*NZJZwIf6_^0%<}<)WV#`0w3i)~kJ&5`FlutMu{6mgaKf z1cooQQtNc*ggp#O<=NvFP@L4MB6V~&2V3^iJ-U-tJbrN3vLMuP+pg?$)AvcAyA?A# zV8xYIuiUrhy!pa^xc~1d_#!K=72Lq}PUg();%Bp3Z{D<>lc#b==Y)*Jx~ZSm`S)%A z&L?O8*lqEPuYE;Xe)a{%ot?7+SKL`A_Qdn)u|tNu>nDc^Con!)>94mh`ID^I)QjPE czwWn-f6+}+-EL#k1q=!XPgg&ebxsLQ0PIxV#)VPG*1BkIOP$GA=eW_-noMRQ zIdB*E@V*Z(=UlG396Kiu9!}BV)2K(~3q?+yJc#Pv)hV}bUP38V7qEyhJTivn^Lfc; z3w441DWA`aW{F^$Iah{ocsn4>&VH_{vqaFu5)2n$zkeN(u6-binHimI&a~BvCGHdN z-P4c1Apk&kPal($6V8d9z?~gCX>Z?Ax^LamK{&jPOymTSn#;43j z4D)Bj#2&E()5zJLuE=iQq+b(HjFyb?#3M1TR6NVe2Ktw2jz^EKF<-rQgSYSASM=obMKlr1am&fnbE45BC3rIRj7Q@sTfK;d z+8ho^p}0~N3=j-%U}F3}UXPc76Q`M*pSRWev>HBo)BH{>b{&AP)8DFUwe^jtk>No} n+=Lh%&b0AU|H3*@B00000NkvXXu0mjfz_ufT literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_linear.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_linear.svg new file mode 100644 index 00000000..98dced6c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_linear.svg @@ -0,0 +1,261 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..feabbe3c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_all_smooth.svg @@ -0,0 +1,309 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..e2c1b1a4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_dn.svg @@ -0,0 +1,261 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..af51dbd8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_hi.svg @@ -0,0 +1,285 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..3860dcf0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_button_up.svg @@ -0,0 +1,208 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..35b3be14 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_linear.svg @@ -0,0 +1,195 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..56074753 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,254 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..ef6637fb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,187 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..ca3316f8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,245 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..7f7b58be --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_crc.svg @@ -0,0 +1,210 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..aec46578 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_load.svg @@ -0,0 +1,246 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..e58ced6b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,208 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..489dae2a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_save.svg @@ -0,0 +1,246 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..32814a78 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,208 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..3e5309b0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_tri.svg @@ -0,0 +1,206 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..9f4a8591 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,246 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..833faed5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,228 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..046ab7d1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,265 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..b617bee2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,285 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..c4efe3f3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,297 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..1c30bf03 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_up.svg @@ -0,0 +1,219 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..92a3a367 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,296 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..7bc49348 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_x.svg @@ -0,0 +1,219 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..edc91935 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,297 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..6f027393 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xy.svg @@ -0,0 +1,239 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..cdac971e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,317 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..7385fc67 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_y.svg @@ -0,0 +1,219 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..2910438a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,297 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear.svg new file mode 100644 index 00000000..15e83923 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear.svg @@ -0,0 +1,218 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..e2c1b1a4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_dn.svg @@ -0,0 +1,261 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..af51dbd8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_hi.svg @@ -0,0 +1,285 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_up.svg new file mode 100644 index 00000000..3860dcf0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond/source_SVG/unclear_up.svg @@ -0,0 +1,208 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond/unclear.png b/cinelerra-5.1/plugins/theme_blond/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..8e631961e020069895a2f13558ac736ca5e16f88 GIT binary patch literal 568 zcmV-80>}M{P)VqLMc+Acdz*c-hw6Bg`R{Oy1Q17yZgpNH|Km^-^{@8XYaVChGvW3&1bv0KkEpnRi#N-}pYuJF`K25^T688vu9$aLZU- zHC9&vYy)_jI{6@ugGX}*lRYOn3HC(r1^_jecGYXWPSv`pTDR&oUuiCF03yWOBo21T zo>Ll3_M9YM{s_Ung4wJz{4j}v9R>Od^phyqt~C4*;PW#H9-PKYdnCBx5=f^?DW`Q)!PVNzhJc^O z=UnqO&ue}Kuru+>`+B`~n5$VEa{}3~cq@-5v(9}tvgiCrmOp^F58$Wf(ylc8Fp7d( zBw4Sw4o^p+Zw4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdAc}; zSoH3_vQhAm0T1hi_b$sG%xIEQThQK@+_)r-;Y9+IL<3(~gPOF#q+B7t`CMufE-<|R zck({hap%LoA9n_dMEKb6*%+xW@NBc@`Q^G!9BKxhZ@!6p^q6`{`doN_B*J-$%Q^kv z2v3fw9>)x(p6guu&|bw)uk-4kk5gXldwfsiTfXb5qaxq(SSNNL?|V66M$3xBfl0yBAu0F_Lt?mDc)tZL^l|g;iV`vsLX5xNiQn#eK3X&<6~ju6{1-oD!M< Ddb4&b literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/unclear_hi.png b/cinelerra-5.1/plugins/theme_blond/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d0863324fc654a4d3da92bf1de67774345b34868 GIT binary patch literal 503 zcmV8XRN%<6JQ3w; z_=|RX4`criUX~;J=VvPwDt!C?mHx#KI-RGqTD#VKn^7<>fh($ru1#mseGD zs%p-7Tw?7Pn#~s5+f5!l-r?a^gS;qkSx$@r@8`_sGk#CTl;t&LIl_CtxlC3n>Uy^E zFrD@p4ElFgvQn{3oN{zoo+Jm0$nuWsI&tFl9Z##-pMU?u+}?5O#JA4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h|3UhANvq>?iMM+p?eOPgDF)CuaX68e2qw>KQy;{an^LB{Ts5 DdHOCH literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_all_linear.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..001d0e96e3baf704d2606305a581a3cf8a1fe647 GIT binary patch literal 422 zcmV;X0a^ZuP)LKcB& z5GW+!HOjE6ijmK^Oz*R>9P8r{pz2Qo{p)lR`L72srT8X!Xpx1cX3FK-Nyy zV5Qs&!dMmi5V`6kr_W`ipPN2}PtetbkW9%@^$-B+CUtJw^VWPUKHo2Ev8M39(JHtV zS_Zd9i{P!Gd3bAR47Wi`7sR<~k1CH;-W+z%Udo#PrgL=8(k_3y|F-njEd1Q`%WCWX z_55A&v-?8mYLXmZyjH!OZxBx{o24X>kziJbHlA21qwiZvP`CS)-*lHaUxr=HPF)0h QZ2$lO07*qoM6N<$f|dNRuK)l5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..49fa6d1fd0db4240d9aae328019ec61919ac74fc GIT binary patch literal 699 zcmV;s0!00ZP)Yajl?2|jZri`Ms#=Iu`!rUX4XZq z^Hz^{@A)|Q^4Ls| zW7%xs14#iu9F?9zW)HwGBK!0C!sAqMXP=zi-OEb`at992!p-Qj*HYY+WFQWMDXV53 z%(is|Yjbt}S7tgf@4g=NXR2;SOQO}AGOk?!DoIe_=Zt^7(-QVyEsWkeHhs#m@g$co zw39SRLaNpS@P1NmonrvV&fr8_Yt$|Q4M^V|Q%n$$&x)+DR4%F}! z#HeWdUVhtnBUmb!GD9MJ0n&mQg^jLUu2^o=a@tBwm@x@dDPj3{&_+?`ShV^nGXhu; h+22Um?85&a_yGVp>Lo7(!#^9VK%N)~b!E9D?a#B&2 z1;!{KFN0G`+}zx8dHIp6t8a)1WmzzvS7e#T7(+@BLSVP+xW4|*{r#53qGmp?@ZLQK z$C&u? z@fSBYE6&f)I6Xb4C`PCXApD$0Rj^j^-V#D2#>jTtvRvMCa#CTf8Nl0Z!{y~imdiWN z&(C=OevWf?4}ETflfjvY0SqF-Zr8KfG?Zn5O(}7G{hh0;+kN=QhtOYRkH?HroHKM? zPuB%(+je~VbPd2_QIqGRUn>1CODUnMs0zDXhi*0vtJRw6v|uvH-voUGr<8Ec5kf>a zn+LkCqbv)&xBT3TziTljtTm`AcDD=Z25XfV z1@+!NnV7eli0nt+4Mi*pPo8^12nVlk1&>A!?=2}sv?y|_s@RWc0!wqKwBGRW+vXdqhB0mAWpOOmad9#Q1xvMFj61bzS1Uqiwq(#{lDT z&bxOfI5#Yn*M_gEj7FZbvzpngVzX%oAs`~d5>gfFdP?6%*6Z!Q!g`pdmsDD-6h%f| zm&|4r+ilCkLyIxPARN}FwT9Ev3g?ujX|dL#I>2Kb91KM=c<-1@a*mG1c<;Es-_kTK zs(Nt#7{yw}xuKcv0000;)O{ zIRNI-S%9PzC5kQe4wy5A>aOa7eEasN@kW_}h$5nwXQLFutRMoaZ`}m{`h^I9pz86y zrm8Abl~RnHGcjgjOyrzMDWhsQCzpHw16+zSo6TsNDXL1>4TLZ-43V4*W_If)XXyKk z_d;DO&dGlRi#V3cC9_#W2t94P<834u=6VSgj^684J_tjM;2T+aCG;eakS!Hvq3?T#rQ{ z=fZY-LKPN^8Z`q|Pt!~ZVPLb_{{rYM?jks+3`3-C&!kjPfU26{oYJ-jLg?QGdS&dK zqN?n6XHKUc6>(IRr|Skzr;bv}yFjm{DpZxH?-RRShmImBAq>Qr-p%$UYws1a!ftmS zXKYp&hIq5o$AAS9!3@sl0dHocRLHpi9|yix&LfrwNGW4xn90xXy;){ZiVjp0}rq<|=aZTTAj8g2jT$4$~ z{rv(Rx5kJu|08IAwaiA1w%a|2L*U_I$$UN;N8!DoYNV822>Elst5`pN{KeDLhV{DP z@$rGG($N*FFr7MLO!R#wXTv$Ytf}0>e;kutvbfN71KaJMr>70mY0cNKzcZUn0C`R~ z=f+ej#c10=2py_QRe8L3H^-DRs((BNHk&=iV_>yv`10isK7CqV4Dc%Gy;s)jJ5+_; zE^s)U+3(Mol^e^H5?vQbDN)xIkB`6c`SSyd#RQQz{vZI(3G4NQrt!?@_2mPB5Qdw3 pR;z~9s^R{A!E$*=Rk?p@@Hc&Gp|yfn$9Dh#002ovPDHLkV1i#&bWi{Q literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_button_up.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9b2bc9aaf88b4449ba4b55b4c2a053f1d67b6c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jgY+Cx)o|%_HSeHlEwBpKxz-D(|IS^xFiUEV*D`qL~8Aj`Y>KQy;{an^LB{Ts5 DUXUzk literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..776f97790ebf3439d8a5c91c38bebd831967a1bb GIT binary patch literal 462 zcmV;<0WtoGP)%aZ}i`ux01s zW|bPMViL9tzy|;#u;=e@m(`dmU{x|j=RbqV;1R$Gpbxiv@3}nI2Rv}V@VPo3fs5gAZq*ys;Wku?Frk9sfHYNgzc@Wt}P5sIl2@M zZ;Fb)n?{|5pyPGZ)b7pl6g|^isrG8Z;hnHOEAysoTaws&)ra+;xrtxlTpSEty${fl zl6fryXJlSLI2gK(XXoM|pR46Bq**s3It2`oW>)}q=7CAGt`eOnXv$wJuoLh>fT;^x zEt@*$pNLL?l}!7qvw;!?zTdc>hjcCua{hMt5GyTHpRxY8t^r2_rT_o{07*qoM6N<$ Ef>C+D9RL6T literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_crv_smooth.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_crv_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..2670fdbf79b6c5160856c1732d4c71f16b57ecc7 GIT binary patch literal 633 zcmV-<0*3vGP)9Jl3u(&pUv-ooH}v0TwFT~$~7VHD99}U@N06F0p|p`9){(oslL^z z@89ZWXY_I$e>&J*Ge*xiqnDFJm$nUdR=-GWG}o_gt-j(+?fJH#aU4xMQ)`Lno&7wG zMq@NF`fINr0f6fD7${r>WPvRI><2Cuiz}ck22|BlXLD@a}W1D z;6a1PEM4^K)T>jobg@j2l!3fD1&{!M2(+5aJSpmlN==vE=X)E6Ae#_e0Jz9=Y?caB z1Z3I%XeFxrl)$AB$CtwVDaz3G#`K*NGmk%mT&vYy9bey#KAS!T_$80|=}u`?-K_b}!|S_d^|z%= zo6Y8s*GAL(`g{?q+Ia2N9rapQS0b}?VSFq0NG!sz0pR&RjTzP%MQ;M+7T;rsBEV(&2kFCiC8k8HSCb=9WVOh0Q2syFAHAT( U{R0H3F8}}l07*qoM6N<$f>}@ICjbBd literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8c72ecc16d3d798ce5bb2258e832dc56678153 GIT binary patch literal 546 zcmV+-0^R+IP)q$*K!=7 z-?9>Cp&NVke1Fwkh!zi-u^|LzO1ol>*_nzKXsE8G+Ya?uUKw?{uJdx?>%LqxO0NA1 zs&%^0D0yw$r?p;BDOvxhhU`-{0uPW0A7yAd!N0QWhI^%Sd9oV_oKGCT&~(E zX>2>&;+J`NxM(#>>TEV!6}oXv&C4hVNAY;)ogX+B>$w4N($L_Hga#8M3C4~ev@E#; z=42=^GYfzwD8hkYitsjpCz-k8Zwml0CN=n|#Ko^jkV5Ii z4}!XxHsa#GHy!lnj*GxzQy^b{~Z>a|8CY;Y5x@Be(874G}N!RT{&a=q#*&72^Z9~-_B z790bFZtm_S>~ZgLC2Xhz;1xWbRdup)Z>JiTwg7KfGflhoi_k3lejl%OpfG8>5{{yk zJ()HI*JQ=cG<=A<9Yly|MbYj3$@;ms!YmGZ8M_#dF#1SskG(I7d>3DK!89002ovPDHLkV1ier1783D literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_load.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_load.png new file mode 100644 index 0000000000000000000000000000000000000000..d02083f15fdad75cfec40ea1e8c069317e14ad58 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6dAc}; zSoFS~V$0WTz|$JPO7AX*rSrKPdA!nd4AVIhU%$}Xu}G`1?nuZ-wdlI4pDB@yertnb zjy&)*%1XAsm-?+-sb|vjOHP-+mIZO~pDdmlH`S$Own@HH-$84J^UlrXPIvD`)rAF0 zT4f}+mwwwiODk#Vhg)0xq+jp2dCft!@cQk}lQT?KOV~Wk+v(={=#u*no15orjdpyQ q7i`tD!{UdEp4!=!FNJ^k?`5phaE#t2pLqc2Y6eeNKbLh*2~7Z;oN{>p literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..28bcce281e058010474c994a5cfde009dd4ae285 GIT binary patch literal 513 zcmV+c0{;DpP)Ffu1S3*S_Dpn%dq*;jxWEwQ=~x z+F#2BwpiO;u~*?&8-*H2{i9rC8-*7@T|Ax#L1R!943G>54d=N&a8ao>mj3Ney+avE z?xQ}Iv0#N3fHV5h+U`nG@%44@ne*J)eXV>Nlly;>razy!JJVKJSNJV(ile2T`IaPR z2oMDNlq`FNu%oaqumE(t(w{Bge-TX$21t@0RhP}bMLC$9XbKMDM9lnQ5G>nV<1zco z!CGdrU0@r`hNAZ$1hL>cD4&h4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TcdAc}; zSoFS~?8tXWLBRFD$=w~B*M>jn*~MI5<+koZP;et}hyzsMr zNgup_#OdBCkcG2SOswf>aP@j3C-)8cw&*ZQ*`zwKal+2HF~zexEY&=(Azu6{1- HoD!M<;1GAe literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..dd30da16edb9edd839c91d1ac93afa47ffab8c48 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=CubeyUD|Lt477mu(=SnKTLE}f1)7`PQ@cQW3n@iG?gm$J$Fu;L(dqQSLI lO_zfD8XMd6JQV-{ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1090b59911917e4bddacb3777d3326e2b1d4ef GIT binary patch literal 492 zcmV-ioaVpuk{zP1(fga!k zuolNJaZHWI?XswG6P~bYnwjh2AhAw23cZD|hjB7PiyfzuMacmU&;VI-YSrAYi&6H% zmm;dgAf*SxVn2Rkr&i5j=q2D{B&OT#W@o~fd_YLzOWsVTuf`)5-33sUW7C{=r>16K z6)DA`jx2WT)jUELXsBqpyWjEOODHv9(XHP{UcJa-?a^{#S()eVen3qz@c8>96}$Dj zbzlXsJ@v}{^H!&M7E&*S-gw0-#!m3$IGLPz>7S=kb8l*J3V_H!>TkuaUD*I#25iss z&Ig46TCHXocvP4VGDC_L-3~xF8bteHcM-OVF{ie_S62f{oZ=ndLYD00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TYJY5_^ zEP9g@Bv=CubohVzd;2yo4-e1R7mxn`H!k7oToE=Q<-_mo+y75~W#yO{%2PbU!!+dp z<23^{Rf`R*%pkyRIjdvioCJx(JPyk_8E3iPTXFF4&4h?3Hz041WXl{TPPVo4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&c|2Vl zLo9lqPBHX5>>%KJUuEI>TOJ%O3l56vZfEdX_aM9Cav|#uCe?7qzy!hGi3~IE_A04Z zO;d^}ig|FPjCKF)i}ROXy#DUM{;AvDc9$1NUTZd+u+vn$RAWNthnuClA3c7XxxA$+ zyJ@@H>Z&EG77XSGL{2nxb_w4V-!Ubu&}e0KRO+5Z2RsAMeEY@Doxb?shrD-km$Rz3 zoLf`Ozg*}E7l)%t=*7U~mh99wYfm=*oo^IgSaiYUvTc{%1BFRU=N+^bgq{neSneXaMH{px&%h>FiW@rzr5fydzK>gTe~DWM4fhIydv literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..fcae63724f8b83d3646628413fc522089ff4a08e GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=CubeyUD|Lt3S%Dx2~w3M0U9JW-Iv@T&N+3WK}%7x>?nS@D)1Y{p{Gyh^a xdZKU7#gInXo;M)}oAesqs0MYP4Qvo)V36w86Wh+iR1Gwl!PC{xWt~$(69CzkLSX;^ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..1b551e56e7a97620c5277fc98955483ee8010405 GIT binary patch literal 941 zcmV;e15*5nP)GK~y-6mDI^@+(r<9;lH|@<;l$pEjGXTPu z9!fTvx5ngJnGR4n5L1dlGGoA4o`&`PGmiz?Gd_n6nsa4(Z5(IepbCtq4ls%;Ln#b7 z)91|ik3?sl)gsXSP-E^k*kJT~;rJ4sj01-cYCJ-p5?#s+Ig?AFsDc@ynW_wot{nV2 zru%M$HL?#k=gRRVJe$-UPRD4@d|0ix?mGIE$f}sF%ON7D8L1RfiTFPYjluBKco%ut z=5%^(JRS!Qr(;Ttyl-1>x{e`diWy>tZfmgC0Z63~hk^RNQi~&gUt>XV0L@$DBngM3 z2F;oGZOdQFC0$CCO{80NleJy+L4-bM7Rwg7S`p4O0M4z9$+a=793E&_D{i`uSPEvw zt-ZL-rT2JX(GT?95>ws42_}Ov@@ zw{Lfm|B6}!Q)MyqAhEhmH z(MqAAH2LxvZu^2RGXVPGC3O{fS}00&Mh z=te?Ul$bMWwrl>oPy-e*@@_sSmBMT?g|i7db2yy}{gJ0LA(l)m1vT3Zz<;4#&Ropr zTrL*eYZ~s~o8g=XHY1&$dAh#?)_P*@DXIkL@Xmcai$!1qsu{}|xoBH{ySl=O@c8H< z&7%jD=iwu4L5L?6vTVR5y1plE@Fs-a4-|+wGam-twJjHIi-_>zn^TTnol<_Dz^8{0 zKz#18Qd7T~5b8p|S}^a|(Ql)TrLc^Vw(nV`#H6lydi;=+SC4Q%-ru30!3d-m6?lig z4BWe}@ZEx&<%;Fd)91V!^=Z@aP)K~y-6m6Xd;97hmEPiEEh(8G*IfXu^a;jk6qPxTM!bF{EG z4h%*}Oiw>6E4}C*9svlP%Z#qmS@+&7`TY40=YxYKl11x^-`1R z_grtc+%^rJ8QC3iC+|D}5CLE?W3ZlhlUaP(qy7~eJ z&SMfDTY>vDnFw7<)NM`pmY83R-)Lxr{f)AoM--^qmfNPGH^bfeai}1KfQqo~I{Klx z`=N#e%cRUz=_g&^3Kc*_C_-Q`W7{;u3nOemMTD6OBG3&3ZAzHGhI|YUs$_TSz9T0? z9O9(dnA4OzS-@7HRyxgkd{BBbhF#Qt0Nz16GcK!&>$+yYC|HzBR0A-rbbI2| zx5A>4yN4#I5>)SHnQq}gcBkokuBwW^zJ5hTIDYq@_@SgfLXDN%JDmsQ18RRO}s!$Vf*2lT%yt`EQf?O6tc@}Ghb6K&T}b={cD2M&=Lh6ZvpeV`FaqsIASkn&1!Wb`(6VV7n!cw^Y0@9cqTsk(@UC1k zJ64nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jgY+Cx)o|%_HSeHlEwBpKxz-D(|IS^xFiUEV*D`qL~8Aj`Y>KQy;{an^LB{Ts5 DUXUzk literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d9e1d7c3de68d6e079ea047bc04966a7e8d48e GIT binary patch literal 812 zcmV+{1JnG8P)Gkyzj~RN#%>C-L9XKaX1W^!FoM;u2`t+1@rlgraAKC$BtnLuK=%QT(?Ca zrObAFL=~3H3N-`Og4t|}_XFGQ{tuupw2R=J5<;YD&cv8efU=z6oYFK0yzk!yy()H2 zQB~UZ%<0slB95{w=(>T^sUzq7F6gyXg|aN@`$*e%=xBoC{Xhuu-D;n!E(*mg)3)ca z$7Y#f2)B{?7+4Sy%;0<;D9nr)Gbv@@0q z_mriMQ=tm8nInWq-zQQsoYTuQy{6c;O?JuROxF$Uc6%Nlx6Ec0-@g6Ld_Do>DczhK zQz>VoX*}L{s48VyP!#SqF*%R!ACI2xcF*zXS+8rpe*Mg+PpiuSya@WDP&S(>s?fH= z;c#ZZKVz0}Dr1avT_DCtRh2wE{Kc0q_bitaL|*xW05~UXHdE@lWU;7dThHO(@qV~X q&w5?6Uf0~+Em^Iml%@NR2fqPZ_oBcA4Hm5c0000dxkP?;>ei|AYC~U`;(j>_7&=4u$4-yih@#$vn%$ch<(9!Y#tk>GhQhnW&uM$0t zUo)#q|B@Z){{<@0R&By-%ei4iV9-V{Vl1r>xCVu5Jr`q81ZBHrUT{*Bc) o=S|W*))9g2`iq~=b#(kOA9*2D^sR=+SpWb407*qoM6N<$f?K+yv;Y7A literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xdown.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xdown.png new file mode 100644 index 0000000000000000000000000000000000000000..7c729e6918a3ebb7246779dccbb223ee3733f7e1 GIT binary patch literal 1081 zcmV-91jhS`P) z-ctGp%Kzbyls`ZNmAC-$Awf}u(uxac8nty>(vZY;h(C6{J2PC^SrL+yzIVIY^PF?u zopVO4u72h@LC$%yETi8~>GwyZ=@{=lVQ7fskV+*YiVR9ggb>H#ga5wp-ZL0vynMMw zr}G!RUZ3$eM=6O?3ataeP*bbLG@A*tvvrarMkxu1lfmA5c6RnzU*BMBYY!m=NfOg) z)d@p`QVQ?ETFZExv%UR_gM%UMc7s-{jxqW;*g4OO7rU&j{Z6<0H_c{3yWOBxi_khi z2vN4|oX1*6Q4|z~rQ6-dIY+yFwuG19y}f6ha8b z|jEX#TFWE+5XyFnDqoLcGY zahXp({`9p~I#+P>#x34ies}up2?B+bl3+Zx2q6hWgOrjein#XPM=V@i z2H1Eq-199;M{u)POIiYH?wi_gAhHhEW-O^Tz9|KGga1 zi?mwvbe{dji$5PBjnU)xW(DsZGL9qa^>{j>jx0;L_schY``sNzqalk6%coYj zxbQYFG+CBU1_hu}i8yy| z7Of{swq9oC?yF3iPjop0+f;zg`?N&W3597d1PlF0Z(oT zs8mA2(2(Z^&Uu`()9NA53-UZajF@_T{2%-SY;lR6h*8Fl00000NkvXXu0mjfi#Yb9 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xy.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_xy.png new file mode 100644 index 0000000000000000000000000000000000000000..4464ab34ddd01babf2fbbae25b3e1bf3d800bf43 GIT binary patch literal 714 zcmV;*0yX`KP)>QU)Zz-MKLM#?$N-(X zWUV@N>kM1M24mZ~zksn4p%Mc^tQ|pWouXEj7%Cj6s)7@h_;w&cwt=X7d$xOh-g(FO zy!YTgMv!FD3A~S>-wd+y+GL_>4!vDKjv(-IZjVU?Ck7waxy>&K@?SJHfscdk5UTfz!*cC zX7qYPE-$CFT6LPu8ouw{2V3jtbk5k`-Xo4LXfz^Ptvc0e8PC%QA!a38>oCTW=Q(+9 zh~p8~T3W3yX7Cw!Fc`7D{gz*T{*@$|5XW6k&pH^B0fM_SN(ov^d|v~SrRFlLtLrQ- zHrao-h1RM7Pp8-H?7SzAM@*+9Hh=sH0Aq9d{S&&~LrzYP7{q-5qA23=@*2y_U$XLe z9nUMW{Cod3lgSlPw19NZ(d!L4IXR=zh&US@&oWa|Qz?firO8b`*JOFKcMApR^^eFh zLzd;}B*{29=mF4b)rsRC#$+f}TsZplfmgd*bI{An3-;dbP%4#ZHdl)3Oimp4kW!GQ z8G16g=KOq2wOV0ep^S5eUhkMNT;QJ%d;IWyA8HnOu=&8I4AC(+ol9_yFGz`0LF}fP3(}(B0Qt2mwiwV68)IMV^CBQ-cta zAn=h=A_R0gACXD{@YkD{D5cqWzKOMk&Ku7+*?nC=0S-RC!&w73l#<2N+#aH6N237%LExjc#9D#&eQ)l?{9lA&6(}a+^AJMZJbAB}ib}<& zT=p@>;9TKHQS}i*N=Bpjo~G93_cX878sIES8+>1rrYX8oDO0Oem`)S&+@h3XWu;B2 z6!2t3U7<1T!?{gf=r7*9GgKhZ(p(QH2A=;)Lz%kh29>Pnk1j2>*%Lk(@OJtIk` z9Cy#j^Bf^SODU<>BZk8<#uO9MYOSJ__h6=X8*0pdvRGSVFx+D}93iDFydn(CtgI~3 z>%}ZBt}}Op;QX^c(_l$e>~H4z5SH-+Oyd?DHT$N7!xC7yJdc8`c@rd@? zli6Woa>kPpS636#G?`habA~j%W-=XN?s&*TxQLX64bJ99YsJ!1jYhq}{<~dz{SIem zU5v@F*5RC^RPsC!*FWOVT!r50ES8&t|wZvP^41F4kc?fxH3r`IG&hEjqc zD5JGPDT&q+&-3tojZ%_4w+x3Pj2Y4wpXNM!4qTK9VHgkuK3SGyt;1S_loID4%W|?T hyS;%Bh4FtL{{lj5{SLuoDjfg-002ovPDHLkV1gXl8*Kmp literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_y.png b/cinelerra-5.1/plugins/theme_blond_cv/mask_scale_y.png new file mode 100644 index 0000000000000000000000000000000000000000..c3879aa5c6a594d607f79e30dd273b3fa1551c9f GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4d%8G= zSoFS~V(53+LBMssc_I5mfk3BT2az9oAtyxz1n($LSLje?xX#HsOPHl{!_>0K*~bJm z4peb0V)(fF>bXDb*V|ij*NZJZwIf6_^0%<}<)WV#`0w3i)~kJ&5`FlutMu{6mgaKf z1cooQQtNc*ggp#O<=NvFP@L4MB6V~&2V3^iJ-U-tJbrN3vLMuP+pg?$)AvcAyA?A# zV8xYIuiUrhy!pa^xc~1d_#!K=72Lq}PUg();%Bp3Z{D<>lc#b==Y)*Jx~ZSm`S)%A z&L?O8*lqEPuYE;Xe)a{%ot?7+SKL`A_Qdn)u|tNu>nDc^Con!)>94mh`ID^I)QjPE czwWn-f6+}+-EL#k1q=!XPgg&ebxsLQ0PtvG+6{pIE4VIH&Oo%bULXIVQe!H`fJwy?kkXtp2d#n0%-+RuvBeu4_ zcYGqOb!1t_Xp}MUk(CxP9bYhIr^T5_R-n@Cw_Vx<~gTF|UCf#m}Mk7FL4)K9C1qJL7@T6QrQ5wygV(?(C#P(0@6qoMSzB9SdHD)qxPX)b5CnnG-Mim{ zll1#XoTp=q@u(_`wU)^wV=y?Q-H!1*g#?&PQg(KJV=y>nZEc0CS35+JUlSt)+}XU3 zzYya4KKJf@hY$iO1)ircMx(Vyo|lZr=Qsz_Imhww2ab;3U$lRvZv8T@Ut8zem+N)@ z#nl^iF2wXxN}{!*C@PAgL}ppR!ND;A-ENB@n6`h3>-#>No8QdI>CWbT0zaG~UP_6S zf;=yf<8jJxIHJ)ASzHV*X8JL1ZrrBVd(M-s$93(=)?<46yKHRSngMpsp|z%}EZ%s0 zPEiyjNfTqd87%_rK6^U%+SAh$cAuTh)va}So}w(l%kv5$B))HuQt}BC{fBTUC6N-m z%S0*le-LqQx*0rAVy!?Lqh}oRxgmtOu)Lm<7>0%*FjQ4l-}<@03kw=!Je;%0Fbs&} z@WP^&&%wUb@#11o?-S4WHJ#29uV42miV|aH&2jtdy8s-#`n9gbal-X$Ujb9q2qB3g zpE!;v%Mu|#N-1fznk+5`R8@twv#;Lk?Xtdpi-!*$)wPEY9=(`q#_ zMw4a5bjAQt6tKG5M(gQP`DdhQ%G0Mm%(egX_K)O6%EE$SWu--u#Ei!&RaH&*2!ND= zR;xjhETNRD8J_A|@W-2%ygK|iidTpG{CV_}W;0}UHKE;JVlv4%KhJ9C)@#%A6wAvo zT1&DluYsL&SnJr?{fTaO6@jGJ`-N^dVQDGC7|q$)gfz{NQr4Hx{6UnGBuUI@H~Z5l7oX?lu{(^2&E)tX&DYjRFy@DS=Y`0U+&&0^6`B`QIuHgu(m=<$-DmR j3&mWrD=ri;M*)8W&VqDI9y0ne00000NkvXXu0mjfQjGM_ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_linear.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_linear.svg new file mode 100644 index 00000000..595d9e84 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_linear.svg @@ -0,0 +1,376 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..4bb797de --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_all_smooth.svg @@ -0,0 +1,424 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..2248448b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_dn.svg @@ -0,0 +1,344 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..4560b160 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_hi.svg @@ -0,0 +1,344 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..a420a319 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_button_up.svg @@ -0,0 +1,323 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..d31d2363 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_linear.svg @@ -0,0 +1,310 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..40e90ec6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,369 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..ef5542e4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,302 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..6aa110ae --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,360 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..329f954a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_crc.svg @@ -0,0 +1,325 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..2ac2fbd8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_load.svg @@ -0,0 +1,361 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..e43d556b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,323 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..c2be015d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_save.svg @@ -0,0 +1,361 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..0d85e0ab --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,323 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..4960e7f6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_tri.svg @@ -0,0 +1,321 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..af22699d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,361 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..b12bbc6c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,343 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..ad37af24 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,380 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..587c5305 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,336 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..9196916a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,336 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..b2deddcf --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_up.svg @@ -0,0 +1,323 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..eea66894 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,344 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..7d572d51 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_x.svg @@ -0,0 +1,334 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..fb0f378b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,366 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..e349cff1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xy.svg @@ -0,0 +1,354 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..230901c1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,386 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..9b2a1158 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_y.svg @@ -0,0 +1,334 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..16b17f1e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,366 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear.svg new file mode 100644 index 00000000..9852e0f7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear.svg @@ -0,0 +1,333 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..2248448b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_dn.svg @@ -0,0 +1,344 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..4560b160 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_hi.svg @@ -0,0 +1,344 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_up.svg new file mode 100644 index 00000000..a420a319 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/source_SVG/unclear_up.svg @@ -0,0 +1,323 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blond_cv/unclear.png b/cinelerra-5.1/plugins/theme_blond_cv/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..8e631961e020069895a2f13558ac736ca5e16f88 GIT binary patch literal 568 zcmV-80>}M{P)VqLMc+Acdz*c-hw6Bg`R{Oy1Q17yZgpNH|Km^-^{@8XYaVChGvW3&1bv0KkEpnRi#N-}pYuJF`K25^T688vu9$aLZU- zHC9&vYy)_jI{6@ugGX}*lRYOn3HC(r1^_jecGYXWPSv`pTDR&oUuiCF03yWOBo21T zo>Ll3_M9YM{s_Ung4wJz{4j}v9R>Od^phyqt~C4*;PW#H9-PKYdnCBx5=f^?DW`Q)!PVNzhJc^O z=UnqO&ue}Kuru+>`+B`~n5$VEa{}3~cq@-5v(9}tvgiCrmOp^F58$Wf(ylc8Fp7d( zBw4Sw4o^p+Zwo7(!#^9VK%N)~b!E9D?a#B&2 z1;!{KFN0G`+}zx8dHIp6t8a)1WmzzvS7e#T7(+@BLSVP+xW4|*{r#53qGmp?@ZLQK z$C&u? z@fSBYE6&f)I6Xb4C`PCXApD$0Rj^j^-V#D2#>jTtvRvMCa#CTf8Nl0Z!{y~imdiWN z&(C=OevWf?4}ETflfjvY0SqF-Zr8KfG?Zn5O(}7G{hh0;+kN=QhtOYRkH?HroHKM? zPuB%(+je~VbPd2_QIqGRUn>1CODUnMs0zDXhi*0vtJRw6v|uvH-voUGr<8Ec5kf>a zn+LkCqbv)&xBT3TziTljtTm`AcDD=Z25XfV z1@+!NnV7eli0nt+4Mi*pPo8^12nVlk1&>A!?=2}sv?y|_s@RWc0!wqKwBGRW+vXdqhB0mAWpOOmad9#Q1xvMFj61bzS1Uqiwq(#{lDT z&bxOfI5#Yn*M_gEj7FZbvzpngVzX%oAs`~d5>gfFdP?6%*6Z!Q!g`pdmsDD-6h%f| zm&|4r+ilCkLyIxPARN}FwT9Ev3g?ujX|dL#I>2Kb91KM=c<-1@a*mG1c<;Es-_kTK zs(Nt#7{yw}xuKcv0000;)O{ zIRNI-S%9PzC5kQe4wy5A>aOa7eEasN@kW_}h$5nwXQLFutRMoaZ`}m{`h^I9pz86y zrm8Abl~RnHGcjgjOyrzMDWhsQCzpHw16+zSo6TsNDXL1>4TLZ-43V4*W_If)XXyKk z_d;DO&dGlRi#V3cC9_#W2t94P<834u=6VSgj^684J_tjM;2T+aCG;eakS!Hvq3?T#rQ{ z=fZY-LKPN^8Z`q|Pt!~ZVPLb_{{rYM?jks+3`3-C&!kjPfU26{oYJ-jLg?QGdS&dK zqN?n6XHKUc6>(IRr|Skzr;bv}yFjm{DpZxH?-RRShmImBAq>Qr-p%$UYws1a!ftmS zXKYp&hIq5o$AAS9!3@sl0dHocRLHpi9|yix&LfrwNGW4xn90xXy;){ZiVjp0}rq<|=aZTTAj8g2jT$4$~ z{rv(Rx5kJu|08IAwaiA1w%a|2L*U_I$$UN;N8!DoYNV822>Elst5`pN{KeDLhV{DP z@$rGG($N*FFr7MLO!R#wXTv$Ytf}0>e;kutvbfN71KaJMr>70mY0cNKzcZUn0C`R~ z=f+ej#c10=2py_QRe8L3H^-DRs((BNHk&=iV_>yv`10isK7CqV4Dc%Gy;s)jJ5+_; zE^s)U+3(Mol^e^H5?vQbDN)xIkB`6c`SSyd#RQQz{vZI(3G4NQrt!?@_2mPB5Qdw3 pR;z~9s^R{A!E$*=Rk?p@@Hc&Gp|yfn$9Dh#002ovPDHLkV1i#&bWi{Q literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/unclear_up.png b/cinelerra-5.1/plugins/theme_blond_cv/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9b2bc9aaf88b4449ba4b55b4c2a053f1d67b6c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jgY+Cx)o|%_HSeHlEwBpKxz-D(|IS^xFiUEV*D`qL~8Aj`Y>KQy;{an^LB{Ts5 DUXUzk literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_all_linear.png b/cinelerra-5.1/plugins/theme_blue/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..ec43b0b99bc16dac1f7f234a6c21f2fc3bafb863 GIT binary patch literal 403 zcmV;E0c`$>P)IliBfX_TR8#}qJ$<55;SRjrj((e zh$xT{l!!Y->pRdx7v)i8jqJtVwIj;BZnZPt{Al08QC`+ORF!Td9stZ(RLTxs>%rc&VHLwNBSQ7xGI(1GL&gs)RUG>Fe$toRC;0d@d3VZ(-@KER|@EGV| z@L1>|@FCD7_)sWB43dI|PqHYiWs(-S_P!b45-+LJaegGc9dV2LRb(#PG002ovPDHLkV1ndJrGx+g literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_blue/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..4cab563c55b973f9ef7f169738294d2a31e787d9 GIT binary patch literal 651 zcmV;60(AX}P)`hJF6q(nyIp~NLK44CzO%d~V{D(T{Gg_+4$9NhRy@%{*R z`wuY1gf0LBQA7#&0HjkXx+K)hh;>|C)#klL4($pG!&KZfuO*&D5etKZY?zq}F)!b*iP;AvcJk7Izo&s;s+$0+bD z3A(f-$Bdh1Jnk60{K$5IGZKqQMLj)Cm{In9dy|xthS+C%%H=|c# z88`v_1m>fNnIN!YT?cBl=^7kMOiPRdX2yJ_!cY*{daIU`R_dOqs4f(f_|Xp9N)3+9 l$V<#tkNH-Goi64nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< zSoCh4ypi{ig8<9-|L2|fG?*?jSaNnMFKCItl&E<$Y#fSm?RN<(z)>2ENX>p*?+PLoa;Q7CGwNYBgo~tJQ}J73!Ww@*nx% zA3JS1UteiJ;#&*VkA*SUgFP;n?TD>jv5M2=SjV!vkJ!ueH-Ee2wjAVr22WQ%mvv4F FO#p)-cAx+N literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_button_hi.png b/cinelerra-5.1/plugins/theme_blue/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb80b7b5a2916ee1b5a130ed4033172eb4ae3b5 GIT binary patch literal 496 zcmVU(|fonv@Kn1tIq-Q*_!oczvvW@B?t&(Dr=;RrrX zn#3$EuVWS}i@LLWMCbx9;eL{Fu)m250*5sTlBHh4)+j;XaH@i80>(=h6-8BWs*2IX zR~HpQRdM+x!FWomq^L+vVM(#ZdI=ko zR;$H@waiSHD3vBCO^#D6j!`ItgwBy>8FAdF*NbU)UT8jdXf)dN`^gUu!HFnw{Pyjk zR)3{dzxy+Z$bjN!_`m0qB96L42#XL$o+tkJ+#>H2YyRi?HkL2rVJvS5#@1RK;GJT0 mw1`_-+v4=(&}(>gZJT$mmFt_Qwnjbx00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jY*t|bg&nCs77A0Yo^bP0l+XkK Dlcp}G literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_blue/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..e2093bf6320640ec3aeee3fd7c9fdf14efa9c7f7 GIT binary patch literal 450 zcmV;z0X_bSP)%(z41 z5&%T77e#X2HsgGZOVib|E_`Nuja}XP&&JNdMDSkL!%U3Lctm1}#L8%dWfIPeJsCRC!xBOwyS# zRps$iiL;C$fI(4UUqn78&qbsV!2y6l^_d!#rVLbhr^>@N){H$>-m7x4F|iqwP6tl_ zA`!fJn()N%bJ8Zb+Px*cE}0xB{@=!aIzwF5Tuhr>v3pmlaN1&gM;9i-h20+ zk9*-A_^-b$wO(Shcg`W`cP&kQ+~yg8#My}nz3%791fO^@*krHDyXRK$o-D)1`R%3{ zeO{t!lQbv(X>%b2Jq4h=J4~z8?QutqhR;b{0~RE10@z#yt^o5P==nfvwJJ?rjM3|> zt3KFSi_sxQuh;9|pXE=o3O08n7N(~3p|ci(B5-$Th}(YzuGd`x4(D>*%Q6-UEZQ9D zwoxWHNw@@5i$(p&0*{aDJFt`_R0aaqYAyh$H#ezfL0j}hVs35C`M%(Mo*CfX^t3+r zqlTbQ!2692W_p6t)Uy%~fkSEP*?!<=Pmp-j+20lro5wa~3E8{^#(IHmmTXS3orh&$ zU)PBNBqT8mjKt{cD=Y4r&KP}BV#H=IU4qtTlBn1$+hB7>Vs3PlTD|VelaqSWTz|~w zK5$@bi%OEP*tEC(j-HVQXf%9M;ui1?_yQc0c#z9+qt|!r3kI;Aq$x)wh9%yXO8Pp8 b@88ldU`VYerB?#j00000NkvXXu0mjfMe+yS literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_blue/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..79835735febf247c37d07cfef06e9cfa2b7e711d GIT binary patch literal 499 zcmVCJ)CNLd>=gQ!1vaJxj7lM~d z8ovp_-)$#7G5|vGQV2e>-SI?4^ZnCPzrL^D7QDQ44Oo|0lho=2mgH88HHnSGL-&<} z^W5{zCO?1?puh8({;H>kAz-+-my102{Owxx_QvLu%_|And;vzwz=i+ieg3wqkPwN# pUYWmo$Fy2>23SpiKFI$}^#@a9l);HAng;*?002ovPDHLkV1m0w*Z}|l literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_blue/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..92173d3855ef527b2a65a60385ab36c3f565774a GIT binary patch literal 511 zcmVme`jojCr}8TWMi;}HxLr>XLTeZN*XUg z6bcVuX+%PyLZamfM3|i`5{W`0q9YQ`W-OwO*}iD{I!vfc8m@ zNUSD%t*xw>F>!gRV$)!WC5a8+x0htEr^lXw%|d~troeZ1Y6oV_NIh;#3l)jk+gr8e z20uM944nJEJ*0t)MY{)r*H?yegMqRcM`_TQjwH&tz>+*O#%s04;Ch_{U{X@%wFRJB zRVfU0l_M=G`P)YgurBC~cxeK;r@zzC!2-kemQ1 zCy0_ZO>zQD+`x|P4vvsWNrQw|Yndn|@&ORoUYJR-YqU1rwUe4@_UXNOAI@Dy37 zY%q>JG~*4>1YTs_SHO=XpsKrIB=)3aH24Gz5!o$b~ITEN0A2-C+;+W zu|!+qY-5Ap0N2;N0`|;!3k2@`k~p5npDifnQ-%(cg!c=UdjVX;vG>eqNi-xr0G|sh zj$;qq>AI673Gd4GaGGyMTVic8;UJ$svwvpko=UWrp#WQ38UP)4)~Z$Z^J6oxJI$**7y_)X^Kw<#{ULW) z2upm=ntQ9lQkt8a`xs6Vx)Nr_Q5<`?4DI)Q6F8K(2YQ8Yy{QH}CFf z0f8Bv?QLDotYm&d6nWszi9`dKklxd?(TGccT8$8R4IBai@bmVT4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6d%8G= zSoFS~V#s&MfXDTJzeLrvCEJsldz&|Gjn2RNMaRd~TUS6OPsniLzmpU9$L-TmKd{jE zijrIBG(#4)wbNbCDeZ`qyFTeywV%qnY0p#cW@W}+ocOaY_)+CF?auC}E7|IuJb6}b ztm$3ErqyJ~(igoxo6Wkt{e<>PC&mTuElryDK3{V3-a^gL#^95y4p#HKEq%SR&Nltv s(%*9~pBEBu?mu$W^ZS)AoPU?k(=l*hT=k(v2k2}DPgg&ebxsLQ08|QdaR2}S literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_blue/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..8760bf2970d32806fc7c560ed0fe140a7e76a725 GIT binary patch literal 485 zcmVj|uApQb>VG|lU zosKBA`~{-2iCSS-;;XnpK~z4rT9P}j;$E@4aoHcRPcq5OoH_5jCuasabZEuW0@bQ= zLBN8`{+l28o@%{VjTxLCCNwuH~m)fWV8ILD%d`_q--fun4et$g0zQ-v=tHDJcR zM9z%5#G!MPz2_EqNsbLT$C$*N#1fDN?xKk0i3xlC*6M08QIg03SI$u?6zu62qtD4W ztyHuZ1ndIEOokG$`F*Ih)L8)USxpgbVsg?R%~)&9O%skcU3yd7rAb(#oJ_YX6%GBD zT&-$YVkcRiG{%~oU0kR?li>i!0Uu@@c~99nZh|0gUKBAHMHGljUnFi``1#4o)Revb zDhv>Y>aEvVH)E-t=O%I3-ObkMsMS&(H*$Tg5$~A?X3WS-@dq)ZCJ{pXLB_}J;jha( bbok*5qkMLi6-jP`00000NkvXXu0mjfVKdD` literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_prst_save.png b/cinelerra-5.1/plugins/theme_blue/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..726a085d5698fd2ac9075dec7af3d1aee6939a2d GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TcdAc}; zSoFS~Y|Gbdz|(5)&ST5{Fzjx^V}-l7dZUldY2_^U6216gc~Gdw-)%QOUhe+Nv|NoP zJ7le`(`pY_*ABc(^9!6(`s4oDvwy^86O!07WVl) z>(KA~-nAt%wCH`c^qGvs58{>!n(IzkTB4Nl{r5zJ0~SS=F%`R>&tIH1%gu0imvY6@ zB&q3J`vqopCr;GX4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=Cube!2)_4R+K7tiHuX;<1d&eSmEkWWxdF*anF?VtJVQDCz>ubgRx0?)Ci muz;vjh6Wcd99_)7$H29Zd(qnIiLZgiF?hQAxvXDsU9hjB62EzXG;~HQ)t!29Ax<+K<7&m0i0)&(?dbcY=-4ng~^3>NpI- zkRI>^9PP8-2^QhfmhECurk*D=pr6KiE7%yVt5Rk4u7mhI47rP~M&6JfGgeA>pz=jmJPvhQmnHP~^uuw}bclDEzKLP0_iy0*8u zd7lUl0zCyPB24CU?vsW9aybUEwVl}wj-n6S+a%i!>kfeGS8G|{jK_MmTynDwwkPMV nD-VgrQS|Z4GDqb5vwuAA@gZ;v1XYKr00000NkvXXu0mjfCGNT~ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_blue/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f8f908fa723b4edd2e203dbb9e03e43913919b GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UDJzX3_ zEP9g@Bv=CubohTdHTD0^o*tgah$YXmvW>q@O!;ti_5bygURbc@=DOvU7^(&FN)|Mj z_IPsgINS9$K#BcQbmp00i_>zopr0D^2z`Tzg` literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_pstn_cen.png b/cinelerra-5.1/plugins/theme_blue/mask_pstn_cen.png new file mode 100644 index 0000000000000000000000000000000000000000..1477c60bd157cfca2c8778ed4dfd763c9a41d2e4 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&c|2Vl zLo9lqPO&2juf^+(%DsP6^;qs--|D|;N#gFW zI`aa(3noOo{chuNCTH5@&Qlf3uA6Q3)oXN_nHptwKl<*DjR~9Le!qE;kZ|jDp>&h} zEvXiD{h_%orj)rRge;4U^YLWea_e=C)3<%_ r&*0z-eOkGAe*JS#HuHtYmzICD%HMH_^^poN@EAN@{an^LB{Ts5gGZk8 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_blue/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..c19e8ce7fcf55471ea10acbcc16023ea52a59b8c GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=Cube!2)_4R*f%D!!8i_PrLx~z5&_uz84e%fW7V++Gsp0p$Co*Ee+jxyFZ xC8fCE%UE@Q&#i1#f}^;@H=&hBpJ^Q6Vlerw)A#uxe+$rL22WQ%mvv4FO#rVXLk9o= literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_blue/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..db23a74cee3b3360ee6ee8b284c15aa57cddd152 GIT binary patch literal 444 zcmV;t0YmYm0zni-&#NvFjEPP)EC8MA#vHp47bVMpfjAPS zKQ#5Og9Zi)iD~MNJ13`Z-)GM+Z(1yBj64xAnT&|@dBxM?kmP}Asp(^t6+yD!(kJ77p-;1V$ai=Y5FMgrRcC8i3I_r)jGEVE0oU_s`+-a(8^VyzF2X(NE5;e_T#98)P>&8xW`W mw@9y~ZJPyJ#39p%JAMFf8QAikna0Qf0000BtC5&>4O zG=Ui%(&&PWvcQ??zwff>(U=Uzgf70MHnsTb5TEgb6&m}u|L|w?Eh*Un9r~II{U`#;yX>#_V>2ln-UHznO+l>eFt#xs=T5P)dbwgQ}_wpQzwTi0R zEFO|a`mN#);vwnR%|%r$(-%v3J02405Aj2&kf$$}6ZMaE8xpyQA>_%4L&%ATuSU3k jplj27PgyKDe7(;t&z0i9bP$>&00000NkvXXu0mjfMGoIk literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_scale_up.png b/cinelerra-5.1/plugins/theme_blue/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..fc52498d3727f6998816f45c30e09040557c8f2e GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jY*t|bg&nCs77A0Yo^bP0l+XkK Dlcp}G literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_blue/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb80b7b5a2916ee1b5a130ed4033172eb4ae3b5 GIT binary patch literal 496 zcmVU(|fonv@Kn1tIq-Q*_!oczvvW@B?t&(Dr=;RrrX zn#3$EuVWS}i@LLWMCbx9;eL{Fu)m250*5sTlBHh4)+j;XaH@i80>(=h6-8BWs*2IX zR~HpQRdM+x!FWomq^L+vVM(#ZdI=ko zR;$H@waiSHD3vBCO^#D6j!`ItgwBy>8FAdF*NbU)UT8jdXf)dN`^gUu!HFnw{Pyjk zR)3{dzxy+Z$bjN!_`m0qB96L42#XL$o+tkJ+#>H2YyRi?HkL2rVJvS5#@1RK;GJT0 mw1`_-+v4=(&}(>gZJT$mmFt_Qwnjbx00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S(c)B=- zSoFS~v^R?>P@r{x=QT00m&}(uL$m9&3sj#E*{{Pz0Uyq(5}XEsin^#6GE)yXdUjC;*zzx+0*F8IrfIY|jJSvnin zg-KSg_nVk^Jb2c{=^c#QqUEA>f9w3(5%EIrbj9hz-%Xxwy}NDwli-`kz?B=!lz%4&HiRT?<>p%xp%;2P=LMrINA$zJ?@oSCIOdWh;QCEA$9Dc} zMNgAbzq`ej=T^SnYxl`@en5q2Z=0{`yym<0m04!FMUHWvCry7cMlrtrr!+UILZ^~ zy8LDUQ$(Xw(NnO9#uO1$*=w-;aqP6ju@;mnc?;HSj=hg!J>v#Z1h)r?gd@Zk;;!|+ z-jmpAn_{uB1uTuHqVrIQ!RRUM)MCSrl`1iQZk+kgpGaoxt&TO$rYNkSMQrFaq0TS> z>GWbZa)@Y*{q0>6IT{6^I}~Ab_zae1xq|+ua=Fa= zk8?bJbgw>&QaMjeR}hh=z_nV1T<+K33u4<}$!0T*4xi*jUU8LAq1-=m7l74B6bST!)C;JPL$_#ib;7+WJX*d4QtDa z+iecwm<|y6(1+=1trv5qrt}SX>zs{B%=u0`BO@ICQ}NQ0I=~@tBC!T6XPK=AUE!R) zlvt5i2Tsj6n4DCpt6EqD>`06zi8fm;!;IA|GtyLRA!(9m!#R`0&yb{w_@fy^07;@v z=PZ&~an3G%+bd>lq^UOi`!>)GNfZXE;8nf=?wIj9^t}pIiYp;;&kGs;ulz93YS~1u zM{QqQn@m9uCSMTpFku4L`j1HxdI268D|6 zYlDL81C?k1KSJV?70sqaam*+Df)tfjShnnK=`YBW;=f!{9LLP_ck9S=o@SYiNo*&H zj^N5uGa68&w#_f7#t61co*QP+BX6Vp|H>KvSyIb~$gxe%^?iV+wXIuz^4XVoJj$LJOX+g; zi%-#1&5LE3dt$mNRr8`r>0+Ato*GN(qDd(+jVZWr@igYEWStzaKVybkAswntt zG0g(fEha8Uv5+(o;v}l7ZR}G?;twBHJick@sLS6N%v(e-D==E>dPiuuGmKA)ed_!Ppi zI1}l`5e^fvNdO|@9>Sfk6N^u8)Cdd1G)q3k#4eUmY5a8dPgF(4GISuqz=t5Bx?oHg`-h(?^ zO6j zIF7@}&FdUL*3P=VPAWBDp4i3O#`tL4aq5Eg2*>8)TbH;wcAe3&q0;rSTSF)w=#LIy z8aiDa-Q@CF#>Yptp(so2_4+u{dJLb>Pk(fP;TzW&9vR%hap;?`C=_%C-v1DQP^bYZ z1(s!&p(tZ~w5=VVZ)@nE={<+v@8{>(Pds_@8vq9nHgh_1meY~*6@d;nw=y#`wK*#` z7;mnQj&P~iwoTIMB$-T_d@fU}SzB8nlS%V;Viv>L!g!+nB&Mk&-6D!|#*K|ljEoNQ z%k+I7KAOh1cm4zx60jAd_00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UPdb&7< zSoFS~vN4y*QNZ=S&UJz;a8IIiC4|#fAxf z5!MT)ZVK+ea9M$`Iyoinw#b(eeg)LO6Q{1go2A%MIMv%`5M`c!yN8vT~E{LcYjyBzRdG#$ki*> z?|<#N|HA&quY<0uBp2H1=Ge58~%kb$m*v50j*~o2A+Vaw$@9*1}!mZ-|XYCH} RW(EcTgQu&X%Q~loCIIH8lW+h4 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_blue/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..9a457e610ab4469fe1266a89d1a0b350f48e6d1d GIT binary patch literal 662 zcmV;H0%`q;P)6I-pJt(p>)T0zsLh%QnQ z>?BS)IoL&<1VIOff~YtYrxL0D11=TB(m@?8G*F>h6eWw4rcF$dHl)d2;`=%@sm5II zZb%=v;r-t8JUl$__fENbeN4{2e~G5=p%EyTOoq-~M(I6rQr@`r6h-kh#8^tf#Q04# zRnxI7vmvHcsG5!@rNA^dJqbc>1`^2r+HmAaDbS>pm_>JEUDN126hcuHvTJLYR>{Fw zZY8!nBtCvLieJ|Oi1Zxf83y!8;2RiB8AKX571oshaGgw|t+Z&5YVy7zn zen0)uzPkCqu_&q46vblw#sBTtp^9kaFyE5j`LVRb$c2jlOuczccQ{N>xQm6wMH^%3 zz7>i2MBOZ%Ss|TS*-=wTEU-Lm#lLXlODWKVhs*mPZhRp;RAF!IA+gsFq{i5_irq~t zupBxYK0gA$!l(J|S$k_c11C-aFg-J6YpjGix~0()tb18SAkfU+JC8ApmYR7!pJVL7 zZF0HwI?cv<7IkmHxUZn_yIit;3WYqGpD6}oXKKXHUyPGXezDb*%O;u>?j6s~y(M;f zh{4#|t#jfXA7*EE + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..2c701fb8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_all_smooth.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..7177fec5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_dn.svg @@ -0,0 +1,196 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..7afe317e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_hi.svg @@ -0,0 +1,224 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..b7a0a689 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_button_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..78d0b06c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_linear.svg @@ -0,0 +1,133 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..63a67d04 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,193 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..9d8a2cc8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,125 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..c4716e1b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,184 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..7db332d1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_crc.svg @@ -0,0 +1,149 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..5eb5e531 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_load.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..ef9202a3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..1d1031f6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_save.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..9662dbe7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..374d7071 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_tri.svg @@ -0,0 +1,145 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..eb2058e2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..926a5bb1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..925f36c1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,204 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..92027159 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,224 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..a7da09d3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,236 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..fc5b19e4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_up.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..f289fb71 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,235 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..8191dd65 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_x.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..399bad90 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,229 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..ccd16378 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xy.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..1cea3061 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,249 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..50411eae --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_y.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..6d4b0ba8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,229 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear.svg new file mode 100644 index 00000000..4215890e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear.svg @@ -0,0 +1,157 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..7177fec5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_dn.svg @@ -0,0 +1,196 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..7afe317e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_hi.svg @@ -0,0 +1,224 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_up.svg new file mode 100644 index 00000000..b7a0a689 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue/source_SVG/unclear_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue/unclear.png b/cinelerra-5.1/plugins/theme_blue/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..21316f04605063a9ed7991258cdada46005fc1f1 GIT binary patch literal 530 zcmV+t0`2{YP)@6mV$`YX5%x^ zXb;I%(GU_73wQx(bkSl9Noe&E$XuX+;PzTsE$lfKTsFHd-av`r@8-<;znOE+4BYGg zSDt&4=bqd&UsapO$NuR2oQ}jIFjIzqNbE~|nw!(lTZ0b|{h1lh0nFISGQI;0hb%~} zNVpmA8x4KD&OcR}yQf9r8)mFZIM8l3wPQwRM%HNP1JHIy5^FK~TX#<@!Iw}r-FZ^p zZaW0^i^5+6J)l<<{wf6Z&Dbh!Pmhk+=yoUJ6Rn8RbD%vsHDSq&tb~qa#&VW1G~?@7 zxEq3A{;L)KcS&Z`v04ou45sEYkv9R3k@X~D?`nNoiSijam0% zQ$6|UI&(e-#|MA^$!mGajk~e>pG3mXMkPc0nnSDXHC+u5`3ki@DA|89l5ie zrhFR=P@2+`SSd??7lL-L^H+Y582zC{$DKuB7C_?6oqaBc^{dK%Bi;5(-|G(R4_ykS Uw?dO$ga7~l07*qoM6N<$f*khhHvj+t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/unclear_dn.png b/cinelerra-5.1/plugins/theme_blue/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..35a371471ac422719d01caa6415b7b968b1bd023 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< zSoCh4ypi{ig8<9-|L2|fG?*?jSaNnMFKCItl&E<$Y#fSm?RN<(z)>2ENX>p*?+PLoa;Q7CGwNYBgo~tJQ}J73!Ww@*nx% zA3JS1UteiJ;#&*VkA*SUgFP;n?TD>jv5M2=SjV!vkJ!ueH-Ee2wjAVr22WQ%mvv4F FO#p)-cAx+N literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/unclear_hi.png b/cinelerra-5.1/plugins/theme_blue/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb80b7b5a2916ee1b5a130ed4033172eb4ae3b5 GIT binary patch literal 496 zcmVU(|fonv@Kn1tIq-Q*_!oczvvW@B?t&(Dr=;RrrX zn#3$EuVWS}i@LLWMCbx9;eL{Fu)m250*5sTlBHh4)+j;XaH@i80>(=h6-8BWs*2IX zR~HpQRdM+x!FWomq^L+vVM(#ZdI=ko zR;$H@waiSHD3vBCO^#D6j!`ItgwBy>8FAdF*NbU)UT8jdXf)dN`^gUu!HFnw{Pyjk zR)3{dzxy+Z$bjN!_`m0qB96L42#XL$o+tkJ+#>H2YyRi?HkL2rVJvS5#@1RK;GJT0 mw1`_-+v4=(&}(>gZJT$mmFt_Qwnjbx00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jY*t|bg&nCs77A0Yo^bP0l+XkK Dlcp}G literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_all_linear.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..79ecf2474b6870b1385a187de3d003a404e6bd4c GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&g*{yy zLo9mVUfJk(*g$~o!GAv;1EsWkES!di4mCB&uFRgdQhDm6$y#k*9ettk?Xuf$9iQa2 z&GXHYq&NE`x9zu%+{y6#%fbRhC4ZMKObns163KSO({FF9O?jruQ1O2Du65gw@9kc} zbpfxMG(X(;8f5GYO!_DS|=%D)t371aY<@^y!@cx z=68DUo^w8&b2#S!|48h`$yzJ5Z_o33ic!1GsGB0)9LA<43KTg+q!k!V4L6UC(e5}T6lG4lw1q*c6uAV&L09-pXKN?Z)x(JFS z?-*k~)Ifzo;W^1i0Dh31sb{pbVr*KXLxoH|he3B*@pn#(xb@DIuZ~nMMChI^EiDbt&CR*6 zK&|x@$;V-~mW%;l{}&|psP##b^X;JNbUF&)au5U$dj>B&;I@d2I_F-r3+nIhzXIT` z@B1&?`9y%wH5~zv4hyi>jsv)vaIg=kq6&Qd28@n3YZ?w>zmVQ&EKyz|U^bPHM>5IX9z}DgZ$9?l-H~ga2Rn Y151L_j#e-%IsgCw07*qoM6N<$f&u3`00000 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_button_dn.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_button_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..80cb7a6204d6cd5e23cc10a22335b256cec4e4d2 GIT binary patch literal 539 zcmV+$0_6RPP)OI4A|fE5qRUeiRmFW+ zlBj(TjtIu_POTG}iTi-Ntx$nXk|cAhCU6Hcdku~V{)~6V@lGj)Qa<_w5jjYenMHrKgg8+zi-gFR;KBbQVPR2&^`R$L=Rv{KBrFr zO8G#40DYEZKSu!~lGf(F%V(jmRJ~}NdvJpU_oHpj#EwMr7_vKg##=&fBF~ dZ;Nvt{|nRL&yOb6e8vC(002ovPDHLkV1h?)>-7Kt literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_button_hi.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..88ca0fffc6696ee6fe6686e502d68d5f29270823 GIT binary patch literal 543 zcmV+)0^t3LP)7XR0uU+MQY1N**?`3Y z-}HQ`kB^V!KUjNqq1J*_kc0$wlIeLq)^ryviPkEuHEOL0O-PbJW?~1u2NAyO;2T&H zmvv=X7X&zya9|tA)4kRzl86ZGGrWC;{<>UPFDq%Y^^PO%hpgi$MPzciw}T~dnb3$% z-}+Sfz;1jAC<5;(g95`-YmIeXNc%bTt9WUidmsZ`N?};v#q%Y<}}hbwph|9xc)aW}=Y zb54%_^4T+}v13O}uxG3MoE9bt4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h`{`~k@&nCs77A0Yo^bP0l+XkK Dy?HOP literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..b82dd90e1e20b00b3ba645ab68a0fa96b0c2ce0b GIT binary patch literal 510 zcmVg3ktynmo4HyNa5UfYz%02l9|BT<+S(Q@11)e7uf56 zOPZLx_isdG0sthBlO*|4*Q1SI7ny_*T4vS)FmBQlH8BBD5rK#_4%5g)@+*KPfTf7c z?**La`3ZoB&bdeJcKd*&dhg%X^=0dJAW4!R0Ny+2#zj#)*b2_Fth-n&Zb?25A^h9~T`7dH zAo;8;%bP6Ax_{T!4`dWVI8s#skOO#9!ybhYURU|=T%M|mnMo8ykG=P-OHESDOjQ5f z>N>bjGFMfYSvO77^KH;So14SUBb;QVH25 z8lpwCv$0X+a-f2G;Gv>uI1uB`hFC^hBVs9tgNq?j~npA^2A_ zZ|D2wvCISh=Wj6)EilRNL`jX_~Fbv0jhB0PIM4pMra@;=tJT^uQ{3zIR!F`sl}evxi3^3oM*wfEwJTG_Q55;s+B*RDM^WU@ z5=T+wlU#Dn-JLu?IUx5)7UX9h16Y_Q7LiTo+%Z)Zk_N!;#Et<#RmEC62VmY9bE(tm zBu-}>$EQVP-t)X&*4p3ZVG^p6G^z?~?eR<|Q|flRui`j98w9~~0BAHC3zbxa*;05HZJ6_KkV@)f{ml7|4?&gF8Kr#;7+VgRVsYMRgI4+5AQ3Y4y!`dYs3$B&KUqp0L#_) z{_uD_egxoHM2aMz12{3pJl-3g&*vQgpMxOyQmfUzipaz{_jWJX81qy_nrWK8U#~3| zi+3cO#+YaKhOM=I0B7}j{d&FDXf(b9IJegJ?gb}FQUvfapU;2T>}4{U0e}}#6ur6= zOj1Y=NWLkT%Re^zl}hC&fR2a^NN#;(Tj3;0ssM7+=``APq96!90nj*(121?u96kil zQ`L62+jYBO5g~xKi1a6uN$y5C48u}3o4q1=n5Jod7rHLz+yTkLY&QEAhGFT?-h++o zg>&vyRRur<;K?oag>&xpw)|gLp{io7_4@1Gl;1pYi)5s#AldS8@0$M?>lZ`Brg|&~ R$@TyM002ovPDHLkV1oTH;a~s& literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..ed476ee2b8c7bc95e32bbf8ca577da949457dc26 GIT binary patch literal 566 zcmV-60?GY}P)d+tFwj z_^(1zKID1MS)3$^l=9mmas&V*`$>|V)OoIiZd~8zAH$Q+mr8Hf_uHkTTj&phzZ{4F zfOBqxJA|r?UrOZs(~U>Cs4 zIF2u>giga2%s|>jjk;X_TJx7)sJx;e-D9^BsnK} z7DdtRrNPFS7J%arw4`HeZEGp;U@$Nww@KE5jWKUXJ|H>wZ0Ep@MxzPfXSdt^RtIjk z+g|}(zNlEmeJ|syEX#-Kql@{Wk!-ul83z$WT>V)>@;gDS%rw?4gLcl%FGh+-$?kvGvwf|q#Z$e42xS@M4xc~qF07*qoM6N<$ Ef>?*|hyVZp literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_crc.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_crc.png new file mode 100644 index 0000000000000000000000000000000000000000..1818cd09570ecc893d7193147b36ac5b0b95a358 GIT binary patch literal 581 zcmV-L0=oT)P)1*lAXHA2P+4a`fOP@|iQWwo1W`wRf_2B8_l9Oqx?FN+r_W#Q?#z6enVnsDke4(W z<2c?Ik)f)#MPwI1Rj)jvnYy=I-SnHs_|A( zk|Zr_?Kf2&0jY?5%Jcjn%d(v;%XacSKTy>ZAOqf8YriH*(yDU8>VdWPGw>2vI_F;9 zQSJg*#BuyZMCQPuwe}9xP8i)#4~x>NrFkW{+< TNB=Iu00000NkvXXu0mjfkaz#= literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_load.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_load.png new file mode 100644 index 0000000000000000000000000000000000000000..649cda04391018c44dc194618b9fcaeab345eef8 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMdAc}; zSoFS~V#s&MfX6jnklX!_dSh=&^W+~LJ*l25iFD> zk#RzdaVe!#1Kt9!fv1IZ3!I6_5zwsFYQLv4ZZsOtOQq7Dh~z*vAu$CGoO4^%YW43} z;~3+MUaxm7B1^!Xi0lI`Gy7SoRBiy;?e@HgyfL$Nzyou@FEd-M*Xw`!UQdR?t9~j> zPgHfodw(?|%j;tO2qEkO-+&bn`3QXI9~vsv%-#ctNOg?q5P6??qXd>_4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T+c)B=- zSoFS~ypiva0gsEmDEIt|c&6w>Zu^hSKf%%6tg~Egp{}#)y-7!c&P|`pEF&eTsZ?~| zSvxY2A+q22WcGzWKRqX;Fg2XKB9~Ub@!Zyz;VRVy>lhy_%U=RCIGtN<@w4e!%r-9fz?^4qZ}fY=R}NWZn6v0btc0q_KkIjK k5=#Z;N^d<*FRrnPyVYX5VS1*C4$!>}p00i_>zopr0J>sqF8}}l literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac6cbd3f381016a32dfee55abc85754b3f87f5d GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=CubexIYSM#&pi>JG%r)BnWmrlnY4BU#dI~i}(co~cLOW9<7SaFa!(cs#q lrb|J6jg4)3a;yam46^sRC33f^Oa~gr;OXk;vd$@?2>@t_J01W4 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..2cea21dac3a1b86d7e1d9897dfb5a27d66eb1873 GIT binary patch literal 496 zcmVfDEYH%PBI#q7UU}A=jZhcVjy5IXhzC{)M*Q8~PnbTV5)9z1Az&;QW zfYmh1l4i*mvk2S)c<-0vIKCa1QE9;5`@OD-$YGkySg_VQFCqot1$YJ)thI$dgGFRF zv}fVqoI4ns8#T1n7Myd}BGPQNS~Iy^F6neS_rSDLYNb>v-TcbfIkywq<7&0qjH2jW zM9$M#4+U$jSAab5oFqxD8&K*Tcm(E+F+;E3DB~~NlXAKI`t>u4qId88S@_(a2yCrg z6Okq0DVxpK`sYcKTm4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TYJY5_^ zEP9g@Bv=Cubodwj{PdKUhll5D#1boIWo2y-qY9wNf6pQ*W@hJ<6qPnhpCwX84;Zo~ zCJV{jXlew3RvF(T5q<_eiEIllw=kSl%D?j9VUB^0?qVSC9*>h>BMY4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4db&7< zSoA)a`S1SkSvluTAP? z z(op-JmUsO70mFhv@7~UlFEi|_iEzn!AX-uQy=s-*q+%JT9U>FOEM(TNes%15?b^qi zbmVuhvu2euYprWxT(#;K!@V-T{`YqGua{L@)CS!7D^+p+X!wemmHq1{*-hM8U>x}) b{WI$hk65#ch5`j(Krnc^`njxgN@xNAfrgzM literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..5f341f43f42f8cbb89a30d204ef286ccc036ec26 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=CubexIYSM#$zr7k5!MVVR7VM|p>>k@{Ny*^K*TsSVANtkpMbK5# z2j~OzO|wWg@g|D^No%2KwW#abL1as|ESi!@&YUi2O7bP?00WRi&NpZNb5jQg2f}BD zQtH;4$Y-|zU_S*br!i&>7ZF4R@BR4sQ-|CFmoQ@tT5CX&d+@%52u3TQc+d0v|G`>o zthE?p@ZNLKNoeh-{PiKH8+$-ls42d@U*XAvfR%>5cAIMkmKrOis8lK#V@O6BulEw( zv>nHBNWB)ZG$&NF?DA0#Zyr0jg5`0+`^OjI1;y}xep^!1Zb#*4QxuUdw+r3SzL zFw5qupRt;`TQG&hqyxvQA*)n{)JvHe+nCCk+f*=^nG6rj{Ip`$3Y3Hmi&hzwfKxl=2oTC+3 zqYxl>LMi9Yqbi5pdEV`xu(g)(=)S#jIM@;jiq`%m#{S-2hvP4$Tc6&1Cmsc=a70u>NH+7=n5yX z$2pJpegZBssK}5EE zs=``xTM7|jrD6GQQ}g2eDQeEqtOr*Gryz-+z{Lx_LCR>*Uy2BZYy_oN}s;sXq6GhQ=$KLE9TI<59H09q; z!rnha+D9q9iyXvLj}#jX&*rM);Yy8Wvq>0++#I*S({Se;S)P+-t_XgSaoq?im2vI9 ztBc&(n#%0aS`&pKVK8Y!Wy_kD?yhks7$zNI?2IYk&42D1{{ewG;yx4C3_$<@002ov JPDHLkV1iwF;j91v literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_chkdhi.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_chkdhi.png new file mode 100644 index 0000000000000000000000000000000000000000..67770ea63fffe690d8e1acfc975b6cc3d67a2abb GIT binary patch literal 971 zcmV;+12p`JP)KhNg88F>18P5$_?$??9@3W5mCqA|Q~^4Hm%w;v|l zOy>Ol%Fztls&0V+-d&Wu8F*ej>+tLMfxWhZKnBQ0p>W*u?6#GE&Xu=k&>2km`MFUP z#Y&bHSXCL_M&4f<``rewPdr|YyIDd6oYnI%#aaqgC1?2fB@v1ig)_#p zbs@|ILzq^|q!ePTeS9_ZOy+?|;_~_nKcz&VKt$Gd%LX?yBLtY0MvNJe8d@dCEGbu0 z&pbj(j%Y&6N;Uy4xSm2xnVj<)Y-SjB6lGLKV~6SjYD$@uDk)`Dk_iSF8#2|9EibRY zV04?phY5^k4L~rf0cMbF;f&2gQ12q<$WF+ptb2)2gJ-sDWR&oK348# z6=y>u=Ozc;fOm^#V~{aYGKM!L!>b8L%@HpSg-)k~b8b~YzfP-`#5>`aZykjzxfoTP zO#-`ZPot=}&dbQ{U4_L7r|k(Z4wc@1mk`31E9CwJQB};0s;U^>R(u#HK3yknW*IS~ z9iZPz9PTFi-N4Sy4j}~YuLs~wcuI*F6IDv2lo#$1oPzg$)w>^?B9D%yrAt(mM#B*{ t#?W$P!Q=DrNieJ%&GNnpyuatM^&e*_*)?@~U`qf1002ovPDHLkV1iacxK#iE literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_up.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..996aa58c830cf0abbcbaa34960ef981fa5b5663e GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h`{`~k@&nCs77A0Yo^bP0l+XkK Dy?HOP literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..fd91ee9b2347bccd4e403d9af038a04fbb4c70b6 GIT binary patch literal 566 zcmV-60?GY}P)o5p}zX9cE|69y1Y5{$aEhmlJdz0|u<6}G; zU>NCkyA=l^X+F(_WKmkX^mB7@!+a%Fe_(`?n+0XIV=Jr01) zjO*o$yV0W)(TN^ModOsKO`JjkH<2~IwH@?=w?;&;e0@DJ{5!S*fG7&E(E`I~zxs=y zcU9~qV3KI9VbVX#|C6%}fL!Hg?uMI>>BqBdUI~*8-j$;jz>w6NE%+H#g_+s<@;UIn zfkhiw&pLfKYF!kQ>S3B6fzCxLZ0!09{Ol#K0k4CTgbhO(YB+MKS0XdXDv+?M-K{4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tkdb&7< zSoFS~WLR{_K*05X)lLVlSuqD){hTs;bG`=@G?oMuF>+msUTvsq$yLx|B9f=6q|ZCA zP^fZ-=R}jbyRUlpm6fsf^!%|ejrDg;F@55iqO5e@*{)Nz>iuScLoW~B4rg$G|JO!M z{r+wq#hg%6W`?wT{7YA@QeQN6)jO9IwuFh#f4V-XJd+AH!`t*Y{xl){|A$8ctjRPwovBF|&IT#i@oOnjqH2wc1r^*dSoVtk;;(Z-qaN$dEHmv6i0x$iEP)LoK~y-6jg-4i!!Q(vKi^^yC@?S}2AJps@Bb_)3n~mS1gRBG zO?+dhY$y_u*fsRj2k$*8CB|_irBu(Qlt?Kt#-O!E zO8I}VbB?dCFTD5F0e}z!r4&jjLI@S!G|h2v&Kc(%tJRA2dQAvn2PTB5PIAtqlt?Kd zguoax4R+4)`T5B(48#~Q#$c_jP$2|4Z%R_2DJ4P(Xsr=K9D<#548u^Nr>CbhO;e%! zCZ*g_J&q$y)6{=u@$S86y8wh1ASQtm|Iy|3>QAcVj;j(G2DG5%_&{n`{~ zr9EX)>%9lqfyNkle}A6@zP-KGdnG+3HF7&oQpy_sVzJ=q>FKCaDJ5Ok(f2($=bDAJ4ACxCcIuKRL#K znbw-y+gq-$uQ!UfD?HT&|1lv1T5md7E2Zjao}Zu7wk>_%^YQTkz-%_dTKg-=IY-xZ z09;*NF`LcmWJ;hGtt^$Bn;Y)#?l8u%SS%(LE|*KR*4*FU^Z58!3ooVIOrBB-t#uvG zoHK3Pa&~q`-}gsDe|UJHZCiv8^)7%Y`#7ak7f)F%$MRiP=gG+l)>^#xjN|x|Gu;|PFE$Jw2xcvmG^OVw# z(n)ZE8)NFA#2Bli5=Gf+zd literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xy.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xy.png new file mode 100644 index 0000000000000000000000000000000000000000..96febe1d2068638b129bd29288de45ba9eee4dbf GIT binary patch literal 677 zcmV;W0$TlvP)P(lkBX*w`3eHQ70rs_I%%6b;~>G3IIcEt%*d@;PS3Ocy{^2T79r40R+d%z}6M9EgGUVeYdq<@gFL`{%;{kf$>4 z^?Iw$x%=g~nkh3f@Avx;oO3Jx6po^(ndf;c6g9?lXKkp6Y-U;340Wb5w$|>e>avIo z_`6Y^fKxW?s_LeQd^5&8nJes^OY=Pcjz1u!)3CW0-v-J^#*2%KcdGyL#O4)6@u(sS z@XT6!TU7^JTU)2_J5v$a^iE4&Ivfrk0*7TG%($A>SXIw~izG>Ylton?i^zqDoT=)c z+fPI$a-MLksw*P$4mgOS=-40e3HZBW57=|grGAx7Rb36a*8t!b#y#_uI^emi00000 LNkvXXu0mjf+@dtA literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd09d7987a2838d527a1a96e2c109f1d594aa9e GIT binary patch literal 831 zcmV-F1Hk-=P)pBocm)i0pAr7HZaRN*j^Zy^i90r&HCS^N* z$i8qZar|{W2!g+sp|AZIh5>6WecxlP_2VLfh!BP$ zT5Ck)|AX7MrRzF|VelIOD5VI3fFKAk#&~!XMSp{xbF^(sUDq^CgE3|XQ%dA<6-knKs8R~&zAc%c#u!eglTYUP`FRd*+m_Smgosd< zC3Ri%_4UPKu^>%TR;v|@#R7o7@2RSavMi~p%Aex?{{EjA)9%AC&@|0VuPGzv+=WTb zIgBwgW7q4oKal_!W9a*yVHj90mnfxXld~)%j$=O-MG@QWmNZTOWhlaWz4qm)r)-B| zm}xr<1Dnl;_xE=I4u``m zT)@wv`~BY6wTO6W^rRQy-A~ihPuT5tIOoXo-0Pg@Is5&dEXx46y}c!hB1FW?sNuWt zMFi&@N~w#2p8!Qs;GCO50g@ykj^pcKYpu`zx9IyGU{(p|>(4_6LEx|EIF2~y=(^4u z`BPI7xzN1pI<(fraqLg60dLv_F3S>YEm@Xb7&XNNe|&tTC<=@*zEnlz8yo}yT5EqH z%Chw3_tU7KhK6D2Z|F4cH5L()B=LiFUHgSumd&7391aJ)L-$o5gWV9LK&^ zC)xVGr|UX@jf;hP<>~2(x~?gTf~ILa zM_qgKoO6uh=$rf0kEefAZ`S(v*X`4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tkdb&7< zSoFS~a@LpGP^4vlr-q`JaE|^QvroS^guAeqPEh(G$a_Pq+Dm_7$AY&B{Qb^MQLbIr zT^=zc`T3vEf7W|!+QaioEgO6^uP*(pB{J8$ia9MUtnz(%@SMntWiL4+7>YghRp)p< z6gVU#;a(6b81_v^D$x zL-zV}YL6QpGi{hzI%!+`u1O)xCcc~Pj_y6dIs0bwlC?{I>#P4}{cFH8-7?RN>wT^M z%U?V6Gp}xY`}^i0hI2c4FZ4#OKezMUm70wP4Kvp^$o}Sd=Vfu!L-XqWpD*g=?HC?T W3YR~qX`cfO1O`u6KbLh*2~7ZR375eD literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_blue_dot/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..e01f4eabbc896288f028e5747407696191af6e89 GIT binary patch literal 731 zcmV<10wn#3P)APxWOc3W;FUrw9th7ytijd=xYY#yFT{ zoWAW-mx)o?-GYIky6bdx-C7>kW3U8X`cW^0%zVBJD*KD_2VvKvR^?HqnFdmO7 zrI2$b=ZuKpz5f~9_dW0L?`$?3Qc8I5Y1an2zkpCQ|Y zZZ;c*9vvNVe0)sPG&tv2EEdEVNhz^dEHu6qJ`4k;lzni{nGgco?N*^}+o~6<)rz;b zH#O?Ij;`x4#vmdJ3?b;h0f;d&3tN|w;=?8 zJt)9(xnw$>GM~>?H=oa$PNyuF%e}*PL*sU{Ym7Na!o|hKfw!a4h|y@Yrz@o>SVK{- zVy)eS{;SlOD_BHS`M==Wkw1cWOXhE-+V34?t<~22UvSM0uwQOTutLSPsM4T(nF7(>%E`dMpLcX@ev5Q6LLYfes1zJv@&^W4V=8pR$Z`Mx N002ovPDHLkV1lWuN1p%y literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_linear.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_linear.svg new file mode 100644 index 00000000..6973de62 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_linear.svg @@ -0,0 +1,322 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..e5fcd385 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_all_smooth.svg @@ -0,0 +1,374 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..8b9df49b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_dn.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..aa321fcf --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_hi.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..d47b7146 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_button_up.svg @@ -0,0 +1,273 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..6c1e4fcc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_linear.svg @@ -0,0 +1,256 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..8fef36d8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,319 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..5bb86465 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..7ab793a6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,306 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..eb35b443 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_crc.svg @@ -0,0 +1,275 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..40c74ff2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_load.svg @@ -0,0 +1,311 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..a2f8656f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,273 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..eb02f843 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_save.svg @@ -0,0 +1,311 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..1788e4fa --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,273 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..4a205def --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_tri.svg @@ -0,0 +1,271 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..1a46f36f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,311 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..914b60b9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,293 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..d4cb6bee --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,330 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..cd978a37 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,291 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..451466d3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,291 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..39772436 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_up.svg @@ -0,0 +1,273 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..35b14cf7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..4952354c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_x.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..4658454a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,313 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..b7c01a22 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xy.svg @@ -0,0 +1,304 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..66914c76 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,333 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..64d0650d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_y.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..8e8bf559 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,313 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear.svg new file mode 100644 index 00000000..985c33f3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear.svg @@ -0,0 +1,283 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..8b9df49b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_dn.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..aa321fcf --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_hi.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_up.svg new file mode 100644 index 00000000..d47b7146 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blue_dot/source_SVG/unclear_up.svg @@ -0,0 +1,273 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_blue_dot/unclear.png b/cinelerra-5.1/plugins/theme_blue_dot/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c39158830771c321179e19cbb35789edd6aa1bed GIT binary patch literal 557 zcmV+|0@D47P)bo>ezhBpTZGsTOURjn?08foEha`7M?x^Y! zfM+D9RP`Cn1DW0B-=OwYKfOe=Q;n5ox4p`pR0{20&GPI~t8n@;py!jq^ND z7K_D40QUiajA2m}U6LbrY^m@G?b^RORZ(sTb|1f?54vn>T8&O3S00000NkvXXu0mjfp5E)* literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/unclear_dn.png b/cinelerra-5.1/plugins/theme_blue_dot/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..80cb7a6204d6cd5e23cc10a22335b256cec4e4d2 GIT binary patch literal 539 zcmV+$0_6RPP)OI4A|fE5qRUeiRmFW+ zlBj(TjtIu_POTG}iTi-Ntx$nXk|cAhCU6Hcdku~V{)~6V@lGj)Qa<_w5jjYenMHrKgg8+zi-gFR;KBbQVPR2&^`R$L=Rv{KBrFr zO8G#40DYEZKSu!~lGf(F%V(jmRJ~}NdvJpU_oHpj#EwMr7_vKg##=&fBF~ dZ;Nvt{|nRL&yOb6e8vC(002ovPDHLkV1h?)>-7Kt literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/unclear_hi.png b/cinelerra-5.1/plugins/theme_blue_dot/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..88ca0fffc6696ee6fe6686e502d68d5f29270823 GIT binary patch literal 543 zcmV+)0^t3LP)7XR0uU+MQY1N**?`3Y z-}HQ`kB^V!KUjNqq1J*_kc0$wlIeLq)^ryviPkEuHEOL0O-PbJW?~1u2NAyO;2T&H zmvv=X7X&zya9|tA)4kRzl86ZGGrWC;{<>UPFDq%Y^^PO%hpgi$MPzciw}T~dnb3$% z-}+Sfz;1jAC<5;(g95`-YmIeXNc%bTt9WUidmsZ`N?};v#q%Y<}}hbwph|9xc)aW}=Y zb54%_^4T+}v13O}uxG3MoE9bt4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h`{`~k@&nCs77A0Yo^bP0l+XkK Dy?HOP literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_all_linear.png b/cinelerra-5.1/plugins/theme_bright/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..2986a690434a05c3727bb46f524ee4e40d94d4bd GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Sxd%8G= zSoFS~e30vqfq={WM_J6Y` zvj0lSpHc2G`^}PravUeinRl@A9T40xjoUi$vYo6#CWG0@MK*>ng`Z|QFxxcr&G@$H zprd~kQ{I7_Oq-kbw|PAXyxIY;t`eSgY`O4{vS2TW3uwMdv|KZ_I&Pt#rxx%)ta0+=G%eJXYh3Ob6Mw<&;$S% C^?1Sn literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_bright/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..088fb31ba6576f082eb4ca68a1133770f6256198 GIT binary patch literal 527 zcmV+q0`UEbP)p!Hn*!ILJ;Al4qZLj;Uccs?V;OIay` z?KR*MNCN}5S6%=mb;*pDG@g=1-{NUikxJlA6P^bKog9|tHEJ3P$F5(FlQmhdegF$D zq$9v5aHmUDHY~a>Goh}?5KypRY{MF`ts}J%D|xMAcH9jHW?f^xiPirhu&jws1Lt0( zPPhW5TznHi5s3bV_yLI6_CmmlBGpSvgEG*q)-hlMvzcd@S_W(RJO`vP`(;e=KLI&l z3mCP<`kOX|JTQq_-`A$>oFJRNKeBexsZdq{?pw)9hXkfRy=VU$zU%x?@dZ*QaQ@C! R<+1<(002ovPDHLkV1kz>)!6_5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_button_dn.png b/cinelerra-5.1/plugins/theme_bright/mask_button_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..8f117f2a6fefffe1887ab8d143054a2cd271bd70 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIr?!tE?6At4cw(DVEI`{1JvuCA_ZY;01yDy}>TY4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9he0s?-VcVIqn=)i#k1^@rmu98}{V#SFAE}_B`53D%2n5|#RChG%;F_~Q=Gjt{s ZLvk?d>(JF%GC(sJJYD@<);T3K0RWiTI#K`t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_button_up.png b/cinelerra-5.1/plugins/theme_bright/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..830d9b3c97d4d5209b50e2cf76f828c17d4eb174 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jw{Qv*Io=u8DElR>F>%)qJi`n|6Y(Na)iZdy`njxgN@xNA D!w)YB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_bright/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..e9dffdcf892f314af72563249156b3017505a9ce GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Spd%8G= zSoFTVZ0N`2DAN9MzP8~)#kd14EXhrr>KC{^ywcrBBm1$81vjq~S zF>c@Rz&p-p=Fk1_-{zHBe2#ySAi64eSw-vofYVdjbOPtNUaJ?||JeG<5}iW+(3r(y zRl7R*MV9vIZ!!BeE8@YokjysmFW=|zerP)#e8hQ=+pNzEo0FIRd~L>MRJwcq$_ZR< z6@Dkm43Ay?cJN#L#bYwxfA|R0Kj6E3K{~aM-6m<8LfO8FKrC!5%q*>xB5Lvm zlogSeLrGaED`lsU9kUw7B!6CkiNzdsO?U2{v9OSD{WkY`e$P4QckaFX^V@txDoO#b zp$e_^WMWKUbh|M-p3=^@h{n9c)mKrAJg;FTZO3UW;}%7{geu|=OYHeulgkowcs7bGkO|@ zY>ashmw0F)xQy%2lSm#F_1WcH2+jv@CCz`2Y0QL%G^!DQIV!}BB7+?Iv4_qkq3gjj zAmLN~A|F;RV-d%=!feDdh<)5(E#jX~3vXlrC0yVLZ`hUmj;9|XkX4^$4rl7W&p*Z| XGIK@}NE?yj00000NkvXXu0mjf#}%!O literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_bright/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..ac17b2517b59ba87f53921adc7ced86ab73bb35c GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TEdb&7< zSoFTVv{8?xP~iB-^OqD_Vw@ID@hIU6&Y`8#+zO}tl_%e_XEd!%{XPw;M}l$rgI;sDdn&J!8C6} ztFKM+$K^|2GW?KX)iXH4wyp5$mf(nBz3i`-Z*#?M_$OV^ce(4kag15(yM%_FUHc<# zlJ@JF95($WY@@!z^WKKO!t_s;X*-SvidZ$X%dqU(eX9GX*}CYW_M?8^}vN;?m7Rt?6AYX3iOq!tlD@B)lSKb zMND96KhKWq{$K===art`#2~Xjz)ID`Rhq>Ej_?}l7(L9?0p)d$lgR!l&VCDR;t^Ak z-ZY-ETofKJ0UzQDmyzCQfN$Xq#Vuv%qm8NLVouuk#!L#EW5o*LA qyS$|DRX5WLCwH-%0Ici(i~0srkUnG0`j4jo00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&Sv_4G zLo9mVPI1gTWFX)=e^-XsSx+sYu-2lfaax?K7T9tJomOmMo}$dcDaQHo(0#8E&h$H` z%8`9*%>5sys1@)hKXG7v(>VEBT>8!W7S0chTO7)hw;qUE6S*t&lcYw28 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_prst_load.png b/cinelerra-5.1/plugins/theme_bright/mask_prst_load.png new file mode 100644 index 0000000000000000000000000000000000000000..f4416298b2d8465560ede36b227dbaaca244fe26 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SlJzX3_ zEP9g@Bv>O3)H6v)P7z+%rqf&~$;Yk}VPf#;vzX8Wl_1%=_X`@?*o>N*LY!Yq3LJFW zcJM`;*@BZ3a}A1Gu09U#(EaqG(T~k#iK)=)&M7C9IX>*15#gP1^0U2>{QQGQmZh(0 qn5Cz7>p`G+u=+{Ez{3+BGBVWdwaI@cH+LP-5e%NLelF{r5}E*g?^J>S literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_bright/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..40e3e961d1195c8bd363461e28337606c995439b GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TUd%8G= zSoFTVZ13mfC~*8^zu7IW2qmdz6*(vUge_MVYbvltozVTlASC_YMSsE6xnV5bvIiyZ zes}u2@1)7*{WEXgoVj$-BXjSWoB8}Uw8yS#{V&VE6*0e zv1XIqg~N=qA~>_#*7u*kV7F+Z_Z{wsx>2gTZXdBoI#+aPyFl)Ak6*slNpba7)Bg)T zZ`&nscZJ=wTRKVH<$}etgw2*X`Yb&-=dplv1aJ034(87f?|R>!vb1gCr`KjC_diPR s+4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TQJzX3_ zEPCHgGUPg-z{B8Q__8}z_V?qyGR>o2JyEX}zBpV+I48lhTDYOM%_Poy^6^tl2h=#- zH+`RJ!y{6|ed)Th(CUvXA`UICDRhaMRNk5U@X|GfS84_uMe{SVjvDAy3m!;$F6G8$ vrMW_N%c9QzU0++mR6eRZ+vWCMf6TJ)iBa7y$4%WphcI}$`njxgN@xNAo4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9g@Bv=CubR7Hdulsq1h6#syf?|sCM25r5O^QFRIJlUtU&=;+?Xi}&hVIjh=Z^vz a*clR1n3Yv}Qu%>qFnGH9xvX4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{db&7< zSoFS~?9JEYAmDOe&UD`KBLY(vm@~QdKNA;Szev!wDesg4cT>%=sbQBqm+$_yG|lis zI5RK9cj*UHPpxV@5S(iI^%jHrwgu}N$`yj&-(<*ViDu&d+P*Eoe*yaicB=!T+$*;? z9XY16EcMky2FVM?&(dBM3V-lB{<-O{&+g>d73&X6U(mf_{bc1|s|S1g776*QoL{MB zvcTqTG+)6)^A${fDSX-$&Xt$_k8%FIzBc-@QNb;ynspxz#b4n*eLSe}o7sg(php-y MUHx3vIVCg!049EV*#H0l literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_bright/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..9bc40e381f6bc7ed7425048ac83af5746f4057fa GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UTJzX3_ zEPCHgdC0{ez{A#Wvt$0fD!Bs^+MO|(OYeL+`M}td%_Z`vmBbX=!k7ggUD}`MM2Tz= zYk%c&?pWIAnLSH`+jFY-=-0)_Se15sb+lpT+)>DJ*PV6!ab88q!}mV}tzhtU^>bP0 Hl+XkK9VJHt literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_pstn_cen.png b/cinelerra-5.1/plugins/theme_bright/mask_pstn_cen.png new file mode 100644 index 0000000000000000000000000000000000000000..515133f6cd5db1d65e430b6869f3f672810e8787 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T+c)B=- zSoA)-vu zGm}zJoZR@jdyVx4uG{-Qh+fXP!mTBhA=h}VV6WBeJ|@1I$zl&4Y%Xk-Hq*QyB5r?ztuimCwafn@BLTno!{j{Iiy^LTRHUt lGw$8Wx1Z=)AT1jpci@eIrSsc$CxPx|@O1TaS?83{1OO1%Y^eYM literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_bright/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..40e987a8133e8f1c6a4bc57a39be04e47bd48b45 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TCJY5_^ zEP9g@Bv=CubR7Hd?;s~DuvRWsQIo+{UznBcA*+e;j4K8zQTBJ6l33jDWvn{D=~l2R m;h<968&xmmauEXq1_l`h9?|UjJN`iP7(8A5T-G@yGywo}1~uLQ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_bright/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..8f117f2a6fefffe1887ab8d143054a2cd271bd70 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIr?!tE?6At4cw(DVEI`{1JvuCA_ZY;01yDy}>TY4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9he0s?-VcVIqn=)i#k1^@rmu98}{V#SFAE}_B`53D%2n5|#RChG%;F_~Q=Gjt{s ZLvk?d>(JF%GC(sJJYD@<);T3K0RWiTI#K`t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_scale_up.png b/cinelerra-5.1/plugins/theme_bright/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..830d9b3c97d4d5209b50e2cf76f828c17d4eb174 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jw{Qv*Io=u8DElR>F>%)qJi`n|6Y(Na)iZdy`njxgN@xNA D!w)YB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_bright/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..c90058818970ec5b9d38bce3261b685dda7ac7da GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9he0s?-VcVIqn=)i#k1^@rmu98}{V#SFAE}_B`53D%2n5|#RChG%;F_~Q=Gjt{s ZLvk?d>(JF%GC(sJJYD@<);T3K0RWiTI#K`t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_scale_x.png b/cinelerra-5.1/plugins/theme_bright/mask_scale_x.png new file mode 100644 index 0000000000000000000000000000000000000000..1f6e7e073d0ab41ff1ff97cd1964f45a05186d71 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMc)B=- zSoFTVw2}9afr#rxWwQkf5}91M)E1uMTI1*yme3lICK}P$#B@t!;sTCV?l&`-IuC{a z>b*bp&)*cT*8K^MwMzC0lHBPNKTA#T?5>`(arOs;yqk}H&MQ3>%NnP?v9>o_q2Bs? z!S4-Sa?a;AEAdnuIb_-QY1Im*^`_S>PKt$_a4t6t3$N!&-oNOuT5==Ta-Q`8KUDP} Xack~wy?&q#=tc%lS3j3^P64nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TUd%8G= zSoFS~vX{5nK%^yJNjxuhM*^D!>#6Nb#up-c7?o%A`A*m{gMmwVzi|864^_{FT4JUDH_4aQ?GTYNXsR*T4%VzV{nvFI#BQ=O3@Sbcu@RigmB| zcJ}W1o{%OW*uimbXRbm@gGs_O1ywZA|zrh?@8eS)5Gp zX2JJ`#Yy0D-x8VEX%OjY_MD|vET2pSS9R%;c%ecZdWOV5JI`2KQ6^|I+fFXhUO~6Ip;K+&EA6< zV`N#Da-qtz;G8SB+uH;3oV2VwIev0L!Z4I(0A!jbd7ek>^;&x3IF?DDy-^fNPvx$N zqDZziO@nEgFbo5YMx*fEFbvqXUAX<8$9@qNpQgcJfNr-7#u$3NUgh#BE6XyhRx3nN mgyZpuFbvh;f2EJTAb$Yu-vbBF-L6ys00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6dAc}; zSoFS~a*?yyK*W{*n&6Rl0e6qC-{rjU?m<eRw}T2qC3j%Il>xz@1CIb^+E zdO&uEMcZ73O!0-PWzY2g?X?Iw$8BuCc5ll72ZPaH^(-N+#-1`>jY6eeNKbLh*2~7Zvc5W^J literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_bright/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..461563026256f41b169cec3f3aa47a6d88e8a53f GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U9d%8G= zSoFS~a+a~9l|yzshV@AntK?arQY(LL>y%(L~{oMoP0)SKrPvp6uE+4M%D;CiXHiQN0Y z`44V1g>SebR9NAAd4UF3i@>!g4#w2TMY*@vzZU`8wlqX$$BVtk?Ef{FztodlwTg+s z;`y~(7JaYJb$rkF;_TS^E!p8&<-PeflVsW+{_t?O)n90H-u3^ot(j{@qXks?^u4ls mcdcV&I3{s%e`a{jMP`oEZB-hYSx!JNGI+ZBxvX + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..e7e1133c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_all_smooth.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..43855da3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_dn.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..e96f347a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_hi.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..bccd0112 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_button_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..8ec52300 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_linear.svg @@ -0,0 +1,133 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..1eb9d727 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,193 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..7832cab3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,125 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..5c88871c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,184 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..8ade31e3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_crc.svg @@ -0,0 +1,149 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..ba3445c2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_load.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..e5b9a27f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..8dbd8786 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_save.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..12b896fb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..4473ddba --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_tri.svg @@ -0,0 +1,145 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..3a05721f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..2543ea27 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..49a661e6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,204 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..6cb09cd9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..c6de7fdf --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..b06447bc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..c3c4fb7b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..4ca16067 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_x.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..19f7c12c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,169 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..ce049bdb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xy.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..f046bab5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,189 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..125775fd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_y.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..40cc4dce --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,169 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear.svg new file mode 100644 index 00000000..c8728f92 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear.svg @@ -0,0 +1,157 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..43855da3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_dn.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..e96f347a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_hi.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_up.svg new file mode 100644 index 00000000..bccd0112 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_bright/source_SVG/unclear_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_bright/unclear.png b/cinelerra-5.1/plugins/theme_bright/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..1529927402b4e140201676a1f61cb1777a628eae GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SZdb&7< zSoFTV9PP#IDA4-Q|FP5+R*xeo@r!;;$T@J@C`74(@#x!%$o6xy?Rxo(4bCo5n^-Au zrm^Ya`&F0khT7_U)!#Dfh0APosrUVi>sBxKoP=>+xrPe16LHQW#~HGWXvl@4tz)3|xH9+IeR`fjrCL>FVdQ&MBb@00BgeOaK4? literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/unclear_dn.png b/cinelerra-5.1/plugins/theme_bright/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..8f117f2a6fefffe1887ab8d143054a2cd271bd70 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIr?!tE?6At4cw(DVEI`{1JvuCA_ZY;01yDy}>TY4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9he0s?-VcVIqn=)i#k1^@rmu98}{V#SFAE}_B`53D%2n5|#RChG%;F_~Q=Gjt{s ZLvk?d>(JF%GC(sJJYD@<);T3K0RWiTI#K`t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/unclear_up.png b/cinelerra-5.1/plugins/theme_bright/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..830d9b3c97d4d5209b50e2cf76f828c17d4eb174 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jw{Qv*Io=u8DElR>F>%)qJi`n|6Y(Na)iZdy`njxgN@xNA D!w)YB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_all_linear.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..f560cd2a353bc09604cd72e1a4e73cafe267444d GIT binary patch literal 421 zcmV;W0b2fvP)cGNAd8f85?H(f-ViOiY^7OgSNu!qTm^jHnjRn_Jg5wJveYN`$AuQ+dX9G-NE5= zQ}HU+2p6-D5E;{c(2Uk~UM}?KjP*PF%-c|3xOasS=C_p5Hv7I~*n|^5L-Ch*I}iFZ P00000NkvXXu0mjf*l(~f literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..71ad4cda9970e41a7559f6d918944952fd368b16 GIT binary patch literal 707 zcmV;!0zCbRP)QEuM`9~Y1>aTeIgw1aur$u^`Fy^^wkronrYPPQb&e!qFr7%IQ#EfiFp2M;tr%( zib~J+IGJUV+6?eg!eJ2KD2;YIndhP4{t?*+kCoRX#l{9dA{N!x?w)jeP=JE(dR5_+ z<+)k-X)H5d#BL03KZ5QL2&D6o0PzwYTWPEPjb#?Sbd>N&UzYT`axntdY1_0mBAEC?;i7O!AMXJ@~@l>B%znFlasq0kq+^mQR673M?0PPo8 z29&GHnsS`p`C4zmchzjuH6#`>A!-;TA?6~+48&6zx7o;HD|OqgAW47(v>s3OHH9`) pLt+Y}GMEMgN~6t;tuFlk!VhaU@syB5+du#S002ovPDHLkV1nDEJktOG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_button_dn.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_button_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..260d66a4dde6ad226190064f69226dedc60530ca GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_button_hi.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a212f2fe937434abfa16b71cd40042220a0c82 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i-#C`i=&&4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..83361d35e88e4d60321a78495c712a8489976f81 GIT binary patch literal 488 zcmVP)_UXD&go5lLl2q5(yS;ByGEwHE)t2T<@8 zd<83iioAhXrm(ZHktm3JMsIH~Xd^bU@y0@wOVHdY+GWb!nQuQ980NpjETzbrMS(}} z11%TJ)5mEWFAMk`ssf;bz{4z?OkgO{Q?^Yuu%}B2T?t)M*M9LSaTJ(($4vzU=DZl4G_V&dA~ahVAH9nLQ%~OIdu)k4Azq?K zB1QwiUNSDi5c0000MOI>SPYY2;oi{TrS_J*8bI-Z| zch7-);J^O1RDbYkZ0m8cRN1IyX?)z!vo(XAEtD!RTX}N9$Etm8bv8ZnaU-q=cjg&p z$0UHo#rV8KRWoyIohU%KP$=zt3c$!_GxbuVVB_F!u4Thjp(|z@EB5p~ zZ)>c2B}p9lG+y$4?!b-*Kg|sIG+tU-n5pFXU0$IB-H~j(SS)|oUMuX4-ecUYId}Vy zz~0aIBRll%yWPt(uKaQnh{KI0$_2~9B{Ql~6s_ce%jNP<%q9t8v@NjrezzH?O`)0x z-E`{-Fq|aGu9jf4IABpfe*LNlP6w_(QslGK6glBwILv)9dDHQY|0#ustw zmb3@7W6`#lWQ^}u-}E+Xpox#LuOlk zN7I!C@JW0EaSQk=@CHXg50-z_ZZ!LjEx`b0=CW+=2({1^v^rfX^?zx{_iyPpcR$eu TuFF#600000NkvXXu0mjflmR2^ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..38e03e4c537448b81c7ae35778f0a0cf463f45ce GIT binary patch literal 530 zcmV+t0`2{YP)))8^_c#3F^2g0l(iItk{Qt28E=XAuwe;wGz>`l^}v-uIg~!!W?R z?!-8zVrXUs?lu~fGVUar2SZ7+8N5_ z(~s3k=NUXVSFd-}I;daC3dU2J%->ffzPV1UgE|--{E{0Q`g{WFXC;BPIH@C5Diua; z=>I7f3hDc`^L`teauA%4y*RO})i(k6qi^)m z;Y7r?pm}Q4;227FIt^ApY^oezO-(H{ zGaYMCI`lq7HTPh6-#OGZr}9_OdevEuLZ{Yjo{bNBt=69jU2`L?{iUS7N-~U+Jpf1f z{Ijb;Z*p?+k_PV?o4p5tgCKYeVBKn4iN}rks4RjF-}lEdgOzH(1@JRpEY_32wry(& zevReKo6KN=DFHZ1g7$Kh6ADV1z$6tYYgQbmf|ZFs3;2%Y$j=r45Qg4M9lF0$gI(#+ zy$AyD#mI@Hz+F|qS3qW?z+Fv)b~5tR5_}uX-}$8}C{s*HL@6441YnN>Q&5KD3INdH zQ-6NwjzuK>zJ@g1xihg4yPY=^Lhh#G9+>|}bqyAow5W2#`#k^v002ovPDHLkV1ndu B^VI+V literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_crc.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_crc.png new file mode 100644 index 0000000000000000000000000000000000000000..7adb5caf273860d75be13492104bae819c740cfe GIT binary patch literal 584 zcmV-O0=NB%P)yYovd{Hkx1-|yhCw^aW1*D(`U+?-+pwvnq9c9 zw4|sRhC$03Iyh}3+yy{6#>hwGba$n;`t3%r@B3c0VzzF6xVKmTTG&ng82hF@( z7zV9jG&o7KZ?k>LhOOuqAU4XwqBESye+EiMc`%#5bQC4Sv-Dec9tu#a-TR7253o+? z%=Rw9s;&(nj(79WDc~f@3hi7Nqy}J@Mn?<7-r4u$uhMb69=>^5TQ(`|3SbQZCgaN5 zqVUCeX)Tq)d{|5$Kt-P}3Qx02KNmJmcS&y4Ru~4Yd1w>`>#Dj5OpMdLTsR%E9bn0d z?ib-v6s#L`AMjM^uH3nQINQJSRwP&29)Laq#)$Nc%6n5jI|PX1a?^@^lK!a&eERWg z^tjPz#D(yG+`J}vFY+d5qDuGY@6oF)nhXD{({RvqLIWw(D@*VbQr Wp}M2gf3pPu00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6dAc}; zSoFS~V$IiVAmEa&JS&Fr@u_y7T{HA#E{V?9UUJ7I$3-Zj-lerd^u*%l7qe0yq_jOr zmSW02xT|pfn;Y%Yg7c!D1zkE8aozCox>T*V*Equ8Zdmd02D^XD@pX^lH3k3NiumU? zQ90Eu+I-#I^ZVQ;tFnEFG85Hgka%6Q@kYdT&&^9iQl*%Vmsz%-J+^ZCi7KzSf96Le rfA2Y!*E{)W`r{|d47=nOCVyh%l6J1!=a3=;bTxygtDnm{r-UW|LT+-x literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..1ecc4df6d62454c0ace86cbe4ad940ebf10972ac GIT binary patch literal 505 zcmVb53q9j2Q7hme=TX zS~Z8Bc(H2665?i-=t(r3v7d^)N@d~8wZu{MaoXAVGsGs~3KsLgZmRL^Fbsd>ij(B% zwo-Qh)PSFucATu9nhwv;)diTGw3$G*?8PIDEuaK^!u@$rF4w+YIX>=ueGx}Z#ZmKJ z9Ji_k+ma;5b8*yq|1Z;eKG+*RRkj8Yc>lOuzI$3Eo}HaPNu`Y}yq+)4xG>9o)ax=V zHq`+FbFY%*c&;dXc6Kr!7_YPP&5&xah~v+<@HY;CMc|i-UGJ=JrVstT>jF$n=#G@G zIJtGfCQw2&yj`qTD)+x%DF$e_+f#w{pMq^&y67?Q5PF-+UWVbqQNi#LBQpL11=Eyd12W|)00000NkvXXu0mjf43gb% literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_save.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..ba96a790078b9e83c2e4d060b74287bfdb77c404 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U{c)B=- zSoFS~Y|Gbdz|%Tk(7XS_G9Sy7-Hzr}9{vIrOpAA4nabKC?-;81b#{~R{yh==4=%KH zb(sFzY>JFy<(`>rsAn6l!-{f{|^gV+vv&pr2XtBicV_!Y*0kHQagKmo(x>FVdQ I&MBb@05EcQwg3PC literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..f9294d17c18dabfb1a86ea96e1e69f24647dcedb GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=CubeyUD_T*i?7tiELfo-#oyL3AKVBl7q-N|^P#>-f|U&JGcM< literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..609c8f4d522fff86cf93af28cc20f17d012b52a3 GIT binary patch literal 503 zcmV*kWB)8b^<`ABH8%DNE) zFcW56!VGy{VH~5!0HW4ZPrrQ>l(E8qF}hkks+f&1kwCEjuPNXXr~qRnCztv)SVdO= z1Wkjc0Tfve$~FDtl9Nj*asXUCK3jGycK`D7)KLK9f=>7J4IH*)tg!6Azh&F@Rd@IB zEl4Jebwlu(lbZ&a1S;*Fui0up()N%6E`U+T$v0fRhF~L7wcYOO8oaLd->pge;k6%u zT{l0AG67PKwm)TSLXp_6Z=H1A{A_5j7?uD~-HOMDZoc0q5{WyM9RN$Eu5}IA^9pka z;~?c|$Masj5P%hpWr1@=M?9}E7i?^F@m*Fo>)C#`R^M8US^a+hWskj+;yjkwZv<;v tstdjS10UHh#%jH;v;+kZX+8V5>kV>kho{Y%cbEVG002ovPDHLkV1ndo()R!W literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..a89ec98eaed51b7ae30f9e2aafaecf29feec25e2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UDJzX3_ zEP9g@Bv=CubohUI`FJ;PPY=&miCGeoR;o*4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&g*{yy zLo9lqPTAj3|i ySPkFLC6^*T8*y)0=kx5@Z|x$H9sIU>wT!xl>eeq{xjY#dh76vrelF{r5}E*<_MrU$ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..4309d4e90f5ee6d535019bb008d15f1e67901e5c GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=CubeyUD_T*iC%DyQ*M#{``4qK{9T9+`C?Dcsf<-&2{Ov0o?04nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UdJzX3_ zEP9hoOg8^J@4$TE(18O7KCE?`x~i?H^iEpBqE($930EEjHoNo6nO1-pCz*S;tny)$ X`^=WV^@Uq0&4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9he;-`O@-^kX`Dc05}Ws~(`#lgjF{UC;ikpx2v6H~(R%UXOu^$eb_elF{r5}E*! Cge{i< literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_up.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..260d66a4dde6ad226190064f69226dedc60530ca GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a212f2fe937434abfa16b71cd40042220a0c82 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i-#C`i=&&4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&IXzt* zLo9mVPBip8>>%QD|J@|!fF&D}Z%$Gan#7&wlrFERxr0GAS8qa__L7#xEE-NtIhJJ; z59O-7iIvh(Jz^##wCLmOeb4^iyr}c#%OCs7eNxYEf301;FZTQ-m5sMcZdOdma|%BB zd|mt2w0brBX_3FoGA|wdK4saYVg(ifFZOAsb(vOYHhtILQpalWA>`%3E2Vee9I@~> zUwH6LV`BIvJ}!guZN)zs*h4c8%4yVRas_au1oFFw9x1G`3%JU2hGp046OTg^ro`0s zaxeU{Hnq2WYu%U1dCx_+J@)SvFn3tzExGmR<)F3$ehNyrcXsgk`uAkJDgO`DsJ)vO or96dC=Xm^|E!Qu9K3>Cgh&A$aQMvLBV8}6ey85}Sb4q9e0OBp50{{R3 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xdown.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xdown.png new file mode 100644 index 0000000000000000000000000000000000000000..bf89bffbdc223932d97e6e52445b019267d2e0a8 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&%{*Nk zLo9leO-wfbJMX}Jz=hk{omb9u22bRW+%xefDfcbK}m1`&Mxr z{n~RP^47IeJ&MMr^BU*R7hmsP*r*@B-{?&ImPv`n-!ZSy`}gy=`QiKZ^(T#{G&VLq zd_TXQCw_n3;Sxh;AmBGQcTS42u(@OOSzAKRwyy1}LS5)y-u4dX#e{PG;^i#bIEsist+t!zWC&a*VpsgPKW0wnBKU3xz#Z)tS#}- zl$$)K!`7w$`1x5prjK>{cE7oH=O+}u=4;;G&K>tYT`c54Y$uOFQ&UvJjMSGCQwfLwo(Y_vXECzIorw zz<*prvO&|?4~Tpf*e+MPTjS%iXSX#w=K^E8a|RaF%WN1;KTX%lxm}EWR@IjZFMf9J zTr^MYo+{f?((N#u`3Ugs_{;QV$t-{@Kz9*kL;(zMvRo!7!TZfjG=vfYfrz$qbt(Z6 z0wV)@^NM>^c1m>5f#ItY@II`@^=!?(sRu{E>%`en5$3MbZA!zt0~JS6)J9|%VPBOM zRhCP4fj zH-e0z-k6#}Pl30$5+kxG%2eWPpHa|ns6Y*o<05g+Jm*|clJ0lX2a-`*MB?nS2qF6R`N>C7uKoW`p1teG5*A-W!h@g7{w)EiS1sAXCMF3%qWTWKP1o-s?As116g zUYjER$L|Jhi)a&JA2=J(Tlh9l?1qRO;{9fi%1#tT`Ol{S=Uh;xGmkM#syY)+#!qgm b|3~o)-h=)mGR0|M00000NkvXXu0mjfN$x7i literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa1cfe853cf742bd1a3967a2200c16558116293 GIT binary patch literal 745 zcmVK~y-6)s??bQ&AMhKVW;G+B#4RZ9&3>@}ssC2qXm(G?Ew- zhfYl(4*n6YE-a4z2M&fNO-Nppln|O2jLLw8(pr!ZO;i*M2n=n+cT0jp>9g%C6$b{- zbo1`HpM3B4+;d)yuW#UpGl<%=fc~FgQ~8JShY#4^*=0GAA{I|_aPX@tKnOucdn-PV zn=4H&#veVd4F0y6=I)&lZjTI;%jH;ET_>JQv7B7t!^ckmI34wLc{=Ixy6N$GxOm|_ z0M8?{I>%r|Y$>6y&1N$;TOC3Oq?9FjiV$3`tJ9(7XAO#zsWmiBLs1j}7GiNiVYMVD zy|u%$$SfACg^u=C0HlVZ?n6%Pd59f0W>Mu+uP^! z##eq8O~2x^2E{I?gQ@8#v84pb)S6-VKz>%tMCX`^&LM=r<8Gt3+e@R%spp)!LH;$) b><{uABT@k#<3cTS00000NkvXXu0mjft2{~J literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_y.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_y.png new file mode 100644 index 0000000000000000000000000000000000000000..85f1490959ad7f25a61cfd6f44f808e4aee576fd GIT binary patch literal 400 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&c|Bbm zLo9mVPVx0SY#`ENZ~crdG+63}hyZtyc-Tu(0ns}Pr!yQ8J<+v$3Tt;tvuDT@;gDYW z?oZ2=WP&?cJ8nkKlk7iszRkY-*0jgBrbTMRw@z5~YG1o?c|+f}5UJyfE2q1$%f3IO zdV#&_ZPRN3&*g==rwu>EHBNdw!D~-w&58y4w_Pm>edMdN)>8PP*H*n+?@PNvTDqS) z`Rxv3U%06?WZQ&*x*Jb(8|oj=H~)6-<6~z-)(hvJ3cZwEbL?#9Tt=1M)t7sF;^j{8 zbX?yimHQ;a;70u~uh(mnENpUIc1}K@dF4p@txTQ?D(u@G{_PTbl2)BQrCKHNnD(_I srZbIdMswIRodRzg{XXaZ|Mv%;vVF0C=O^F$0}MR|Pgg&ebxsLQ0DIG=YXATM literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_cakewalk/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..7755be419f2b4333e03b601737ea5a0cf9356d7b GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&l|5Y? zLo9leO-wfbJMX}Jz=hkHz5n30YtMMLg{8TyOjW!VU}q=S)-xr7P0dZMP5XMD(VqVw z1lLzBik&lc+5v?F=Z_yae*Ex+$rC*SYy;UAvp2TR6g;S)m|>v9altVxim7=4gZ)po z-xa%za_(-NuBg3VC^4f>_3*Q|yCrSz&MkPQEKzwnY~68z>K{Ke4?F8TI+0MYZ z{P^%uIINbX`O)R&`aHpDXO0WZH_K-9bM7>n(b(Ad@W{$yp7x1Nk3L+StWmRxH!Y!I z$A`b|{b21g4ATuAzq(964l-*7r>Q`^zyXGXCzQn*7{u$ti@D0Vp98~`!PC{xWt~$( F69CJpq(J}x literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_linear.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_linear.svg new file mode 100644 index 00000000..1419d13b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_linear.svg @@ -0,0 +1,409 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..19acd170 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_all_smooth.svg @@ -0,0 +1,457 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..ca200ff2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_dn.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..7ead9619 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_hi.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..7d2d83ef --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_button_up.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..02faedfc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_linear.svg @@ -0,0 +1,343 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..f58449d7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,402 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..1f742087 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,335 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..2d7e2eed --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,393 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..772e9501 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_crc.svg @@ -0,0 +1,358 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..7e6608b9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_load.svg @@ -0,0 +1,394 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..d269c0ba --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..41cc7866 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_save.svg @@ -0,0 +1,394 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..e25db347 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_trash.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_trash.svg new file mode 100644 index 00000000..8083a0f9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_trash.svg @@ -0,0 +1,394 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..6032fcf9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_prst_tri.svg @@ -0,0 +1,354 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..428239ef --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,376 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..2934b2c5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,413 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..4f9922ba --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,374 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..eaae9a30 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..4f47b1b4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_up.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..3419ba3b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..d44cec8d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_x.svg @@ -0,0 +1,367 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..aeff2edc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,378 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..b935c539 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xy.svg @@ -0,0 +1,387 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..d853d5c7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,398 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..54ba78e8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_y.svg @@ -0,0 +1,367 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..e565c58b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,378 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear.svg new file mode 100644 index 00000000..3806fd48 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear.svg @@ -0,0 +1,366 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..ca200ff2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_dn.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..7ead9619 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_hi.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_up.svg new file mode 100644 index 00000000..7d2d83ef --- /dev/null +++ b/cinelerra-5.1/plugins/theme_cakewalk/source_SVG/unclear_up.svg @@ -0,0 +1,356 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_cakewalk/unclear.png b/cinelerra-5.1/plugins/theme_cakewalk/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..e24890dade092ef6cafa09a58a37a619c0f5f5a3 GIT binary patch literal 560 zcmV-00?+-4P)NFn>rbT zsf#XdHg1lZ7$dbcX&R$R_pW>bH)4YY8UsAAqicEp;~-TKAvkJ!w*R^JoSb|Axp0C1 zACf#t-m?9+sCasEl06Gt)nEf79xILw4!po#udEcm&eP6KFz9zSM}cb^JOs8KtUFjo z?8xybJyUbgYu{hmSgHp}ue~qnC5BQ|4x`cwKXn;Db(yeGdY+;(!UV69UT06L2Mdj* zdXV&^cfhS51Y1!Qw+7wzu6(Z{-)kh@_D&SVE#S#mb!XVWx-ZF}^qSgn((BYf_s-uA zuKB6U$oCpkBH!IeQ*Y!!bAqmgg;I6SDx{fZU1EllGBUH@KYprj$~c!VZW?^}SrnCA zZtW9d_g7rK3B%PRlPVLI?{oR$gQ=-z)6|1OKY9yx8}ThgET?L*Y3}ef|p_!RU6~t2v2YMV9;_W}_7aquP*t(+B ysuCN(+L-=q=)eMM*=&5eNWT>R_M|WH592$Fwz%%U literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/unclear_dn.png b/cinelerra-5.1/plugins/theme_cakewalk/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..260d66a4dde6ad226190064f69226dedc60530ca GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/unclear_hi.png b/cinelerra-5.1/plugins/theme_cakewalk/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a212f2fe937434abfa16b71cd40042220a0c82 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i-#C`i=&&4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_all_linear.png b/cinelerra-5.1/plugins/theme_hulk/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..1f18bc8baf7c82a17207ef6ac4ddbec9f0826d60 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&MLk^{ zLo9mVPTAxApc9Mj`vgmI$ZZre59qE}gBc8#gR6`Nv%On^}cNOhs%; zOZMg$yWZ`)%b~h`_L(y?PoCb*tUgt9Dt}Xr?333ab{PTp`9HZ%&=0D#pP&7l`JiyY z#8%-4Mr>j|NAogfa8|Re^FG+R?6X2RPtFatGYs0#Ztdr;WKnA}ZvHLpofdjw=br0L z;TtqJu)1wjWms|BB;zLUr~U<3V|CYP{e#4efogdqa8euTDNGKe;CR{ojy%oKdysp6-2h@Z707jYHAqDF2y*bgv;n}Wp@s}h^sC!1__wDBF2NJkoDvyT26oJgzX*DI=%wACru>XeG=B-i)a zj+IEOwHV=%3YIKzcIviN-|B47R<<8dbU@**Qa>$-fQ-i^GSJYPK2A>6>M}O^u)1Sr z-Ync4`Fy=+r{3X~a}wxvaf`qw5Ys>c3c8Wu>9|lUFWh+Cy{qO5+0tJmTfpxYr8>id}lp87%Gs9FLSh1&g&!4vmn8H^)}zVZ`oWB!sLlQG%z&To$i zUcagC6*T81u(do0dQ}M=^Mn2dd(>_NnQI2xL80%mqE~ho#$a5+)9ps~i`14^u@WeV!uLNx+f|cefs7*KtIJF~VW)xrzxV~h14nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdb&7< zSoB_|Dxb|hu2I2oG2+$1_<#w@vr#>S0b=am0XIevn# zjCFa#aicvqH`q<92`l$l-{5+0=i!pg4idh{?#$!oFr3k_^2k;j$DoN9OxJRLnH{3i zp*8XKF_AT19HD0qhO|y_$>vp4ELqXy#j)~){_F0mpOfr2EEe6lP4)!;8iVgQ?s8@K z-(79+U$owQf`l?lgXIo;8Hcpps&dn3YgX)wf5>dOcI~SRNAI!%J;31U>gTe~DWM4f D>~wXj literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_button_hi.png b/cinelerra-5.1/plugins/theme_hulk/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..51f166c7a2ee908d833a9176d26d9f3747b01854 GIT binary patch literal 505 zcmVGj0}8o- z6j}tYz+UhQtgO5M$sGs@34%czn+O(ZLZbUOTX@cyv*-J4c3mVA!5zPL;K$3unDw2H zdU|+-8;J>VU7xe`eic)F_f|jbZ47pTs>d@|bXv^l#tr`c%_QnZ^bKA(JJvNFM&>O8Mz z=ctU1KZ+$;%CGC+{P=lEt<|`<+^Hx&$pEM)8TDG7Q?mb(-W!Nc4jMQHecDTaglDUxSPk%fhy vD}{|L4hRmHC&qBg8*6;o{}dEn*<9xq;%MuP!{nY)00000NkvXXu0mjf9zoVg literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_button_up.png b/cinelerra-5.1/plugins/theme_hulk/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..bcbdc94d1c43e5808373306e52d0c1d58c1e8756 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i3c5V7(&&5V^= zAMh6}Q)p#j6W#>uM97;&*49d|g&VRPlI%oMSmeUMFz?*^-V6+|(!Y?S)s&VhEp@b7 zh(|&orKJG2GecUH%5Iq_3JE488t=nAp^y{cGg~i933l`if*Zug)&TpP1R_UY4+)>C z9_>hJ!yf&`=&Z~BnbO{s!;?RSl8hX!qwL>I)|A##`bUy$3kNIhR%s8@%;TokS}1gM z-7W{mvzTemG*=xmR@#%&Uzf3tzOJ-qrLIrbq9SO?9tLj!ssj4*F=zlzft^=JOY)Vt zfB|jd>q;O($Q^*gxv@Z-_`aOR$CI!?1ixSXKxr(SImZ_i7a=sW&H#{{OXYrEsG}u0 fzF9WJO3T#`A}Xj9*)T>`00000NkvXXu0mjft8B4a literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_crv_smooth.png b/cinelerra-5.1/plugins/theme_hulk/mask_crv_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..8e002eafc44f3ed3ce9c7f664c37ba86e92a59cb GIT binary patch literal 588 zcmV-S0<-;zP);y%T5D<$rB4}Z)SO+9tW(%(fm@so^P7twB@a|b$62f}7yD2OLUp2Ge zdq3X5&cJ{DZQ0I^Q_$8rv3PryDx4KO+YDSjZt?4)%s}wDxkIIzy_#!ouS`qe4R-P`Q-xcD=gr%x!i!x&>++LM!8g>{JIJ%D)qPGO^g9ti)c>R10OqS! z{W%CcVG}>V79yfrskTe<`<+62S?iS|uah5l3L9%$8!2o&LNo<>f66NBMc~8^e*%`j zF+7zEP8FsN9zk>>RhTXU_dJ#uJkI)uc5VbuMCYPmChR#7=YfSSh|UEt16u^f`!)tJ z%#1ywU}H|rJ8z_+tOvl!UpF)+>>!yN{6}Mhny^LDMRYG2(aZtDQeENZNsHh1j=vF$ zUk`wz9jq3?{mpnS!^+o+{CUIf0bcN=b*kO>=FJR`Wr2T0fkRz1 zRNqj2hq`DpBQ_*M^#LTS1Abak{b4g5Ho}emR#|L?c>v%YkavEbBSmS7Tb6nQlmo1%j;~rFH1d7;531Zui$-frTzZ%^SLNkwi&~p?6~F zuC+FH*A4ZQq}}@i07GxpP%lWfT-B$!p54$}u@cQOmoU_vLw7!md(FpLLw#tru7*So zHS>Z*9>4$~Jz>HzRQdoUyCC-tHB;Y<*Ix+i5tU_u2qF6bM%xKj`3ueX-*zYvf$fLT oh97SvAzO6@fNZ#EH2xpO2P0>(c44z?DF6Tf07*qoM6N<$g1U3WHUIzs literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_hulk/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..748b9748cdd1e6ae844a68623d4263b594237d4d GIT binary patch literal 522 zcmV+l0`>igP)S*2U|JSH*@~XnaRLC zGFa!r$?JNqSowyFZ(l@I!P3WHy*jRiH^TT5={px|p!tYixKBot+aRPdr= z#7esB|n^6gV&c~hn z<(bZgf*b#2a2|AAvC-r<9$>;AHGtY5hUS8UA*~wPFAD9zzOZUgu%yVa#Wn+dgHxhi z(2}H{-xh!qHD{dsmw>haIQefiHK%(vj^!7O^bmL&%P;f`%`{IU(xbe-)VUCBinMB2 zB3j z;zfW4*$7&A0Sb^KrB4$n_Q}Onfx^CqiiSJ9Lvd^A?%>X*=Wk}U^Y5pf(eA*zoTMr_ z(5Pvcwn19Jn%n*l`paO>)@60@CUB^s7qfB<`U5Z}XDx8L#KV4F>W{_bi$f{YzX9z4 zu_8yn?i1oaAwIARdJH7MUV?ueYUou}4nUxjUZ7(QbbLF~Nu$g+(5M;c_||z(ig_uT z4fZb(8)T=dhZ+AL;DbT7v;JHw4E8%<6zR@`0yN~~KhPdfv)Fc?l~*ebdNB{0K{&6p zs=%KBgxcs0;J_``a=VKIUe^+}8N*hA@6s^cSQMO)%)ECMVC}p3ZBei~uOj_Yu)&-G z7Nj%Ks5uWh)MyL%2}})~mxA3BI|Y^v_Nod#)M!hvSAZwb-H_E`HveK)gc^DY{4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T+db&7< zSoFS~V$0WTz|%TEP`vMfam(+EYZIG)o2H)-l(@^Pyh`Y~yN_u8rl-rN`%e>na82!! zl84CY7aisAqaS%3$f?{VHmk8h@Ihv!+_lxyI9{x+6fT_bf^m-?uN~*t^z5IJuBk7c zbS%&Pwsn?P65}=J*RmV0KZ{_VdW8Aoq7<)Lp%XNAMz0H;wBw7Qt^e2T`8;}ipHI4d5hhXE|e>{N>X7F_Nb6Mw<&;$S)P;cJ= literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_hulk/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..b786d0015b7b48e923d06d24f486ed2a584ba381 GIT binary patch literal 478 zcmV<40U`d0P)02Gjhd*4#LouACFo3vi*PGC zG>##DCb9#KV~r*@AjXkMEAcZE{B)NCFcH$7W&xbh%d6a5w_fEzmoDvyU!kavaR;*r zq=0##uUUEr^1zwFIY`J@sUzcpmIqwIyP#>n1O#(Ivhcl~l<_xT<2$v7zTg~)12si6 zipha<-OEQ6piU$Tp(TU64zdOG0>v=85|_~z&-OQ3*|*eIOYMuiRwe?{Qc!!+Qv0%@ zdD`<$Y^nVWL|x4Eg2e8Fi~;gmol%?;@SK#9;lF#&H#CUvQah!^Sdd)fOdAG2kupb&niHTo|s~mLDzsZjpgMHPAVZ|ub##L zmOk`Dcn8>OpU49j$T)m$FUrKbZ{q(Hv^?t&+7MX9jQ{`u literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_prst_save.png b/cinelerra-5.1/plugins/theme_hulk/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..4233ce69e22f7de0e36919930163b362549297c4 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Sxd%8G= zSoFS~?8tXWLBRFC$=wQ;bqnsTf49QA+Wxk70n7Bq%Tyv3Oj&Zw>Gt+>_v?l47ebK8XG3$<};%O@Sa zf8@FAN&nKh4p*K>JxrTfAZo0k@;lmDg-4;_R;_w8 Bch&#^ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_hulk/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..2d23514d52f68f2f0ab2e32b31849e4912d8c367 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=Cube!4w>;KPsFP_V3Q(9&pcj98LpHZtt%TThNi=Z%wmRV+66kSxQ*)CH| zx|dc(-GW-Xmi{D}lo5n|)52q<`SYo}Xg23C^S)&1gW2%51&-8Z

Z0YE#T)+kM5A0ji)I1uggedIN|xYPio9W$vZj^^2zgVs>pEj}&~Tm0e&9cyi** zcF&t|4pbEh7_Gfv#X2&y$t7{WcF$L3{tYB$v^}YR1?RN52Lui6MK6<~&H|6Xy73GS zb|8l>5>9*3{-jn&8Be@>-tmv~THF`pvR~NX(gVLNe0w{H1&NIp3QXkv)Aa?{(QV;G S>q@Es00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1StJzX3_ zEP9g@Bv=CubohUI_5V394-e1R2$Rw*L$9z2DIc!>KmUL7E2~^LPoCl#9;PV=7_S+q zsakAcWd;Fm%UK;8=OjoR=5big$vDgP-im{VZze=UxdC~5BwOY%ak90=DVls?U^sI{ W;g<3>mi0hO89ZJ6T-G@yGywpf-bwNR literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_pstn_cen.png b/cinelerra-5.1/plugins/theme_hulk/mask_pstn_cen.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4fc4f470151f8f907e3e243f97c3be3b8ce393 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tkdb&7< zSoA)f;^=k6LBKV>(_LVT>lX&W@Ow!mmfuPofju*o?7s8#o3Q95)NLS_TBY@R{po|yLqN}2`3g$Xs|K9 zE|s{vr#XprPR-QNw0B!_(+WhK4_a-EM3b}#+wC2n%QiSDfrlh=7r WZLQUHY6mb77(8A5T-G@yGywoRx0zG` literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_hulk/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..4395c72a907e6a044f229a227614e04832709532 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=Cube!4w>;KRClznE4Rg{_K9JW-Iv@T&N+3WK}%7x>?nS@D)1Y{p{Gyh^a xdZKU7#gInXo;M)}oAesqs0MYP4Qvo)U}%lhGx`*;bTiOo22WQ%mvv4FO#tOQL)riU literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_hulk/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..5b3a5d3590d2c858872daace22de0abab25ece81 GIT binary patch literal 440 zcmV;p0Z0CcP)=(`RV;I3?gr57V5Xd!w^p+{LFB5wq%@lzhDoXHTXk|Pa3HH zJtQ#nGdvB%^8~X1XtWxS-LP~X2Dk?z;3UCm4NXm?fT{v{c{~|+ndm1xzdqC?kt8#A z$JaWCH>bkpkMUo??sjr;$}SQ0~Fup|;LZ;V&t(qKuXXzJqNXll~-;xqnw ii}G9qTD6JotGLqu literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_scale_chkdhi.png b/cinelerra-5.1/plugins/theme_hulk/mask_scale_chkdhi.png new file mode 100644 index 0000000000000000000000000000000000000000..7988e0b30aaae0fcb48bc735c7f0d6b338896cd1 GIT binary patch literal 472 zcmV;}0Vn>6P)j5062XrIK3#ye8xs^oz31))>c;e z(dp0$Ik9P&*A=sB&Uo^`{o|O}G)vb7i69yEbiQ<0K0Q;G<)`M{eJ@^yzq0<%I6eGU zJo`??lBg2Hk_cG(VyrDr4ND@pJWCF{JR|J)_pqZw6c4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i3c5V7(&&Gj0}8o- z6j}tYz+UhQtgO5M$sGs@34%czn+O(ZLZbUOTX@cyv*-J4c3mVA!5zPL;K$3unDw2H zdU|+-8;J>VU7xe`eic)F_f|jbZ47pTs>d@|bXv^l#tr`c%_QnZ^bKA(JJvNFM&>O8Mz z=ctU1KZ+$;%CGC+{P=lEt<|`<+^Hx&$pEM)8TDG7Q?mb(-W!Nc4jMQHecDTaglDUxSPk%fhy vD}{|L4hRmHC&qBg8*6;o{}dEn*<9xq;%MuP!{nY)00000NkvXXu0mjf9zoVg literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_scale_x.png b/cinelerra-5.1/plugins/theme_hulk/mask_scale_x.png new file mode 100644 index 0000000000000000000000000000000000000000..357416326c569dd5fd30f6048ceb17b60471e103 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TEdb&7< zSoFS~Wb4HoDAKxr`iY2Wo*7@95?I2METbf!IH(L2~bSxrq%G{~2lvr^_OXLr<-mB%lB)mZYhal^@Ct&1jQnJuO-%(xG; z|43=&kWTpS9k}Y|hI{PsYi7KBy5#&vmM!1cUgesc?hx31nI-Ssp#;&`*cV?fJz0A4 zc&@FQ{Omt#w|!_h7GEgmCojCCBaeO3E7!~Oe_2`mo56qmNznhp9ghuwo@VfL^>bP0 Hl+XkKsP2}; literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_scale_xdown.png b/cinelerra-5.1/plugins/theme_hulk/mask_scale_xdown.png new file mode 100644 index 0000000000000000000000000000000000000000..f1875ee31fc8e961ac64ba5402ffb4079666cf91 GIT binary patch literal 604 zcmV-i0;BzjP)F@%R0bB3FkFcBxsUt%68wQgox2@d)@+d=`NFv9=o{g;Y$xcp{`)eoOIH-4VcV@Cj(zIu(dZ)+`~z8!tsoVg7^skqF; zxd-^ZkBDl{aXqMV@6Igc;xZG3E2M|heEs~TC7c>g;d?&wvvVvh7XS6vA5U85`0cAj zR^NZ*c=kkW&Z97-aB&jvm$#`eN-%m7y|Qh4Pu$wtD*yYBzY}Y}6{@4Rq625sG)-(k qJKW`N#XflHB(Lu;XoU|=WcdRqKUp5wU<e6P0#$LMfF%M#XwapqoOn&qHQmv&}~Fs$W=`nSJlW zcix*B_%A0(PeT3rPT>r+Rit#VEVp~plH1z$dR$+FxT5HCAmwMtzfw9-(a*q3;Kh(Z z-)QGZkya6HJ(ThXfRFm^UXfu1q|${Ah-Y2;>olv7G0{woXF$pVUW`QJ+bnn>WneZZ zciizDgTpSR3*hDmz}pq^>*<(Ba`zN?Wz^0CYi>D;;C-&+MOlm(1sH{Gg{@HSPG(ma zwRNBd)PWEr(oGyC7+&Sskn05=hQ?6rs1$XL-zVm(qF)3h>-$X93s?q|k^;2>GZz7?CPaRhp*NC)I+vN)s=fp!1`^m1~?OJUUR11CUpj=`b3;<<9ATX)d= gf%s3S#s8!F1ZAkm%94U*LYZsvQmO4_toNh=<&^}<^8vC zX|7cvR#MS+=pA&o$Bi(Pt3rCG+#WZ&l!}yLt}3yV3SCK=LEKoqi`#Rvj3mYw9*>i< z#EK-k+l~K$0*dnsxj#3L@cD01QlcxRNG>6soSLFy%T~%BeiX~LiBF6XyA@}6Y?Q=b zlK|wc&85V@ff9ca8#ffQ#C`oh4#;2%WJoyqw8iFuQWL;{cIrl`;l zfUqp0(IJE-P)ee!yEZQc+>FJ@&CTP=)nBL&)?o{qp1$4;^4jWWsR`^La`rp6m6kC* z{Wo*BX8_WQmr2EM*M27}%SUe{f+Z|=*Eb-AMYyLMfahxK2v*l{I?~HGkqA=Q%o&Em zqn1krK>w9~Ji42dVRHIZ4{qh6p`ji#ZP~8cTDrS?IMu!IqMt5aLRj_^;&dufM&=K4 zYj`wced72DY+(`D9zfGvginU~`efMY$A)4Vc%|-P#d2i}i*@VQ0ifYpab__UcYzB1 ze%!i7d?XG)Q)n+QG&OR(vkQ?Dg!aFLZCP|4=>VXpxCmicB*w zV<5_lEg|-V_VPtrC&$`40kDLi`PKbMVblKc5h|-HnVFeoBzkj+VyQB64Di?!hFQEg? zw13#j(Zj9(^6|6xKEjwac;$_Q0Ob1%a7jhdOfFin^sFeatibE@I_u!`b!2B}ai*t_ zUoZCquy?z!X}){(14eJexX^cwpU?k@`5%{n&*!CL$5U(%?xbi_ z32(mqI+~^}5Sz2cio^f6d^y?ZJ6~($?BOq0mALxg9{vGV%>6@f!xNqW00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UvdAc}; zSoFS~a@LpGk*C$ZUqkU!JhRNEj-Vp1s16}V{!FC>Qy8`g%V#iXU!1n#h)l$iP@yzm z0d|4+DZPK^tx2zbaNgYn8f z@qd*M-^i`Ly@_vrgRiXk6?WrE2S3da61#^CAXwzMi literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_hulk/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..921bcb024ebf17c7fcec1b29dfd3a6f385de44bc GIT binary patch literal 659 zcmV;E0&M+>P)n z5|q@%4iR3vLs1!N`5rl)ei6mueY|d>xzYejHZ2!H$ z`oVMf|M-4Ce0iSlU+cR(D3cF@m}_iQV$#VJJCAguHMDJ(6M?g6x>gaeDBis zkV>pn1ezJcW?(8MB;$#a49)dk1PIMW3hI;+Oi`*Nu+wg*qqQB-n4XCePb^z%MJY@X zVWkA{{#`ztb_W1^+II6e_|h6If+;0j#g^t4S{j?O-5JOmM5`7&m^`wJ6gB%esY4L;Xu|nG#udF#0T29Zp-WWo4CkT zycikD*+s$;B4O)hNI9+ecZ%t=tw_ep`$3B7OKwFjxLD#$D=G~Z^*<9UDcIv<1IGb) zJN72K^LXm$*xL!fy<2zkf;D$Tom6jhTY{@yHC(@c6PLSo)qZJVk<&*9Se#$T@hr{F zV>s5Yy{PFrzfyKj~G+PO=7{`e`cC!I)^cE@8+M|pj)8-H&P0KsRY zyn6WDQZGu-YCIc6DOC^*;Bwb;cl-&uq0{d>%+K#XEVa6>V?yy)2AGS_a`nsw0KQGn t6x2G_RiPa^e^SP8JSqw + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..13779ed5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_all_smooth.svg @@ -0,0 +1,313 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..71b0cb87 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_dn.svg @@ -0,0 +1,239 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..56834e3a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_hi.svg @@ -0,0 +1,269 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..527d8e77 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_button_up.svg @@ -0,0 +1,192 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..4971014b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_linear.svg @@ -0,0 +1,199 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..9e98c27e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,258 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..1222c4fd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,187 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..55dd8b15 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,249 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..829f0056 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_crc.svg @@ -0,0 +1,214 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..c6d3d322 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_load.svg @@ -0,0 +1,250 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..97682ae2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,212 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..e50f27cc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_save.svg @@ -0,0 +1,250 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..55e4874b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,212 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..95aed2c6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_tri.svg @@ -0,0 +1,210 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..3b4f153a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,250 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..1b4c1b38 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,232 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..530fcbd4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,269 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..1b13f03b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,289 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..3a070b37 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,301 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..f18c8493 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_up.svg @@ -0,0 +1,223 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..6918dc55 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,303 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..36f7660e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_x.svg @@ -0,0 +1,223 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..caa2f8e7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..9ce129cd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xy.svg @@ -0,0 +1,243 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..8252813d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,315 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..fd9ace1f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_y.svg @@ -0,0 +1,223 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..ec265c8e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,295 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear.svg new file mode 100644 index 00000000..4840ab2f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear.svg @@ -0,0 +1,222 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..71b0cb87 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_dn.svg @@ -0,0 +1,239 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..56834e3a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_hi.svg @@ -0,0 +1,269 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_up.svg new file mode 100644 index 00000000..527d8e77 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_hulk/source_SVG/unclear_up.svg @@ -0,0 +1,192 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_hulk/unclear.png b/cinelerra-5.1/plugins/theme_hulk/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..523098329d1caa0521a6e53793297f1cc06ce013 GIT binary patch literal 521 zcmV+k0`~ohP)#oh<8JI>E@34JgOJW1+2xGK(lP;cehaL>M1< z@^EGF&~D@|_5`m1L)`5sc@>D8fw~j_H4)Vtc8qo7X$Ev*{$V`K-{dL^GYMi(?C3)Lk&_T z{bf=3Tv!))0bA&ghxbC=0=UE4hT+qU*yyFYb^zY_Jr{bHseKqwZ|3=9hvd;b>)dy% za()lo1%5!>t#a-J>`d*$+|zX^zW`SRyC)>~Z%L=M;4|eu?t@+c65bTyvycMn89fID z2v1YBw=U|hU68LXS`B=*AlEDVn_<61gPTgGb^R;pZ&&(K|FC`nf7_b+<%$aa00000 LNkvXXu0mjf_5R(U literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/unclear_dn.png b/cinelerra-5.1/plugins/theme_hulk/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..6290fe52d9e2abd2d229f630dcf8dee31d714eb6 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdb&7< zSoB_|Dxb|hu2I2oG2+$1_<#w@vr#>S0b=am0XIevn# zjCFa#aicvqH`q<92`l$l-{5+0=i!pg4idh{?#$!oFr3k_^2k;j$DoN9OxJRLnH{3i zp*8XKF_AT19HD0qhO|y_$>vp4ELqXy#j)~){_F0mpOfr2EEe6lP4)!;8iVgQ?s8@K z-(79+U$owQf`l?lgXIo;8Hcpps&dn3YgX)wf5>dOcI~SRNAI!%J;31U>gTe~DWM4f D>~wXj literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/unclear_hi.png b/cinelerra-5.1/plugins/theme_hulk/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..51f166c7a2ee908d833a9176d26d9f3747b01854 GIT binary patch literal 505 zcmVGj0}8o- z6j}tYz+UhQtgO5M$sGs@34%czn+O(ZLZbUOTX@cyv*-J4c3mVA!5zPL;K$3unDw2H zdU|+-8;J>VU7xe`eic)F_f|jbZ47pTs>d@|bXv^l#tr`c%_QnZ^bKA(JJvNFM&>O8Mz z=ctU1KZ+$;%CGC+{P=lEt<|`<+^Hx&$pEM)8TDG7Q?mb(-W!Nc4jMQHecDTaglDUxSPk%fhy vD}{|L4hRmHC&qBg8*6;o{}dEn*<9xq;%MuP!{nY)00000NkvXXu0mjf9zoVg literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/unclear_up.png b/cinelerra-5.1/plugins/theme_hulk/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..bcbdc94d1c43e5808373306e52d0c1d58c1e8756 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i3c5V7(&&EdFd3oFmW2m=Fg zFd?#Wdtb+0H`>oZNLr-5KpgqDrl-Gia&u4NoK39x5JGr#&P@U8x*mG(Kl(lnAv~Db z7(mjW9NLiNmz&kLPv^KL*VhBi08e_bRF@COAE8kV)l3n(oz*|*SuSHRW ze}NB0kAjau4~CCL4}woYlkll1^ejjU-Mx}|p0|DvEqJ^8lD>fj@Kh8<>}tM?b;8Zv z2j+R6ccS|yZ#MdK#@pQo)+w|vt%)U#%xor!)b95k!#S<|0DIAvzFK?r!Tt<8 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_neophyte/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..369ddaafbf764210b48ec8b921bb1250beb56448 GIT binary patch literal 692 zcmV;l0!#ggP))NzjN|8y#!~iy#hGgjhe)H;+S&=HuQZ z3T{5r<(_kXoO9lD4)Bj8-8gBjS^HK>broa%ZAP8sbaIHK7y|OXHqY~tB9a9FlIeIn zzFf1lEh~~@=+j>0Cwi$b#cbstMXID3S zH_AOLmk&L<*1voEmNl7oNe+;F0bm1wW81dP9d&L6;mpsKh6k%4u16n^g=}5~th>gT znRq<@T0{r{T5Hc3vnV2;MI_x897!=WySmw11u;ERf@4*;#>dsMfNmYIZTmns(wMmVlhPW9DqArgCF0PiinH>cn}m+ zE|<@X$V;Wv(;y!Q@LkjW0J44op65jYTqPOwpufRB+6Ulm{f}HOw<{bDUl5Ti0M00- z*8UhQA_J95|ut2bgWJyk8=Y}j9W1_C>uD2^W=%ltxh5QtNtxnK(YRH&mT0|B|qIvh5)$PIm aFZ=+3p5t51i*fk?00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SNJzX3_ zEPCHw-N?(J$m4u*zJv4pzsHw2K8RMj$jQn7A!X-A*Omt7ygmJfPu|U2Ij{H%S)3&Hr{?7yZ1mo3>?`JRKnOD5*u$Z9H<}1cipU9t_A;WjV SwNDOc8H1;*pUXO@geCy5>P>+F literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_button_hi.png b/cinelerra-5.1/plugins/theme_neophyte/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..54eec7a28522dba6e37ab89f0f51e9313c9b2eb6 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TCJzX3_ zEP9iB-tYZ0zmct>wXw1B;k`DURZ^=&40w}1?63d7BFli8`S6N^8EpUm`~Ph*bZJhy o@*uF;omb9u21CM<&{QslLr)wNRtbnK0UF5Q>FVdQ&MBb@0Lo53%K!iX literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_button_up.png b/cinelerra-5.1/plugins/theme_neophyte/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..312a2b261c9a82de2a91e2bae3370cddd2e8eefe GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hef`fmbcVIr?!tLzND`#49LyCGkCiCxvX>nA%s2W+!=tXerUB?=Vd*$Dq!c_nVG!?5RpExQQA`lY-ZEGN0I9vzT02gEYSQ@4T`WCow&b7VwmjGFoZL8`J;C+%Lw@WAPcDoMvYG$W7 z6u^6b4V(hs(llLJ8tlD40&1ht=*!==EXzIvf9m!6r+NJ|N0EP5Ro}JS?Ymi?Sz}t5 zIL260)xMb>&w~OaN%9joQPqB$rmG9VA%u>IJODeu<2-0CGy4T>H5!fk5JG3VR@gid z>8a|zj5Pq>ECP#2&&+nm*P{QQm7YMw%r;|;R+f6oUwAKo&FoM_24;qcbehfP_eIdj i=yLyIS%?=subu#JX^~P2Tk+=r0000ghkFyaMLR#3Hh;s;5LmfDK?@?!?(;0cL<%=iE)_T<&%{=Pm=YVHobs zn6ZpOs@f8f4S+OF&xT>Rq^j?nb61Tqn*hCDZ_a!F5IEqyZvkuBKx40?bfp2TwI@a7 z4)7EB4jfa}M@f?0DtnF-#Q^PgJE&HxM}e8)aM-KY>p!O9{;m85pOwhI@iVH&00000 LNkvXXu0mjfVzUd! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_neophyte/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd77d349a9eecb4941b9bbf8753b76443d9af5f GIT binary patch literal 531 zcmV+u0_^>XP)VK~y-6?Ub=gTTvLr&$)RCr9>!FSD_%(|G*j~fxLu3Z6+7H zRB-Wcuthp`5JC|*$4Uv}sxF1R%PpB5T*O7(gl>gL3whxl2h&oc<~`G~J>&h(`Q3BB z;R63P5VM$~C|Wee>;i!I{!O)7Jxa?2S-{4aT}hJwK=KoSr>U7N;Bk}*ENP!)LNbxG zpCyyJ<8HS*ktE5P_x_cnelC~$((m`5*X#A~f7Q6x>upFn48!oaR;!%=ILPPoZ_{!k z!Opp7Bv*qVc>l*m?^Y?aI9%U@@WM&ldFZIU0x0$Xce0GN;C_~Y=b zP$;w{%~@*~9t4&|04)IP&1Un*@Vrzi{Uo^opf&Jj16ylf192ylQn7ufTXNO;Qqj3~PF9BQtm?Bvm1qA?-PXJ67 zi^cOn_P2r|?-002ovPDHLkV1hAI=qUgI literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_neophyte/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..fee20de694b238ade8012ecdca5dd4ba8024057f GIT binary patch literal 554 zcmV+_0@eMAP)Z)@$z%sIDdjM)c>F+R-m{C%CLmHOkxuAUgSJ}ivhZS3mYakSE(1b=%X zQYE?~B1fuf08}-`7_W9ZozDQ=^t#F~tD3Va%kq4dWgk^_UqrU5_8#ycgm9zR>-|i5 zlZgScEPDaG&hvZ+*qQac_h;Je_H*D-%4<@CY6Z7|XUnt6Wbzcagg;kA4qpxLIUR#^k zIae5C9B|P&S2PGwsOp7QtL2yV3lBs@hB3yzF~$IIfJ^JZA~FPSt12RLFt7h>$0Aa{ suLhol#HzY2A_rB1?KL5i!d=sv1P(G|RHXPN#FT7{9lv zfPMpdB9a3iLI}Hgo^RxNz7ay$1&&4J5AfDG_cck9`XZ;c_@dctepJ;6m>OeVEJ=3) zOuYA>thEDRuhD3{2i}#I!h7E`#{3YG+!*t`s)jSawRQs3j4{vd`sYevjCozuw7&`p z5XbRP5jg>D2w{JYHFtfHxOjeE1)V8`F!RQxVBiUWs{URVEF!;(u+ zv<`ev)AVSOQ#yo-Htm%SA#T&}r)hfB?RN9Ez%z}<4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMc)B=- zSoFS~V#wEQz~d?(D&F_i|7sp@wB^+Ps}uEHxRgo@j)Z(vcmG%QZ_}g$OGBOY&g6XT zndJ4JxuSYrw7-<6@rN%q<@s68i?6@&%1Ps_n9H@!L3rxcH(`P;ev_7M-5%-7!Bf*^ zm8#LOFVdQ&MBb@0E`-IqyPW_ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_neophyte/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..04c715bb8f3e6bcc9c0d00abfe2db57af3356493 GIT binary patch literal 511 zcmVw4*zF?wva` zuwun!G%wKYc59LzOS&II*aX(|(3zy6nf1-=RkPXrzLYpk)9a;D>17CEPm)_yRS3Z( zos7rh!&a;HcdmFa7~JsQe*|j4IdBZLopWDCqtPiqwOYMtW_N)dU>{fmz5#KPB!8x^ zXjbgKe-6|nee&KvY&06bt|;_(K0ahw_7r#rY)N_s984D#wkqjCp5W0OX@Mk3emduN z^R{fy#;)w4b8haTE=xgdX6^j*O_pUF|NFV$@834FxB2w_Y^=~@Nk>2oYyn?;z21qL zwY~SBqbNGfli!kb57;)dJz!1Ja59-ZDY!0I(dl%qRVtMi!2UAV4LB~B%ZG6spDh$m zNz?RB6h*rsggQ`oAixmlIp<#2>-8UtlCN0tj|;diiqY2kztI2y002ovPDHLkV1lAO B+oJ#g literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_prst_save.png b/cinelerra-5.1/plugins/theme_neophyte/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..af16bf0886067e643455ffafb3de3743e47f4474 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T+db&7< zSoFS~ypiva0gsD*sJPwheO%k7^wwRi6-$m3N?ckfynrM0k#48%&zg-g4=#AjQn~x> z0#}%bgU>^sPmfIEx3PG#F-Z8l%X^pp+QziDGoksADMQR<$<4z3e4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=Cubey@lzy5!{7f*3XNz3fxE}f1)7`PQ@cQW3n@iG?gm$J$Fu;L(dqQSLI lO_zfD8XMd6^iOJBt7S literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_neophyte/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..7308b9d50511fb849984949c0a035040a3966d85 GIT binary patch literal 478 zcmV<40U`d0P)E{A*cRYfH|#t-SLqc?aV-ZiI3>&%ERr z^4?ce^%g)?t4WgFEb>Hoz^ZyYN+NQa$FmR|&eZ_VBJu>3z4zwVU=cYAYg<*@0IJ%U zYhu9}d+&{^I^YFZ13rK|U{yqtYPFjFD6y&@hO%jlc`?Rxfr~t;Gr`u{1lSUhr(Unu z8Eaht55R_VF7xVTg5x+o1Q-s7=kt<8 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_neophyte/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..8737a2daba5775ff997c80f6a7f3eaed4b6052e3 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TYJY5_^ zEP9g@Bv=Cubodwj|M!=dhll5D#1bo6Sy^olqY9wNf6pQ*X6EL_iB(g2I+`@2HDgVlYhdBm1x{HCldpu5ljV#R0>jk8$7#J+= V6k-fQT|r)B@O1TaS?83{1OPVZNe}=4 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_pstn_cen.png b/cinelerra-5.1/plugins/theme_neophyte/mask_pstn_cen.png new file mode 100644 index 0000000000000000000000000000000000000000..f85de23281ef14cc9777513ad23ac1279226e413 GIT binary patch literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&**skw zLo9lqPO>%KFU*R`T$9(Avm!fX1Ra6ZxIH+1+<=4OwzF^7bHFIrUj<7m7g-n^^ zENES%(=yjL-5f->a6%ACX9Z8`%G= z^8Mdy?`sz)Kfe<^Ej3-~(+1ra?gkElBJye9wv`wBf4}+Hw%yJ9BQ>rcsMf0C4GqnH ln9UoWqP0WH^j~BxW5SPESI6rCH-W*%;OXk;vd$@?2>{q4p&kGL literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_neophyte/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..7429a5e17a2e0283ecc6c35ec3c31fae2a098fe4 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=Cubey@lzy5!H%D%;mm6e(09JW-Iv@T&N+3WK}%7x>?nS@D)1Y{p{Gyh^a xdZKU7#gInXo;M)}oAesqs0MYP4Qvo)U~pj2I&h)X&mL$pgQu&X%Q~loCIHBbLe&5O literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..848b1dde252a567b9055f9fdafb91aeccb4f87b9 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SVJY5_^ zEP9itOqo)1=Iq(O(;FKbAO8RUzo4i0|NHy)i?00n{k?x?>-6d0^WCqd|NK5bGC*Wv zck9pphEseV)toqV;J|?o54p7u?~&bPa9iV$tKfVI5SSs6!Q#d%XIgRPL142xubd3q wW&y85}Sb4q9e07x-o5dZ)H literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkdhi.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_chkdhi.png new file mode 100644 index 0000000000000000000000000000000000000000..074285ef4facf29b1e6054f0be13cd7000c63f9c GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1StJzX3_ zEP9itOqo)1=Iq(O(;FKbAO8RUzo4i0|NHy)i?00n{k?x?>-6d0-=9t0{zP&Ghs&K- z`Ar8b%zj=oxUF&MyqSG^0thTx<~{M?ii3;U`lW2LKCC#{d^n+kwjSiu!PC{xWt~$(69CBMS~dUx literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_up.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..312a2b261c9a82de2a91e2bae3370cddd2e8eefe GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hef`fmbcVIr?!tLzND`#49LyCGkCiCxvX4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UNJY5_^ zEP9iB-tYZ0zmct>wXw1B;f)@Jw*UYCA2wuWX6Bk7Qn4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TkdAc}; zSoFS~sF-)yLBREY#S>hrJDeZ6a5_ldkG z-wb&UuiaW^sAac3X5}j`2Nk8)(vSEVjFqa2&*kdfzPw@Ss(nlyZnJ*92>EJx{`2?K z$J`l~$9pk85Mgn=&Try#Yunt;6G5Tk3<^qxfg-=N#jUQw9XPU@!<`vMDAp`ZtUk zEeHRG27^iPR|tX@u?ZS1q65y?KH=i!Uept03}?YA`-O+K-~F<-WV2ZX1cX~!G?7Rs zP1Ce6sX-8^D1hs_VRDH?B18c~9vI*=V5QV&z`pPQGBAL42S01WFle<}FZFi2O*)-^ zIR6n`E|=-|`-sR(u;+OU1_Nrf+5r((0& zFdB`1OofQ>_4UPSwR%W}Se6x-rYTSF`eq#t2lczQ+vmZyZHEq)Y&NSzB-GDTDW!b_ X@%xT^d_&V600000NkvXXu0mjfKDOmH literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_xy.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_xy.png new file mode 100644 index 0000000000000000000000000000000000000000..0064fbfd9bcc6b2c1fc8df9ab9b409dc649eec76 GIT binary patch literal 673 zcmV;S0$%-zP)CkDosEli2j33kle6EA_Qz= zDOPsYvD@9wl-m0XwiJ>GL+&Jm?JOe*60}JrHZIxBgq>^QjLgh#qCX&~yZ4=U-g)QF zJh(;%DHc%_eFVM%VZC18TV7uNb=BtKaM+CFcnRnL4^;JOzE&?1(=`1eBCmj#7Z(@j zW_ARG?jEkLu6_at!|+}Z1RW9S#Bsa^+yW4hcSWtBR0P3pp_~(ud7zo5>9}-FktQ&o zivqZNac|jiqtS?xBsp{Un;H3os`iSUPN#DMyfw4iz*5#8k4B@zOC7h{?XkNb0>{8> zV9U(jP=T5CfG*Gzksc_*+16AFgC0-O&)xNtAL}a(BQ?E8eWXIia0I2G= znKgl~nVn~pF3?xier99<#8W!e#w=tmUx-M}-QQPppM@#MS75>20p|XPJeBdm!NL77 z3?JroF;iw_zQ4c!$jlc1DLk1>)@!xev#O}7_Gb-LL^efay{a>nv6=0N$U-)hd{Dg# zCqJ++BAf31T~(i4Dm)wxn@N)V$bXRBY4z|-d<)1U8IMMzyTxz0G`u89Rtlns$nz+Q z?zsCvRgd6LrrGs3vta@>Tdme(U@vc!GEUR9nAOh8zD-`B62 zb14cl+i~}=K@jXV8jYykZkHaPDzfNS(llKck;Q7x*8t!*6p;~;mXy#400000NkvXX Hu0mjf6qqnS literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f7ac42f384f5d874a9d9a23e65d80efe24fb54 GIT binary patch literal 866 zcmV-o1D*VdP)Of<J-37V~ zHl%N4WW<$H%0W`Q-LC5cux)#gT!w~*@Bs|iFhD|n{+x&CX-=xb(QDmXB@}*8VpdWR2Ur{#WYQX5bW&iAcWxX@DPA>I!!8- zBAd;U%jJ+#^7i)D!}%k)TCL*q`H)glC=~Gf{TPOU<2V2qhCwcuh&;@6P-Y914YyQc|nc z0NC2vBAHBba&m&>IHc2Qgb-x2SpcS{rf?jGdcFR4@cjHdfk1$KK2I{4WOH+qd_Iq9 znx6YqDuob&qoX61mzQ~ef9L%C{CjXP7(@s`B9Xu}O|Po}&d$zIRh2{{L8sGUX=#Z@ zqrt_+MK4&0UvH-<3bV7bD2n1iKg;g-FijKNwlNF?08P_SRn?o6eU2lM2#TV3`<0ay z0)YVKa@m^|larIg<8c-j7yAs|-Q5B7&x*OZIZtfcHjPGumzNh>t(K>89EaD}S8BBy zA0Hn*Dg3hYbX})dEMi#}4-XGLpTMWC*=$lOl_-@;D2l?&%nZ?Jl!=K6Pb0$Na97v$ sZyV%)qF%4NLf3Uy2r4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4dAc}; zSoFRPx$S${L150=K&L5c1%h^`C)xijigIuXVAgDE&tR-y+IU-ANks4oTh2)-JA)Hl zE&0ty*gJkky?uM8@0lO_pU4)0Ylg>eS?Nzx42|tN!F}?m0Z(M)w04p7M3WB=MXU)g z=TvVJm~=?7#k3)lMSPk^+Ts~58?3Cdf+sGKiJx4fGPBm?*spt*VmRsM@-2C8rw1>?z29%c?`%Hu$eN*AaOdBWPx}_U{r#_|&qBKO z`##mm$~)o{eM3Xn-xp(RSfo+LFst)L@x13}d5)^tBr!i=Snzh&yJIIdDjtiN|LNj? byFHAlj}vWD1wXt8h6IDBtDnm{r-UW|OJ$r5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_neophyte/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..7b916a8616602c7352dbeb161fd4cecee7431bc1 GIT binary patch literal 503 zcmV#b`A8RtsbUYpv;YI`N9y?KWEL-+?QY3WLEQvEAWtNUc_T3eHul)we>SAcPQn zmHmF7^ZCqdHly3^0x+3OxZQ5pw$15uN_ZZRM|$(t>vf{$d0t$9=Kaxi`-m+1fAAjw z_j)}5cDr3%Ycv|PS}g!Jo6VO#(QG!Odc7{5flH+ldOnmkokO`FfSGh!Z7^ZtT-GFxUL&RUDsv5-+wzRGBccQc6~ + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..ca9bd633 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_all_smooth.svg @@ -0,0 +1,374 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..ff402137 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_dn.svg @@ -0,0 +1,309 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..3e1e3710 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_hi.svg @@ -0,0 +1,307 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..cc10eb61 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_button_up.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..51f55dbe --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_linear.svg @@ -0,0 +1,260 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..f0d52728 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,319 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..35671ec2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,252 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..45b97182 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,310 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..db135f56 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_crc.svg @@ -0,0 +1,286 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..ca115989 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_load.svg @@ -0,0 +1,322 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..3bd83be1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..b9270ffd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_save.svg @@ -0,0 +1,322 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..69589feb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..c268408b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_tri.svg @@ -0,0 +1,282 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..8f9cdd98 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,322 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..8b344d06 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,304 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..c1410143 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,341 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..82795449 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,319 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..9c9e3167 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,319 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..6c6e1c55 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_up.svg @@ -0,0 +1,295 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..035306f7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,330 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..e3e92fea --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_x.svg @@ -0,0 +1,295 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..d4838565 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,353 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..5e8809b5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xy.svg @@ -0,0 +1,315 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..a471e701 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,373 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..53984688 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_y.svg @@ -0,0 +1,295 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..3d000135 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,353 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear.svg new file mode 100644 index 00000000..b0b6fdf8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear.svg @@ -0,0 +1,294 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..ff402137 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_dn.svg @@ -0,0 +1,309 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..3e1e3710 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_hi.svg @@ -0,0 +1,307 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_up.svg new file mode 100644 index 00000000..cc10eb61 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_neophyte/source_SVG/unclear_up.svg @@ -0,0 +1,284 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/unclear.png b/cinelerra-5.1/plugins/theme_neophyte/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c785fd8b50ec43f96f9c21c19a22da543d182593 GIT binary patch literal 544 zcmV+*0^j|KP)tAH`2*;H284`4 z6B;^lbbJC12?!7ZIX#jk%X>dSXNVm918@~|mhO3IZ0TZrmMKA*Zs+anj&|Py7x@2? z=ef)C+-;iAb&qCt1we=7Edbj9An6-`lMup-EX%$(X&W7w*&fL;$$d$ORaNa)RkaJ? zh~(oaipE7zJlxo^nQZ}h4d6C_p8#%p?`+ay0rxW6vre-Bu8d;$TTyVIk!B*@|UC=-uua5Ft{Gav63V?tuGJ28vys0m)H1@ z&8!39IY~-72qAoO&XHuB4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SNJzX3_ zEPCHw-N?(J$m4u*zJv4pzsHw2K8RMj$jQn7A!X-A*Omt7ygmJfPu|U2Ij{H%S)3&Hr{?7yZ1mo3>?`JRKnOD5*u$Z9H<}1cipU9t_A;WjV SwNDOc8H1;*pUXO@geCy5>P>+F literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/unclear_hi.png b/cinelerra-5.1/plugins/theme_neophyte/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..54eec7a28522dba6e37ab89f0f51e9313c9b2eb6 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TCJzX3_ zEP9iB-tYZ0zmct>wXw1B;k`DURZ^=&40w}1?63d7BFli8`S6N^8EpUm`~Ph*bZJhy o@*uF;omb9u21CM<&{QslLr)wNRtbnK0UF5Q>FVdQ&MBb@0Lo53%K!iX literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/unclear_up.png b/cinelerra-5.1/plugins/theme_neophyte/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..312a2b261c9a82de2a91e2bae3370cddd2e8eefe GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hef`fmbcVIr?!tLzND`#49LyCGkCiCxvX4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&r9536 zLo9mVPTA|l>?qQDUNUEkh;;o2MjksSg$T8+3wm?soiq{?J9y|+P)&Qmch)rZ1i=j+ zk~U&_1?8KKrSD9!G&pKdzOPvFSxmxuHOI{nZQWFJCGLIurU$79wLc&JbklL` zB!7m!dhiE)aci?4%mQg0;an_vmxa-}Gmh=r-LS_b-U-5H?|Z$CJzSo+XO?Jx>%{ zd7~S%((Lbydl`16zkg(#wok13xwPU>?YMM%Ztuu{OJ~X->AhUP*G#+XO*4zd)2}z( zUlrY5aA)i76)N3tvahn;-IrX~->uoY?Tz~VlJ%SF7z(-fuF8|q0EQ$3gQu&X%Q~lo FCIDx|qFn$0 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_pinklady/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..83b80fc0f11337f266c7cecdafc62a91a12b65e2 GIT binary patch literal 673 zcmV;S0$%-zP)Y7AJN+DaE=jMT;-9SG`#TXi5Y zF-*om0Ui7UjHCYnA&Q#}#NbjBqlJ5a>xLKeU1ckLT-gu|;93D#+9-aMiIo4v&=}4v}`9VTF^?*GN z>}_=n(DsQ-i8enE_9P5y6BALSYlsI;gD3B+2Asqg4->IFF@Ts+=HQ#KB@qbvO?3!q zIM8j;?F4RP{+ZB?33V&J|@+vpWIDi7i)u0m~;qJ-}7Wrt!Vg z%BJQv4<^{2y6(eDZXR=nkybdv-KWBE_eMpf@vem~}nuI<_1NZ9Pa|6lwB{#ee`Np0oa00000NkvXX Hu0mjfH#{UK literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_button_dn.png b/cinelerra-5.1/plugins/theme_pinklady/mask_button_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..d9eef067970b8c391d89d46f7a434295a7b0be0b GIT binary patch literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6db&7< zSoB_C3z|jmKoyF5+G3#N1=L>G6rjmF0IXPUl;#bjV_P55v0$ qj_dp1Ec5Q$&OJle^kCh#N9;jrEADmK-0T55n!(f6&t;ucLK6U;-*1ip literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_button_hi.png b/cinelerra-5.1/plugins/theme_pinklady/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff5bf47e561b83dbabb505b44ae5c622e88c6f9 GIT binary patch literal 517 zcmV+g0{Z=lP)eUe4$K_??Gi z-oD<_4+neXT@D|U3{y6jUtwNWpXj@d9bC>2Jd6`|KEB800*mAwN#Mmr3yxf1aiU6M z6=VFsqJpU61SPd#JS7%Y1jUI8LyvGKqts4S$(+Fie&k^WsygaeTtHy`z>=9!$9f6l z3C^tfE3q}$yt_B5C}&5ltE~_kpTAODdBMV?rT<3zoi0E3f6#A-2$z@F?S(YHe4{*5 z;on)^ov?d{GOlO56}Q3nnekTmhR1J(cNoQ~ z3Q?MPg;iyeRZIZ3L4X6i!_$Ql?oEA--S3}3J*ft^>+4(qE{fFL6wM6X00000NkvXX Hu0mjfN>}67 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_button_up.png b/cinelerra-5.1/plugins/theme_pinklady/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..a89301fb655da4276d2b6b68f057eda68a6fb342 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9joOfvmy&&KQy;{an^LB{Ts5 DQ@t$! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_pinklady/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ea87d84305e89f507b41482b452aaed4ba10b9 GIT binary patch literal 441 zcmV;q0Y?6bP)k}9uz42x8 z0=|M}3au<`!kvJf?%u>77VOgPu}IWi^RpXCVUYvV%suCuGXn$6^)EypRj3wIEvAnu zMKV$dtQG@U8zf>WZ?ETNToEvs^08Q^7}&u>(CaUGoC%n|a{*!r{8+*3)-sqldaD*H zG#1+K?osWH?eOG#uhluC+B-Eo_#2dT^qnR(x*VEmRHxb<$%W~`YFAXd9TiR;TAvR3 zb=}tU{#eh5XPOLcvP6yUsdk?0^;V_Y163D)&s^3R2H5C^fRrK0OMZ={3*Zn~eWDM8 z^rV!n;2I#$AR?f<2CzH1vTJ}ig}sFp$InCigiHZW?r*GB=5ahf(jxCTKJB|#$;FD?%Na=g14JF z_k43M%!U8;x63*Y@~Jk2%AO5PQF0vFqqd+kcChrK$kP*Celk8#vSux8rtAO@^)kGh zHCun|9AVR6 zG>Xge>6+e#1Al0~Rgq8E)L7lOb+AvLD@td2>*2DZ3$%BLT-l#~j4eVC9>KPZleixUrP8hB$z zN=XseD&wob5?|bOU$COMig6F@kfOL+m^g~7U=@t}zxQ`9h};824a1Oo3XJt9yLqIO zUuOLlng ztM>Ts$I#FnU_U>yI?ml*&)D@l`mQv9mct2*o1o7?0FGgHmu+9K_x+AVU;s&usC5)$ k1j}CARO!4DZz#^bW-2eap07*qoM6N<$f~n*Md;kCd literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_pinklady/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..e207cab90edbe3c68b99f443dc881014e45d5c20 GIT binary patch literal 499 zcmVX<1X5m;O4HuxP^_1adRw;;*!@*EcKK#XU=>Kmka!>717Qo zsI*6=J=*z%$&45UEA0V@R3C>$F6pProDf-?kt;l-Ni{X2vc+9N;CiX+qtAwlGPhA8F@?zia1(K`LFO za;DlR_RBjE?n-Rp{;MRjLk}SL0BgHFT01{Sr5&ER-Bmru2~+7DmAlYdC@EC>n95zR zzu4WNa!*K_y*~h;a@VMIhGgASeJ;Uk=CSL<8>BHB(I z&s{kH1AyPtl%k{D2OxqlZfQI5pRLXyf|UZf0uceNeE{Q)k*ySnB?zkg)i)Fon0^Qi p{6S(VCo7u)Sjpz0E&BhaJ^+(Eu~m?18Q%Z^002ovPDHLkV1h`s&;S4c literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_pinklady/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..7e765435457becd07018c364560f0665580e6776 GIT binary patch literal 530 zcmV+t0`2{YP)sFh;I>T2cuzIau|i;?L6Bb{n;M zrmprxdM3j{dXokQikEgynUi=cny zGOx7Cz;*8lhRcJ)C>yNJ&K6yzi&jnw!TyTL5wL>lSsC00qisaafDoZ0n@4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRd%8G= zSoFS~V$0WTz|%TEQ2g8j<(A(U*CsaqHg!KCDRGyTdzH|0cOTLGO;49k_n#*E;F{Vc zCnu51FDkz8d(3etr*fCttVVH;dDEUJ?#)`hc>6KmBSMSVKkPF3p>k#Z+NbHFQx^(b z&f9kLde*BB*4GO^Ke>@zyr$7BNva~yNcHUD7LA?J>jEe3_#$ZQ|22C)kKVrLEqcm& keET}PJ&Ut`wfqZ~pYP`ou59`eXL=y#adk_>cG{v}nh0*a4D2 z0vPa8HNXNcF!V^`llNT-YoRiPEBnAMU<4R*L9?J~S(9?Mt;DX9C=!g=$ny`>I(}Iq-LE z+Rs1)*O`;$>4zX;0JX~VsBsTG%hJTyZ@lvv8sdAY-O?&71E^UZ1la>g zwN2EH3!1@k(y}sB^L5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_prst_save.png b/cinelerra-5.1/plugins/theme_pinklady/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..cff9a58e1e928bdddc4f5259fd4f2b808b8ff7e9 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SxdAc}; zSoFS~Y{=Jaz~j1K(EI!Z=`DNZbGAfR??1#_!{%n}(BdsL$z!FK%DqV%oA%esuv?g1 z`s~bBH}%4*tr`t{OeYR3Se?myG}V7XUK_)LC}V?FwTtKKyKY|4JNxF>Q^k?iuT@(1 zcJ>xGJw43J;Wxjyb#*So-Luk6`SryGE$O8(UEI~b{=_dyzqt5CzANJw_McT(Z@6!0 yS+?|>>^s#ZLLzpu?!rNZEx~h-{kSP3-_Q9#*8fzi0h=4p^$eb_elF{r5}E*sP;n3d literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_pinklady/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..bc81ab57b00c482cc2e2cd8b4f04b0512c3d814f GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JY5_^ zEP9g@Bv=Cube#EF|Mg{k7tiHsZL^QNbUOZE;8vX7$#|p2%UHZ$$|mc>ii6CF2G=$< kT?*=JY;4n$V=Z7{$W!6I({}2wE6_9sPgg&ebxsLQ0FW*`{Qv*} literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_pinklady/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..357a03d1ed714e1d3579000a285600a2c8e0b442 GIT binary patch literal 474 zcmV<00VV#4P)-(K5?Si=rP@X12== zlm1JqqW*$fyH;wDWKy;iO0-9=~f4)>mO?lYGe_}8$~d^xO-&r!GjN!QID zQdkzijvKqUF=??90ll{m@NCQS+}&UfcS^ROEbG)wU|_L*uNnj1fEuu=g;H$nVpNaK zyg>8<0Fl(7Sl>I=LMevG4N#}q4C0$^!PgVuM>Q@h3%8>Y3kiE_TGoPf2?ZL6X5CQt zEY@Nv4iW`wc&Bo|8@?=11va!;>iOyQA(n)h=dw8S-d+s_8X!M+eKJ(BK9qNXE#Q?2 zZ_Z(8c`kt}O4xW^5-UfBFD*;{568Q#&VGVqjJGSbqgeBmJs@Ieueu&=Q|EveVBKT} z5PS5{keqd+?VwgNCX;mRchD9p`-oomr0gp>kkEWP+es|uFB?tcWdE|h0bjXs)L8vj QNB{r;07*qoM6N<$g6vepa{vGU literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_pinklady/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..114f529caafe63d1a6b3666d0c42ec57d9a096f5 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UDJY5_^ zEP9g@Bv=CubohVze|0%84-e1Rh>}vHEYI)>DIfl?_WwWmg$0{iZYEFh3=h+k1B}-U z)Ko1turh-Hx84nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4c)B=- zSoA)fV(53+LBRFCL|;Qolb}q3py+l6uXPWyD=rtd7O;BtIbBoAeZ#B3<;5jZ%jF@m z`#|Sgt~&F@_Wq04-)*edZhaAY$aQs?q_XVp*PW&!Ew?| z>8)-%LXUB6Wa+Cvbt$ImlG$bZuDS;*%vuXrPT#t7p~LBNMej`(lT|Zgc75KwCO0Sj zCG%;2_FcC{zi3MwIOl)=;5>Hr_555v-sf94%wl)le6-Q2Mw08*>%YG`-*A0fd(3{d Ze%aGXsfsuH9Kdj3@O1TaS?83{1OO*@m~a39 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_pinklady/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..0795095ea200b5a1e9f667356eab8709c40690a3 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TiJzX3_ zEP9g@Bv=Cube#EF|Mg|Ph-Yr58=Fl-#@82Io{TT5W}YzZ5Lhttph~M^TbfOw!~6vj wHz%6U(%R5GajsUx1=b0BU9vV>a&2H@2w146QZ{wo9-zStp00i_>zopr071t=Q~&?~ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..f9fee16c9070bfe9bf09d25f617037248ae965f7 GIT binary patch literal 497 zcmV>1A4`6!P3B!EVDD0s^$p6{7Aue@9Sq#wF35R?>A zgq4?j$kO~begAfg^PwFXDx!EZWaHy1&Y6mzXNH(WSg^+6OofZ8^adm<0-PvOwE>@$ zpoz%Na1$&jk_4PxgCnQGpqdD5g{ZMH?gx|5SQ=y1$l19is!0MK_XT=sJk$QnkNzt{ z-TH5!HA6c29k{QU<4jQb;=wZAgm`i?afWqo56 zMI8WWWxLEx?$VjC463L6s-_9`6Nc)kqsK~xGl9$wXlF;{{tzQI03iagIe4{-q6)Wd zq#*bE{PK+@+IZmluCLW40ag1wQ+HV^m)u%MSnm002ovPDHLkV1j=+#f<;} literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_up.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_up.png new file mode 100644 index 0000000000000000000000000000000000000000..a89301fb655da4276d2b6b68f057eda68a6fb342 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9joOfvmy&&KQy;{an^LB{Ts5 DQ@t$! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff5bf47e561b83dbabb505b44ae5c622e88c6f9 GIT binary patch literal 517 zcmV+g0{Z=lP)eUe4$K_??Gi z-oD<_4+neXT@D|U3{y6jUtwNWpXj@d9bC>2Jd6`|KEB800*mAwN#Mmr3yxf1aiU6M z6=VFsqJpU61SPd#JS7%Y1jUI8LyvGKqts4S$(+Fie&k^WsygaeTtHy`z>=9!$9f6l z3C^tfE3q}$yt_B5C}&5ltE~_kpTAODdBMV?rT<3zoi0E3f6#A-2$z@F?S(YHe4{*5 z;on)^ov?d{GOlO56}Q3nnekTmhR1J(cNoQ~ z3Q?MPg;iyeRZIZ3L4X6i!_$Ql?oEA--S3}3J*ft^>+4(qE{fFL6wM6X00000NkvXX Hu0mjfN>}67 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_x.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_x.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c908a7bfcf204bc98aafa25ce17858d1678f70 GIT binary patch literal 369 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UvdAc}; zSoFS~w9$(>P{8&4n?v8kG=+}(ao8Nx-*_kf!Xfz$#;J7*z56Ew?N@oD!l>(3u?N1y!cFp+Hv+3ULM!qVnVD{_vd6e*|Q-JY>U^xq{D zmSFpgIf3>DU)Rfvz6-7vEvozDpeBB?q(P_fk>4@)=TTArrj>UFhP}J|lx;uI=M0{% KelF{r5}E)PZI$}~ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_xdown.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_xdown.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5a6b069c62416cb6277e59315a202e6aefd014 GIT binary patch literal 629 zcmV-*0*d{KP)YBy?OBDK}bl%zk;4D9_m3vFdNKn((HcYK@wU` zE@5|IF7v{}%gj64^^pmA_Bl;!z`%=IaUI5Y??W4i?2x&m)99M!30R3R{bCNIMGsJN zRy=`Lt3?lBCh0v&Dt z&6NmxH5LDMPpp@7muINBZbPtLE^+qC41L4#wcvWG2!+Fpr%o}jXApol*<8aLcVTjapDJ^O6{ij7vj2&y3bH{aO=G}p|P2wHd7CfOY9 zYHFvA>POM^@ugR%!aK0?$FZ*I7=Y*CP-{EJ)Zi%d?_Ppc2xh2jzU`@LnvKcr1yzXN+sTkU>#EEOC@>7A@7Bkmmi9&ez$Y)JzqZO zoO>_)S1d^f8rXNJo&j}oQwOqm`*KpUHk&S&&MHtsSrp%Umh9yRPx1-mCGdjo&$b$S zgiZYwDs}(>002ovPDHLkV1g$15yk)j literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_pinklady/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..c7912c632d61cb8da9ad33a47eccdc0112a52c50 GIT binary patch literal 1033 zcmV+k1or!hP)+xEQg zIlHJWRtVV=p5$CSInVjz`}{bM?d#eW)pP#_8FrnGu()ONamhYxd-99anM0@1Y_<&n zOQkqHcm~~}*@>F*4S^=jq1n+Tiin79C|IJPDo&o6@yQi6x*b<`CQ7rhWEiO!!;B*}aAjqtpa3)X z9}p3-q+*Hjg5v3k2be;jI~)K^-TRZ@hOVTgZ-jz`LP0dAPJZDI0L-{xdSVh&2$Yhm zYmA8DpPXS!&Q`{5`>1L70AX2N?Yo=?udY8ph4(#v9lAn^r<8^He|Q#IN;FTYwWnfy z>>iskGZ`HkL0Bf<#={6{F>EPMNfi(Y8PY*(xRK8n< zX4mNN?W4c9Z>4GehiUOjDRimifBGOoTI6oaO*nRK-8WLn)pHEscDvE-I&*@ z(fCm#7cO2T9*@(~+>9wL+B-S`C@3hv6oMzg;0ub^Xx^^U-DGEHGto6g^U-4*X=pUIZT?zG;#iu7uAf(BUZEckAeTT)xMW*Nc3B}3g883l7Z|@;*dmg4`()`I$T07f0 z*V&%BZ@bWmrfZx$-a^DMsH&_a6b{kd`}6ZstnsCtPA6~eF2&_^aq@Tz-~V)uv+b>` z>iBKz4=foGzC87LqI`MzNXYabXeO z{WW;^*QN<7DJkLF?VHHNu8?WFqN2P!6&#Jl@CO1s3I_?zKTX9fEH4rW2bq|eVmY#$ zimxayf4(auw*0IdC6!EFp8w`M9tLK)dgB_`eYc24*B?cf%gH{^UTP|4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UvdAc}; zSoFS~axj<4k;nBu&y)rRRn~$8!KF{OY-wnkB$v^&V2VISdhLl?an3EOJ=ZK9mWVb+ zvQKdq_-``l@BX#<)eq7ZPVx`=bY<3ipGEU$^EtA92zh&?x9YZ9pZQe&J&dsnn)%<0 zc`e@HWyiQS`a{Y_l`Pk@P45C%W*^)EiEhkW{CF8}xcVexHYF;-ueix&ZX&fw|l K=d#Wzp$P!t1d!x zqAr9iq=+Ccx^*WmiV*0k%R=cwK?Pli7Fv7+ONmk!ih@E5Vhf2+>Z1)cF*fPFF0|2- z%w!_*hr75x=X@OakBGN-shbnyH0lQRn1#h6C&IfCt^T0uKirKbL|wpADY{4cF&Z?T zd~u;J(4}e6bPS0iSNLJe5C{iB!H3CdOPxevNM#S~a5-r?xC?~f-BgNvHfIi23Pafh zZ;y81XmSD2dSox7S8tnYm9m+5{pJwsHf=2Z*Mv3@2nCsXF=>@p^4$XLbh~If)={>P z9PecM)oXI|-zp@QXiJIBUdzsHJWW1kAl_Fp4#fL-k{lp1+45G?_a>B<5~6i^vNy&#vVN^?fk0) z>}!hvaOv8WaqF?8P9%1e&$C}lwVKc{p!$^oa-TkOuD1t(^vrupt-H~QxUeUt l2A|ynRh4aT1f1R4$xj4oM@j>sZEgSn002ovPDHLkV1hTW7sdbp literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_linear.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_linear.svg new file mode 100644 index 00000000..b12ed109 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_linear.svg @@ -0,0 +1,200 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..6ed3df5c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_all_smooth.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..97745bf2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_dn.svg @@ -0,0 +1,197 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..661d6404 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_hi.svg @@ -0,0 +1,227 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..c0282ce9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_button_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..4a18eafc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_linear.svg @@ -0,0 +1,133 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..8bafa03a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,162 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..716d835f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,125 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..26b975fe --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,153 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..927232c2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_crc.svg @@ -0,0 +1,149 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..f8f6c4bb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_load.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..2989cf41 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..3fdf4b56 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_save.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..cce714c9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..e47ed9f0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_tri.svg @@ -0,0 +1,145 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..bcd8ad6f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,185 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..2a728dac --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..ccbe9ac1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,204 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..bd28315a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,224 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..7aa4eb54 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,236 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..e1d071a8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_up.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..76c176d0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,238 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..6c5969a1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_x.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..36a22e20 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,230 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..26fb0a66 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xy.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..36b07c28 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,250 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..4e087d05 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_y.svg @@ -0,0 +1,158 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..e2e84a21 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,230 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear.svg new file mode 100644 index 00000000..3635d9bf --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear.svg @@ -0,0 +1,157 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..97745bf2 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_dn.svg @@ -0,0 +1,197 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..661d6404 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_hi.svg @@ -0,0 +1,227 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_up.svg new file mode 100644 index 00000000..c0282ce9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_pinklady/source_SVG/unclear_up.svg @@ -0,0 +1,147 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_pinklady/unclear.png b/cinelerra-5.1/plugins/theme_pinklady/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..1c21d1c77893e276b5f225666e3302e9650c5bfc GIT binary patch literal 529 zcmV+s0`C2ZP)DHjK%=xpC+(aO@9YQzv6; zaM8t0;^wG{F&4pu5TgmZYkz@*NiU?rW?O~P75cpnCD01JsiTH>JUQ=kPTuc3aH;=a zwj8jT6f^9JU$8E!|o;Ec4H#zdh+o{loeVIzyiJ T-+Nf?00000NkvXXu0mjfX$9VZ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/unclear_dn.png b/cinelerra-5.1/plugins/theme_pinklady/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..d9eef067970b8c391d89d46f7a434295a7b0be0b GIT binary patch literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6db&7< zSoB_C3z|jmKoyF5+G3#N1=L>G6rjmF0IXPUl;#bjV_P55v0$ qj_dp1Ec5Q$&OJle^kCh#N9;jrEADmK-0T55n!(f6&t;ucLK6U;-*1ip literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/unclear_hi.png b/cinelerra-5.1/plugins/theme_pinklady/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff5bf47e561b83dbabb505b44ae5c622e88c6f9 GIT binary patch literal 517 zcmV+g0{Z=lP)eUe4$K_??Gi z-oD<_4+neXT@D|U3{y6jUtwNWpXj@d9bC>2Jd6`|KEB800*mAwN#Mmr3yxf1aiU6M z6=VFsqJpU61SPd#JS7%Y1jUI8LyvGKqts4S$(+Fie&k^WsygaeTtHy`z>=9!$9f6l z3C^tfE3q}$yt_B5C}&5ltE~_kpTAODdBMV?rT<3zoi0E3f6#A-2$z@F?S(YHe4{*5 z;on)^ov?d{GOlO56}Q3nnekTmhR1J(cNoQ~ z3Q?MPg;iyeRZIZ3L4X6i!_$Ql?oEA--S3}3J*ft^>+4(qE{fFL6wM6X00000NkvXX Hu0mjfN>}67 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/unclear_up.png b/cinelerra-5.1/plugins/theme_pinklady/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..a89301fb655da4276d2b6b68f057eda68a6fb342 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9joOfvmy&&KQy;{an^LB{Ts5 DQ@t$! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_all_linear.png b/cinelerra-5.1/plugins/theme_suv/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..f6481ebac1e51668e703015872dd6e304dc54873 GIT binary patch literal 414 zcmV;P0b%}$P)EdFd3oFmW2m=Fg zFd?#Wdtb+0H`>oZNLr-5KpgqDrl-Gia&u4NoK39x5JGr#&P@U8x*mG(Kl(lnAv~Db z7(mjW9NLiNmz&kLPv^KL*VhBi08e_bRF@COAE8kV)l3n(oz*|*SuSHRW ze}NB0kAjau4~CCL4}woYlkll1^ejjU-Mx}|p0|DvEqJ^8lD>fj@Kh8<>}tM?b;8Zv z2j+R6ccS|yZ#MdK#@pQo)+w|vt%)U#%xor!)b95k!#S<|0DIAvzFK?r!Tt<8 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_all_smooth.png b/cinelerra-5.1/plugins/theme_suv/mask_all_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..369ddaafbf764210b48ec8b921bb1250beb56448 GIT binary patch literal 692 zcmV;l0!#ggP))NzjN|8y#!~iy#hGgjhe)H;+S&=HuQZ z3T{5r<(_kXoO9lD4)Bj8-8gBjS^HK>broa%ZAP8sbaIHK7y|OXHqY~tB9a9FlIeIn zzFf1lEh~~@=+j>0Cwi$b#cbstMXID3S zH_AOLmk&L<*1voEmNl7oNe+;F0bm1wW81dP9d&L6;mpsKh6k%4u16n^g=}5~th>gT znRq<@T0{r{T5Hc3vnV2;MI_x897!=WySmw11u;ERf@4*;#>dsMfNmYIZTmns(wMmVlhPW9DqArgCF0PiinH>cn}m+ zE|<@X$V;Wv(;y!Q@LkjW0J44op65jYTqPOwpufRB+6Ulm{f}HOw<{bDUl5Ti0M00- z*8UhQA_J95|ut2bgWJyk8=Y}j9W1_C>uD2^W=%ltxh5QtNtxnK(YRH&mT0|B|qIvh5)$PIm aFZ=+3p5t51i*fk?00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIqn=)i#k3l=VP40Znd=a0mU6mdKI;Vst0OAHX*Z=?k literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_button_hi.png b/cinelerra-5.1/plugins/theme_suv/mask_button_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad1a999b8dc9ee330866bf51ae0a7c2c7e2b0df GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TSJY5_^ zEP9jYnC0H8XOm(OV`F1$^PO!Lc=dv`d7gnm;8hnDgRBoL4lZWvm$Csdo-hK{c*wfu aGBD)SbBQ}^1)BiPVeoYIb6Mw<&;$V81v6Oy literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_button_up.png b/cinelerra-5.1/plugins/theme_suv/mask_button_up.png new file mode 100644 index 0000000000000000000000000000000000000000..d633ed4ef71ed6fa860d0400fcfdc4377962428c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eE9I=yaV$A7j9>FUOCf>D-Qyj!3-5i9)`VDOw3%Z`8$E?89ZJ6T-G@yGywpT CnJno5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_suv/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..98f9a833f2e9d48d9078025cdac8b3ae02631633 GIT binary patch literal 492 zcmV>nA%s2W+!=tXerUB?=Vd*$Dq!c_nVG!?5RpExQQA`lY-ZEGN0I9vzT02gEYSQ@4T`WCow&b7VwmjGFoZL8`J;C+%Lw@WAPcDoMvYG$W7 z6u^6b4V(hs(llLJ8tlD40&1ht=*!==EXzIvf9m!6r+NJ|N0EP5Ro}JS?Ymi?Sz}t5 zIL260)xMb>&w~OaN%9joQPqB$rmG9VA%u>IJODeu<2-0CGy4T>H5!fk5JG3VR@gid z>8a|zj5Pq>ECP#2&&+nm*P{QQm7YMw%r;|;R+f6oUwAKo&FoM_24;qcbehfP_eIdj i=yLyIS%?=subu#JX^~P2Tk+=r0000ghkFyaMLR#3Hh;s;5LmfDK?@?!?(;0cL<%=iE)_T<&%{=Pm=YVHobs zn6ZpOs@f8f4S+OF&xT>Rq^j?nb61Tqn*hCDZ_a!F5IEqyZvkuBKx40?bfp2TwI@a7 z4)7EB4jfa}M@f?0DtnF-#Q^PgJE&HxM}e8)aM-KY>p!O9{;m85pOwhI@iVH&00000 LNkvXXu0mjfVzUd! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_suv/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd77d349a9eecb4941b9bbf8753b76443d9af5f GIT binary patch literal 531 zcmV+u0_^>XP)VK~y-6?Ub=gTTvLr&$)RCr9>!FSD_%(|G*j~fxLu3Z6+7H zRB-Wcuthp`5JC|*$4Uv}sxF1R%PpB5T*O7(gl>gL3whxl2h&oc<~`G~J>&h(`Q3BB z;R63P5VM$~C|Wee>;i!I{!O)7Jxa?2S-{4aT}hJwK=KoSr>U7N;Bk}*ENP!)LNbxG zpCyyJ<8HS*ktE5P_x_cnelC~$((m`5*X#A~f7Q6x>upFn48!oaR;!%=ILPPoZ_{!k z!Opp7Bv*qVc>l*m?^Y?aI9%U@@WM&ldFZIU0x0$Xce0GN;C_~Y=b zP$;w{%~@*~9t4&|04)IP&1Un*@Vrzi{Uo^opf&Jj16ylf192ylQn7ufTXNO;Qqj3~PF9BQtm?Bvm1qA?-PXJ67 zi^cOn_P2r|?-002ovPDHLkV1hAI=qUgI literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_pnt_smooth.png b/cinelerra-5.1/plugins/theme_suv/mask_pnt_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..fee20de694b238ade8012ecdca5dd4ba8024057f GIT binary patch literal 554 zcmV+_0@eMAP)Z)@$z%sIDdjM)c>F+R-m{C%CLmHOkxuAUgSJ}ivhZS3mYakSE(1b=%X zQYE?~B1fuf08}-`7_W9ZozDQ=^t#F~tD3Va%kq4dWgk^_UqrU5_8#ycgm9zR>-|i5 zlZgScEPDaG&hvZ+*qQac_h;Je_H*D-%4<@CY6Z7|XUnt6Wbzcagg;kA4qpxLIUR#^k zIae5C9B|P&S2PGwsOp7QtL2yV3lBs@hB3yzF~$IIfJ^JZA~FPSt12RLFt7h>$0Aa{ suLhol#HzY2A_rB1?KL5i!d=sv1P(G|RHXPN#FT7{9lv zfPMpdB9a3iLI}Hgo^RxNz7ay$1&&4J5AfDG_cck9`XZ;c_@dctepJ;6m>OeVEJ=3) zOuYA>thEDRuhD3{2i}#I!h7E`#{3YG+!*t`s)jSawRQs3j4{vd`sYevjCozuw7&`p z5XbRP5jg>D2w{JYHFtfHxOjeE1)V8`F!RQxVBiUWs{URVEF!;(u+ zv<`ev)AVSOQ#yo-Htm%SA#T&}r)hfB?RN9Ez%z}<4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TMc)B=- zSoFS~V#wEQz~d?(D&F_i|7sp@wB^+Ps}uEHxRgo@j)Z(vcmG%QZ_}g$OGBOY&g6XT zndJ4JxuSYrw7-<6@rN%q<@s68i?6@&%1Ps_n9H@!L3rxcH(`P;ev_7M-5%-7!Bf*^ zm8#LOFVdQ&MBb@0E`-IqyPW_ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_suv/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..04c715bb8f3e6bcc9c0d00abfe2db57af3356493 GIT binary patch literal 511 zcmVw4*zF?wva` zuwun!G%wKYc59LzOS&II*aX(|(3zy6nf1-=RkPXrzLYpk)9a;D>17CEPm)_yRS3Z( zos7rh!&a;HcdmFa7~JsQe*|j4IdBZLopWDCqtPiqwOYMtW_N)dU>{fmz5#KPB!8x^ zXjbgKe-6|nee&KvY&06bt|;_(K0ahw_7r#rY)N_s984D#wkqjCp5W0OX@Mk3emduN z^R{fy#;)w4b8haTE=xgdX6^j*O_pUF|NFV$@834FxB2w_Y^=~@Nk>2oYyn?;z21qL zwY~SBqbNGfli!kb57;)dJz!1Ja59-ZDY!0I(dl%qRVtMi!2UAV4LB~B%ZG6spDh$m zNz?RB6h*rsggQ`oAixmlIp<#2>-8UtlCN0tj|;diiqY2kztI2y002ovPDHLkV1lAO B+oJ#g literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_prst_save.png b/cinelerra-5.1/plugins/theme_suv/mask_prst_save.png new file mode 100644 index 0000000000000000000000000000000000000000..af16bf0886067e643455ffafb3de3743e47f4474 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T+db&7< zSoFS~ypiva0gsD*sJPwheO%k7^wwRi6-$m3N?ckfynrM0k#48%&zg-g4=#AjQn~x> z0#}%bgU>^sPmfIEx3PG#F-Z8l%X^pp+QziDGoksADMQR<$<4z3e4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=Cubey@lzy5!{7f*3XNz3fxE}f1)7`PQ@cQW3n@iG?gm$J$Fu;L(dqQSLI lO_zfD8XMd6^iOJBt7S literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_suv/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..7308b9d50511fb849984949c0a035040a3966d85 GIT binary patch literal 478 zcmV<40U`d0P)E{A*cRYfH|#t-SLqc?aV-ZiI3>&%ERr z^4?ce^%g)?t4WgFEb>Hoz^ZyYN+NQa$FmR|&eZ_VBJu>3z4zwVU=cYAYg<*@0IJ%U zYhu9}d+&{^I^YFZ13rK|U{yqtYPFjFD6y&@hO%jlc`?Rxfr~t;Gr`u{1lSUhr(Unu z8Eaht55R_VF7xVTg5x+o1Q-s7=kt<8 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_suv/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..8737a2daba5775ff997c80f6a7f3eaed4b6052e3 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TYJY5_^ zEP9g@Bv=Cubodwj|M!=dhll5D#1bo6Sy^olqY9wNf6pQ*X6EL_iB(g2I+`@2HDgVlYhdBm1x{HCldpu5ljV#R0>jk8$7#J+= V6k-fQT|r)B@O1TaS?83{1OPVZNe}=4 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_pstn_cen.png b/cinelerra-5.1/plugins/theme_suv/mask_pstn_cen.png new file mode 100644 index 0000000000000000000000000000000000000000..f85de23281ef14cc9777513ad23ac1279226e413 GIT binary patch literal 393 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&**skw zLo9lqPO>%KFU*R`T$9(Avm!fX1Ra6ZxIH+1+<=4OwzF^7bHFIrUj<7m7g-n^^ zENES%(=yjL-5f->a6%ACX9Z8`%G= z^8Mdy?`sz)Kfe<^Ej3-~(+1ra?gkElBJye9wv`wBf4}+Hw%yJ9BQ>rcsMf0C4GqnH ln9UoWqP0WH^j~BxW5SPESI6rCH-W*%;OXk;vd$@?2>{q4p&kGL literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_suv/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..7429a5e17a2e0283ecc6c35ec3c31fae2a098fe4 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=Cubey@lzy5!H%D%;mm6e(09JW-Iv@T&N+3WK}%7x>?nS@D)1Y{p{Gyh^a xdZKU7#gInXo;M)}oAesqs0MYP4Qvo)U~pj2I&h)X&mL$pgQu&X%Q~loCIHBbLe&5O literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce3ed80d0412cc0f4518c58bda9d5900665425a GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIqn=)i#k3l=VP40Znd=a0mU6mdKI;Vst0OAHX*Z=?k literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_chkdhi.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_chkdhi.png new file mode 100644 index 0000000000000000000000000000000000000000..eb64a6c32093500541fab21a997064196305edcb GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIqn=)i#k58l7`4|TqJ^{V8I64nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eE9I=yaV$A7j9>FUOCf>D-Qyj!3-5i9)`VDOw3%Z`8$E?89ZJ6T-G@yGywpT CnJno5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad1a999b8dc9ee330866bf51ae0a7c2c7e2b0df GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TSJY5_^ zEP9jYnC0H8XOm(OV`F1$^PO!Lc=dv`d7gnm;8hnDgRBoL4lZWvm$Csdo-hK{c*wfu aGBD)SbBQ}^1)BiPVeoYIb6Mw<&;$V81v6Oy literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_x.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_x.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf4bee8f8a774f90778f62f458769164af68fe4 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TkdAc}; zSoFS~sF-)yLBREY#S>hrJDeZ6a5_ldkG z-wb&UuiaW^sAac3X5}j`2Nk8)(vSEVjFqa2&*kdfzPw@Ss(nlyZnJ*92>EJx{`2?K z$J`l~$9pk85Mgn=&Try#Yunt;6G5Tk3<^qxfg-=N#jCu&cd>+3%{TxfRyr~(A{pw%R`AD z^bdYkun>ancB}P0&ttt_e-A9BB#NThRKqY3MG=nU+y@IG2*Z#t3=u+5mZcVaI-OXp zRs=!7e!ss-zpyOpa-BRWCBE+?gqTgLQ{VR#MS*FWw~2>gU>wIEK>@~bCkDosEli2j33kle6EA_Qz= zDOPsYvD@9wl-m0XwiJ>GL+&Jm?JOe*60}JrHZIxBgq>^QjLgh#qCX&~yZ4=U-g)QF zJh(;%DHc%_eFVM%VZC18TV7uNb=BtKaM+CFcnRnL4^;JOzE&?1(=`1eBCmj#7Z(@j zW_ARG?jEkLu6_at!|+}Z1RW9S#Bsa^+yW4hcSWtBR0P3pp_~(ud7zo5>9}-FktQ&o zivqZNac|jiqtS?xBsp{Un;H3os`iSUPN#DMyfw4iz*5#8k4B@zOC7h{?XkNb0>{8> zV9U(jP=T5CfG*Gzksc_*+16AFgC0-O&)xNtAL}a(BQ?E8eWXIia0I2G= znKgl~nVn~pF3?xier99<#8W!e#w=tmUx-M}-QQPppM@#MS75>20p|XPJeBdm!NL77 z3?JroF;iw_zQ4c!$jlc1DLk1>)@!xev#O}7_Gb-LL^efay{a>nv6=0N$U-)hd{Dg# zCqJ++BAf31T~(i4Dm)wxn@N)V$bXRBY4z|-d<)1U8IMMzyTxz0G`u89Rtlns$nz+Q z?zsCvRgd6LrrGs3vta@>Tdme(U@vc!GEUR9nAOh8zD-`B62 zb14cl+i~}=K@jXV8jYykZkHaPDzfNS(llKck;Q7x*8t!*6p;~;mXy#400000NkvXX Hu0mjf6qqnS literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d1f281d6813c26531e4d8d797a70b9bab715f0 GIT binary patch literal 666 zcmV;L0%iS)P)fhcz8f-O_pV> z*K6M1-q>t50JyG;loBZ=p679QcLzWm$0esyiX=%4H_c`f+qTK`+=#Pnn`X0FLMypH z!D*VJwMK~VPp_}9gkfmJD5aRs=Qxf-uh#=WYfYM_*TF?VtJPw;TrwVy0hmswM%>fW z6G0FVh9UR&_b8>%T3-hjTXGzS*=z<-fuBR8D8jNVj>n_HxC*Y<>j2DVGi=)?2!hg4 z5ClX~L=;5;tX3;dr_)ebP7;5oU5w~- zI#`y)Znp!>nrf{pHSc!2oK7cWrx(G);gCk7K^TUWMin}T`@YZdcr*^kMX=|2xULIS z8wJ&d`o51+>UXdZg27;b5aOcKLSYz^=XvSebzOuI<)2dl7tlhZ(TGN)!D_W4%QE1* zroQhRbG$HA9P7%g@I0?vYpvPu_Z$uf;{fD&&f#!iyWJYo?>x8SxZQ3O$1zEglyl>! zlu|4f3l@t->D2Q)+U<53V@WALZ*et=V)5Vl04nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V4dAc}; zSoFRPx$S${L150=K&L5c1%h^`C)xijigIuXVAgDE&tR-y+IU-ANks4oTh2)-JA)Hl zE&0ty*gJkky?uM8@0lO_pU4)0Ylg>eS?Nzx42|tN!F}?m0Z(M)w04p7M3WB=MXU)g z=TvVJm~=?7#k3)lMSPk^+Ts~58?3Cdf+sGKiJx4fGPBm?*spt*VmRsM@-2C8rw1>?z29%c?`%Hu$eN*AaOdBWPx}_U{r#_|&qBKO z`##mm$~)o{eM3Xn-xp(RSfo+LFst)L@x13}d5)^tBr!i=Snzh&yJIIdDjtiN|LNj? byFHAlj}vWD1wXt8h6IDBtDnm{r-UW|OJ$r5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_suv/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f0e538132c3cff9951bf2b1d843870e186485e GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&MLb;` zLo9mVPOvNoC%e?M(LW0xXS&Ldrkn4sMo6{$TUo#==vG=P-lfkyo6G7rxs* zvZ&jA{zpaZ^|yN}=f(f(|0P}fhu=;$IebYb7sG_0b@Sf;e%-L=HD7yBmF+AgCyuT~ zH+Y+`Nu@?6MNYdbw>m#KyLZ*9vbxyo`U}e=Q*HVlt8r;QO{ + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..af215697 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_all_smooth.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..8f428b1c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_dn.svg @@ -0,0 +1,116 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..8277ba4b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_hi.svg @@ -0,0 +1,116 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..2c7fd756 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_button_up.svg @@ -0,0 +1,96 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..19613231 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_linear.svg @@ -0,0 +1,133 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..21b8a779 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,192 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..cf0333d7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,125 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..55679770 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,184 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..7e4d3772 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_crc.svg @@ -0,0 +1,98 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..b4955d25 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_load.svg @@ -0,0 +1,131 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..2104b529 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,96 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..a990f29e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_save.svg @@ -0,0 +1,131 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..750922f9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,96 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..356146a5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_tri.svg @@ -0,0 +1,94 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..269c7da1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,131 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..1399c2c9 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,171 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..297eba6e --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,208 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..480b65cc --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,171 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..a01a7db7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,171 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..cfeb4bb8 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_up.svg @@ -0,0 +1,151 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..f509899c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,171 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..10bb02b3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_x.svg @@ -0,0 +1,162 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..1850ea44 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,189 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..28acbe65 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xy.svg @@ -0,0 +1,182 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..0e5f06dd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,209 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..d6204d5f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_y.svg @@ -0,0 +1,162 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..63f8ab27 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,189 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear.svg new file mode 100644 index 00000000..cc78a50d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear.svg @@ -0,0 +1,161 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..8f428b1c --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_dn.svg @@ -0,0 +1,116 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..8277ba4b --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_hi.svg @@ -0,0 +1,116 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_up.svg new file mode 100644 index 00000000..2c7fd756 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_suv/source_SVG/unclear_up.svg @@ -0,0 +1,96 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_suv/unclear.png b/cinelerra-5.1/plugins/theme_suv/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c785fd8b50ec43f96f9c21c19a22da543d182593 GIT binary patch literal 544 zcmV+*0^j|KP)tAH`2*;H284`4 z6B;^lbbJC12?!7ZIX#jk%X>dSXNVm918@~|mhO3IZ0TZrmMKA*Zs+anj&|Py7x@2? z=ef)C+-;iAb&qCt1we=7Edbj9An6-`lMup-EX%$(X&W7w*&fL;$$d$ORaNa)RkaJ? zh~(oaipE7zJlxo^nQZ}h4d6C_p8#%p?`+ay0rxW6vre-Bu8d;$TTyVIk!B*@|UC=-uua5Ft{Gav63V?tuGJ28vys0m)H1@ z&8!39IY~-72qAoO&XHuB4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIqn=)i#k3l=VP40Znd=a0mU6mdKI;Vst0OAHX*Z=?k literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/unclear_hi.png b/cinelerra-5.1/plugins/theme_suv/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad1a999b8dc9ee330866bf51ae0a7c2c7e2b0df GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TSJY5_^ zEP9jYnC0H8XOm(OV`F1$^PO!Lc=dv`d7gnm;8hnDgRBoL4lZWvm$Csdo-hK{c*wfu aGBD)SbBQ}^1)BiPVeoYIb6Mw<&;$V81v6Oy literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/unclear_up.png b/cinelerra-5.1/plugins/theme_suv/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..d633ed4ef71ed6fa860d0400fcfdc4377962428c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eE9I=yaV$A7j9>FUOCf>D-Qyj!3-5i9)`VDOw3%Z`8$E?89ZJ6T-G@yGywpT CnJno5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_all_linear.png b/cinelerra-5.1/plugins/theme_unflat/mask_all_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..fc26659da1f33401f0fd2131a31d4373a0cf8dd5 GIT binary patch literal 404 zcmV;F0c-w=P)coH%ho zkPwgr-}Z;#!Cf+l-A%UT+U{PEH>Pd+`n_q>_ke?XalG)}-vU_m%Y`xKt#sHqcSCXs z0Fqj3?fbBIoW!mGob~f30Ov(lAn97AzbHTj;dL9KqWnsd~BNL<6pp2p|ikqpp(IK zp_9P-K&#+=p+KQPYS8pc8e^jN5P^r8*6PAy36@E y(VsW&8wvqzYtWJ+$C6r-Ye}fpe(4zwiu4P+wwC%uD3V(M0000FkgM+x)u0?Usy4j&f7AuOABm@Euy^m;>D%e;M!AT?~)@pL!=b+Ifefd#v z^PBFy=bVr4oO{jz{t=`XC#4kYXWO=WiV6L#qHYLxbFfl00WZ+Dyu3UqBJ%)1G98b{ zAJ=Ui)3Q=D%X^Wbz?6?TwRTg!7K_C}l7~qS1Gw$`{z(xL0E@P54|i0olscjP(88Rz zF|b~auFQ_F&J6a~Zpm5YYORL=tO9r^B4NWY4E{j(QfNQ4aNXO#+b40uc{vgZ<1#7t z0L)sJ^;Sd(0EI#!+t=53Uqn8WOm`%aMQBv<3R$d)#^d5^|3@E z@ut<*)D`ubu9y3tPg|v0B#a8lWDsdSpFaYi8bta_@$WwMkbGz@T^oCS#x(e3bkrIa z5kDx9CX9s2*7_3w}=u){{9&=r{)G6h5D|K5}$WH*+>_*xNO^QjTMP!jA hT4%o%y)OL!z;_0Y_aW{cASeI;002ovPDHLkV1hs*GZp{< literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_button_dn.png b/cinelerra-5.1/plugins/theme_unflat/mask_button_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb6c13b68a2ac690264f46f8b0d5a09a31f61bc GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UrJzX3_ zEPCHg+Rb}JL4Y+qJb*#eVj+Xlul~%&Go?57aK8&a7}xMbGr^>)>RQz0%6U7i1=nn~ z=wsGiy5f7^%+?N7!($3Nt-sf{d+gs~?HRNqLWuLhu5|&1AN2af{&y{2-mv^f^OD&2 z+u}bKZ};t1-FS^lboR~qchid1u13u)R?>9IO1lzO$++us+x)6lHxr%Gk}#P}7>z~@1_O$szH<90#bHj1|yYtI4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eEs_OyaV$A7j9>FUOCf>D-Qyj!3-5i9tHzdCZPn~Vp*Vi22WQ%mvv4FO#pq0 BD~kXC literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_crv_linear.png b/cinelerra-5.1/plugins/theme_unflat/mask_crv_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..b49d03a23561aa1124811559fbe0a2ef30c79de2 GIT binary patch literal 481 zcmV<70UrK|P)$IL+#sD<{OT$&o(vTILi`oATO!9$b4?qvV(^SCL+Cvdp$mjEm-EP+v zk(@E+AgwR)^IEOeY7hi>0JgQ(_Ws4*obZZ?|^fGWw8 zI4A%Vi^W%xrvR$$c6&Y%Y>e?-*L?@D0pK$Z8q$Y|to8f-H)D(!zHq{Yh+GT?gFX3C z9l%Nwb?D!T@;eb`5fLG|Y^`Nltd<;yoEFyK1AnBD#rJE$EF~$q|%V{BIny$V9 X_U)EuOoEjK00000NkvXXu0mjfIbFw< literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_crv_smooth.png b/cinelerra-5.1/plugins/theme_unflat/mask_crv_smooth.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1f41fddbe471cca046c9b89a1aaf13793fb177 GIT binary patch literal 626 zcmV-&0*(ENP)0Af!>)~NXHlqkn96E8w9~)0Kj3dB%Vo=gLv;x1Gp?{o#ZtDkaUUUMUrbl z5Ijv|Q^lQ5r_k&5-T^pht^GK>)@rpDj4`hPELv+nC-Ejt-0Ssjl3d>^1%Ohi^Z~#v zNjK8?L~$5~djXVkx!mnEu-ol!kX-cM@0nUG={$gXp-}jhCazYiKS@54v@(_0d%pv~ zi71NdY0{wv9+F&cHk;cgiX|

{Ke1uam^q+AoscXEK?kv0~?3%@}h}(mv;0ZIakI zS0lM#jJdyc|HuO&`JmtLALC}81DG2pj{ot|%^{xw*p=9EyqN%IB+Z6lc%{*3B)(4X z{W$=$#+aQkGm;TV(n@?X0GyPxoXuvvbM8X1SbP%;=Sbd>v^%~L8v}Nv!Ev7o0M5B1 zB(DSbA?X{*0|4&k^ZBdeuH!^;+>L3s+xr2`L{ap%TrPi~hWoej8@&9+xi1`5tN;K2 M07*qoM6N<$f}R@{g8%>k literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_pnt_linear.png b/cinelerra-5.1/plugins/theme_unflat/mask_pnt_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..97d7c1f67ff7e31090af2d980703534ac50a18fc GIT binary patch literal 500 zcmVfv@@DRmW>NjMHr2QU||bC-ZCcx<_Xn*iRz)pQBO-f_F#_C3$L1F$V3?YfJ>!RH=E7g0=N*7!?;`|xYOw@ibx*7@t~GUrH)AEt+h)NgOkZ* z1;D9N>TyuZWHL_x&PbLg0$XcW0jvQy8SeFZy()keW6b(kV3IGa6}0LGX-V@#Li$P> q`M*s}vLGT2k|0@#gO2O}qxuBUGK^TH6a?Y`0000`is zv`hbjE=AG7|Dd&-w4J54YqN#Gy)RM(OTk&hQQQ*laqvZwn3wl5*E8MkkMp@-zT6A^ zS1OJN-g}MC)>@9`*8sdv!)Mmovpi3fb>s4`{u(wvPLxiUcQqC!GyR$1uP;deaL%n5 zV=g2a03aDi-i_n<3jm<)HOtRg$&q@!-pweA68u@ii!^-z;AyE;x?iu?e`I+xCkB8h zirxY^wAStb*cs)$_ocyL@CLy1EU(EbIOkRXJgihIucvFn;qVoJb?^P1g~7&{Z2)_< zTJ6_#t=Vk;1n^GM_Cnxpw_B0)ID~L8=i+^mPdc5>jl$q^xx5PCQ=`%No&}EM_?x89 z)oS%YVX&kPk|$Zvkw~5xV>Swb)Aza-LdXRJ_#mk*Y3{QH0QCF)y7&IF02Bb=y}wG5 zG^oP|DPR` u%->f5&&0%%wn!dJf~2iH;G+H4RKEc^K&E$l1(vq}0000S->P)qq2RvkQ{yg-~tksMV2484&YmpEbXzg+8_|9C&G0%Vju;=@JzT6(r z3xeR2q%N=<$MGTXHfx$|h3)ANUS4y;vm1Pp_0P3J(o0}XQfCb?{Uj6@Oc?DqnWo=1bzfisZ_34rFx!sWj{Bv@kLi@WsS$<86zzM4*({U$>UYQ zj^oU{gCg(+fH7u&Rj{OeJ6;rlPq{6r9R$JFGH4iv+rVq!1~^*?wpZ)~C`sxT!NV}z zPSdmtxRN@)?_Xx~cixI9irhGk&w*Va0gjC^UrMFYB|wrSn`xT9usd~u@1Ey9uh;9- zLU0Ct2(Y0Fxo6WJ)LFj#d;L>?0j9mdD>5b*BLDyZ M07*qoM6N<$f_QWEdjJ3c literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_prst_load.png b/cinelerra-5.1/plugins/theme_unflat/mask_prst_load.png new file mode 100644 index 0000000000000000000000000000000000000000..89c6fb5a0ee5d69d40af6d0e8d1da9863bbceb03 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SRdb&7< zSoFS~V#s$`L4f7^B9njTKW$sW{qE8BgY`jiQuAAcESSASE42kyC$=y=I3u^w@m%Cy zrIVYgnLm87nl33lNxEV8^_^9_s{*gOE{UCMSXnVQ@q>DZi;~vyPo*Nt0im&; z>we!d;uV`1o|zTEz@c~~)8ORUGhP|G&JSkYH2Cr2V8olMsQb@+3*Oh}JxxD$_rc{I hx4&ov&%aRrj91~kT}r)fQ9sbJ44$rjF6*2UngDt#ZSnvB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_prst_ovl.png b/cinelerra-5.1/plugins/theme_unflat/mask_prst_ovl.png new file mode 100644 index 0000000000000000000000000000000000000000..73027f40e5d1076b3d45f6584c6d4379de19190a GIT binary patch literal 511 zcmV&ZxY z?{_lMUJwKy>h=2B7?|uGy9Pw$=syNaU8!=)t{M}-y`N82HkG=Ij|4B25v-T&wJkzk%Pft zZ~;)MRAyE69k3!I8{7@Aud0ht6kUxK257h2Ps`=<7c<)&(@`ETBD4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Sxdb&7< zSoFS~Y{++5fyZ_KVx7JHmeIQ%w?E7IVJCZ6bxD{)qgzPml6|~N_WvW;EKCiLDJb>J z>1_&9`t-Rl=~?tj2bU866K7Z$4qs|~k-0BE_mf1j#T*MxpR5(HYV%$NPtv_KKc$oL zfTcKtj9S!`Futm1<`>rc;PD$Ck x$1gpNbJU*wsQyuwqxQ@lrkTC#-+ugA!T6co<7R@Rf*jEC44$rjF6*2UngC>oau5Ij literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_prst_sqr.png b/cinelerra-5.1/plugins/theme_unflat/mask_prst_sqr.png new file mode 100644 index 0000000000000000000000000000000000000000..508a1e6886f35555834a98de91f6ba8a4296e1e8 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T?JzX3_ zEP9g@Bv=Cubeyp)es-qbi^tf|uyOWrmrlnY4BU#dI~i}(co~cLOW9<7SaFa!(cs#q krb|J6jg4)3a;yam40kNJ+b4J)204Vm)78&qol`;+03*UWtN;K2 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_prst_tri.png b/cinelerra-5.1/plugins/theme_unflat/mask_prst_tri.png new file mode 100644 index 0000000000000000000000000000000000000000..17cc41a4bc587f563c55cfe77d2e15ffd3a95f66 GIT binary patch literal 475 zcmV<10VMv3P)%^Hv1M6xGhUkqpc(A`lv=ek zWcR=@7K`m95{Y-;_aA|6ppwmIA2uRZO4R^Fq?Jymhqi5xM5G;sI<#18T@jHIFqljx zo!NOZnQQ|+V6WTlhF-nU;^}l+Gt`&4T<&FdZrk<<^RGqZY^`F~b*oCLeW36AerI_f zkH>F-o`~dK*R4h_R!W_ku~jG(UYGZ&RO$`5GM|CeUy41?I|PbAe>@)F289fD2Y6CS z?V8ND#3$x`5kwn8-B{i)++(fvk%-)dm93Ie>Nu0h%(Dx`B2wR^^rzWBt`GO=eZNcr RE`0z1002ovPDHLkV1j=&%2faW literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_prst_trsh.png b/cinelerra-5.1/plugins/theme_unflat/mask_prst_trsh.png new file mode 100644 index 0000000000000000000000000000000000000000..4ded9fec5081e474a21b3966b9a7ed3e80878000 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UDJY5_^ zEP9g@Bv=CubohVz^71loPfyR+h$U9OK0aC=MnBHXH2&{dBGcU2$=PP5k!``{7KXD*`Bxr1%rVf>T@2*i<8kt9WMOt*FCbOLz_9qL WLi47XS$lxCGI+ZBxvX4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq!<_&c|2Vl zLo9lqPOnHhh)ePS@T z;+Bs+DNVdLX54J<*phbbdgip5H!GTEjetDP76v%+3uiB0m$1vm4YO1iH+M{XF5%V}V0U zXYw8>jF~?Q%e6yB^&+llPzNmncubw5QS^_E=a%X~=GfWRY=Rz3Nq?_5)S% rf4rfgpYN3y+Qv?dd?2zb{ue{BK;iM^^KbKkfydzK>gTe~DWM4fFrJ`% literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_pstn_nrm.png b/cinelerra-5.1/plugins/theme_unflat/mask_pstn_nrm.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4a3f67ed323936f526f357bb75c9a8e664ed28 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1V2JY5_^ zEP9g@Bv=Cubeyp)es-olWnX6}r!upg!^jwLURBB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_chkd.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_chkd.png new file mode 100644 index 0000000000000000000000000000000000000000..924703e788c24c7de86a7f064cf3af322cda0ba2 GIT binary patch literal 458 zcmV;*0X6=KP)q&QVq+{UwXqRj!bb3M^eKEE zD;rU;2qdJiND+utjMsC2zQe`%xT)= z>g9x3`PG>~A)4#02aFX(-H%bo>TLld3M&c&kczG5tsaN228a-g4c53sBO+695)iDU z0t2KJ!NACZii83k2rP>#(tzOHo4JaoLB{b$&U*Cwzg&1|j_Ndr85g^QY2(&wL}$3c zL2bg}nq|LcfAj(o=oc}qx0FtvV!Z;~T!nKE2egNV_RtWi8rz9uCoS1Djw}*VEm*G@ zJ4Nm^eQW4V42Az#1%6>*rJ^j$PfbdoTR?YYV0vXq+|rX- zwPL+qGo4PE&1Q_p<6m7MBGh%=&0A}`cP%1#@A2MK6a__55XUjY;gHd2#9%NW%QB2H zSZmpAHZ)B`UDs4qg>&x5g&OvM?{nI=r7TOzvOHQ%*EnQ46<-?%0mF9{A@UDZ{Hf#6 xDj-6qDtzNqCFo}+JYK)B6A1#1BgNBh!W$4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eEs_OyaV$A7j9>FUOCf>D-Qyj!3-5i9tHzdCZPn~Vp*Vi22WQ%mvv4FO#pq0 BD~kXC literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_uphi.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_uphi.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2cfe9c6db89377a8cb11c35b0b2ccc1d6d15c7 GIT binary patch literal 441 zcmV;q0Y?6bP)%Gk}#P}7>z~@1_O$szH<90#bHj1|yYtI4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TkdAc}; zSoFS~Xy|v?LBRF@8D5P`1xza5ZnI+Jo6p%f1r;z_-HK7*4fo(&zM*XU2Btdwvzhl%=F!Pk<#gJ96KHqpC@z^ia z{NC@M<(9Q~gF?d@yciOm`MAUh9bV6{NA8q*T3pA8+cR%ihBHMl&gjjxa`JX5KQ@Cs zp@2*27UPZoL0k;KC6cQ@@lIZrskdugw9rKv347Pr>ypO#d{1Z1%y&(xK4V`SH}83F zpa{3pF2)b{zSmBT>hJJkh-R3&b(@se`6KQAb+h5Deg@x2?1dJP5oF2gX0h)C#Q5g`I_xm-d81GmIsgYSvM zZUwwBu>rTlk18IIQ?J*b`i({d%d)<_0~qg#|E^-O$Y?Y|YyHr_TrT*&&u}=TQmK4; z7m*wI<8P*E((QKX^?F#Ah39!s6MLSAX_~ZJEe3-Dwrz90UJ((LZQGJgrvWIJ%e32V zY}@{?-kwe;X0sWt>waF4AP9amAzEvW$Kx%rWm%F;Chuk=doI??&J1IB0{Ir;cz&7@sw$r5{t$Dv76uP+r&TB z>yD6!ptTMatdx4qJ&s1BL>$LqyVIF7>~dZ1vW{ppRq00000NkvXXu0mjf D2r~KB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_xy.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_xy.png new file mode 100644 index 0000000000000000000000000000000000000000..3eb5b522fa7e003708287a4812293850469aa87b GIT binary patch literal 667 zcmV;M0%ZM(P)}R0h^&c7KyqH=1pw9@QIK?N zs~u-qcIf;58Gx%r>TMW?1D6wq;R%43*4pbNH;eRKMBcCLIEtc@a17u%fSn{sUZ4hR z?SN#Tei5g8g|h5#TUBc;@jhE6@P4A$BKfF~p`iO8F}@5|8Wcoj&l7thw;@Eab_X0zMV z>GZDKtuv^G=ab3gUYe#Ge-zI1yqo9wqq?Zpdbn($Bzq##t?Mis-Zp@BYi(mtKy#oZ zdnCUAcwNzPgE)=@-}k?wxFBVx^_K%ck|a9-N=xPdZo2<+rDML2cYMa1|;tTI4Bbpk4d^-%}JgBI8{o0b2xLQ)G5wy=dbNo_qk$4nx=aq z@<~MYvn)G|qNuWb>L}Lc7RfHj4XyQqi}?R2egcaS@k$Nxqlf?i002ovPDHLkV1gCL BCXN6A literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_xydown.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_xydown.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5fe054b59c9164fff70c7fd562b4aedada90b4 GIT binary patch literal 943 zcmV;g15o^lP)rpV3i^L07`;2-4{^vcX_LRn>2SHe)atkcAN64i-Wn z11O53-`w5ZrBbPo&*#bIa@6bfe}tG!Ci?sP85|s>yStmcy*+@R#=nD0r4l}$kJ;H- z6h-0g?vCs0Yi@6EDHI9-*zISg_6e06oj$Hxa|vl)QP%S%pAPd^>MR4P#_ zm1t{gV_;wafJUQ1E|=4d<)(2ns;Y8xbA#P(=i=f5zu%7#f@n1Q3BI_v$il(`i9`aA z$3vx3p<1o}I_+PLo0e9qm9w)mG)*HA2%u>ikw^r9<>h6TmXXrsr_+hiXrx#y0+3^N6rP@*bVkdMH$Fa&)oSJb{+^AE4c6D!IXXJx@bFN# z-`?Iv(=>kk_<`5!*_I2;ay5NvL45)Ow6hr{}MBoe`7G7$_0snu%C z&CO9Rmp}FU7h|*8%-Gl%7K?>oFi0pAA`}XJspJ0sKDAnnot+&3dU|>=8jaNJ_14Bs zXfyNk^K^7{kW41^ad){~_*Xwm2A0K&se&+S{ zRo_#sR(W}O;o;%o)3kX!o?jy^gh10YebMQ35{*VlrBY-vnU=rJVzEfESR@{gW3gD6 zoSek#_0rqhi>j(fl7!UW-Yy!A#+QfxPfR8gvfJ$@pU)$N_!g)nNx0o^{s8)J)kQ-b RiL3ws002ovPDHLkV1l+#vV#Bs literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_y.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_y.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4055de6855d4c0897e3b7ec958e03e0836b247 GIT binary patch literal 387 zcmV-}0et?6P)1002ovPDHLkV1ilSpX>kt literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/mask_scale_ydown.png b/cinelerra-5.1/plugins/theme_unflat/mask_scale_ydown.png new file mode 100644 index 0000000000000000000000000000000000000000..581242950fd50ecf6738c7eb5729b042c05bb5b9 GIT binary patch literal 547 zcmV+;0^I$HP)sun7R!))6or4%^l_=Fyh2g>C# zSg}~7TCE1g*hj!bgw1Ay6z3eC=Y0hF6z3c%B1#OlEDJ=0?RFdKBO;^#Kx-Wf6+)oh zZi91<-EN2L^%|X;h@iEOJ)KSmxm*rH2=scrNG}nA1Aymwk;k@eRI61#jcJ;&EGyKX zC~-EMMYr1xT(#ft!!V4$CvG;Ia9tOUd=aUi8cqtOUWoO&h>(_*m*)Ra|i z(R<_eRGj~S}|*006LFul-u7R6@O82LR0H^I!Xz5P~w9Oei>? z&tp2BqEIOOs9!D@j7B4z&*wnT?RJY_kmK=)@pv3)o=he<91ee9X{|L@s}+{Zr4Myo z7gEZ|Ply?YK|~b#6t7P*o6W#E$8b2r>2wP9GRD5a_xn8-3;?ZG3jiRcjP#|`X)x0? lX}{kiN$MnGjG + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_all_smooth.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_all_smooth.svg new file mode 100644 index 00000000..f3f1697f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_all_smooth.svg @@ -0,0 +1,268 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_dn.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_dn.svg new file mode 100644 index 00000000..3051b949 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_dn.svg @@ -0,0 +1,217 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_hi.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_hi.svg new file mode 100644 index 00000000..164a1306 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_hi.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_up.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_up.svg new file mode 100644 index 00000000..db8d9560 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_button_up.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_linear.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_linear.svg new file mode 100644 index 00000000..05d9e5f1 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_linear.svg @@ -0,0 +1,133 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_smooth.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_smooth.svg new file mode 100644 index 00000000..0e5ef602 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_crv_smooth.svg @@ -0,0 +1,204 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_linear.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_linear.svg new file mode 100644 index 00000000..413b09f0 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_linear.svg @@ -0,0 +1,125 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_smooth.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_smooth.svg new file mode 100644 index 00000000..20af4523 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pnt_smooth.svg @@ -0,0 +1,204 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_crc.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_crc.svg new file mode 100644 index 00000000..c8bdd7e4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_crc.svg @@ -0,0 +1,169 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_load.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_load.svg new file mode 100644 index 00000000..d21ec083 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_load.svg @@ -0,0 +1,205 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_ovl.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_ovl.svg new file mode 100644 index 00000000..8bd6032f --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_ovl.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_save.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_save.svg new file mode 100644 index 00000000..89034d33 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_save.svg @@ -0,0 +1,205 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_sqr.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_sqr.svg new file mode 100644 index 00000000..b28690cd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_sqr.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_tri.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_tri.svg new file mode 100644 index 00000000..ce22293d --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_tri.svg @@ -0,0 +1,165 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_trsh.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_trsh.svg new file mode 100644 index 00000000..aa1abdb5 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_prst_trsh.svg @@ -0,0 +1,205 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_cen.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_cen.svg new file mode 100644 index 00000000..9103f954 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_cen.svg @@ -0,0 +1,187 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_nrm.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_nrm.svg new file mode 100644 index 00000000..159820f7 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_pstn_nrm.svg @@ -0,0 +1,224 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkd.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkd.svg new file mode 100644 index 00000000..7ba60b82 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkd.svg @@ -0,0 +1,244 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkdhi.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkdhi.svg new file mode 100644 index 00000000..b9bb9309 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_chkdhi.svg @@ -0,0 +1,256 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_up.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_up.svg new file mode 100644 index 00000000..ddf006bb --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_up.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_uphi.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_uphi.svg new file mode 100644 index 00000000..5a5c7c87 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_uphi.svg @@ -0,0 +1,255 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_x.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_x.svg new file mode 100644 index 00000000..773d2da6 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_x.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xdown.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xdown.svg new file mode 100644 index 00000000..833ff8e4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xdown.svg @@ -0,0 +1,246 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xy.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xy.svg new file mode 100644 index 00000000..dc00d8b4 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xy.svg @@ -0,0 +1,198 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xydown.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xydown.svg new file mode 100644 index 00000000..81fa938a --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_xydown.svg @@ -0,0 +1,266 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_y.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_y.svg new file mode 100644 index 00000000..dc10fde3 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_y.svg @@ -0,0 +1,178 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_ydown.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_ydown.svg new file mode 100644 index 00000000..94603bdd --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/mask_scale_ydown.svg @@ -0,0 +1,246 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear.svg new file mode 100644 index 00000000..4dd8e4da --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear.svg @@ -0,0 +1,177 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_dn.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_dn.svg new file mode 100644 index 00000000..3051b949 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_dn.svg @@ -0,0 +1,217 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_hi.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_hi.svg new file mode 100644 index 00000000..164a1306 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_hi.svg @@ -0,0 +1,248 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_up.svg b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_up.svg new file mode 100644 index 00000000..db8d9560 --- /dev/null +++ b/cinelerra-5.1/plugins/theme_unflat/source_SVG/unclear_up.svg @@ -0,0 +1,167 @@ + + + + + Buttons for Cinelerra Mask Tool + + + + + + + + + + + + + + image/svg+xml + + Buttons for Cinelerra Mask Tool + + 2019-07-xx + + + Copyleft + + + + + IgorBeg + + + + + + + + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_unflat/unclear.png b/cinelerra-5.1/plugins/theme_unflat/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7c7567fec36ee38edb775868d5b6a2db112516 GIT binary patch literal 556 zcmV+{0@MA8P)XU@*8&vP*IYz*b3rBYBc#+1pmD^?hCM+5~Bu?uy8S;Xcmi^GB;*7rvWwE{x;&y_www@ROvf>U209-ZC>&)zdUhx6CXB5Cb?` zEEf0M?RH*iyoC3@3*ZF+lHAMl{IiHqL^@{n9KbJ2i~J?Sg_!}twl=BBLqj>&fb00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UrJzX3_ zEPCHg+Rb}JL4Y+qJb*#eVj+Xlul~%&Go?57aK8&a7}xMbGr^>)>RQz0%6U7i1=nn~ z=wsGiy5f7^%+?N7!($3Nt-sf{d+gs~?HRNqLWuLhu5|&1AN2af{&y{2-mv^f^OD&2 z+u}bKZ};t1-FS^lboR~qchid1u13u)R?>9IO1lzO$++us+x)6lHxr%Gk}#P}7>z~@1_O$szH<90#bHj1|yYtI4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eEs_OyaV$A7j9>FUOCf>D-Qyj!3-5i9tHzdCZPn~Vp*Vi22WQ%mvv4FO#pq0 BD~kXC literal 0 HcmV?d00001 -- 2.26.2